Command-Line[DOS Hack] Programs for Intranets and the Internet

NETSTAT.exe      TCP/IP Network Statistics

Displays protocol statistics and current TCP/IP network connections.
it has some optional commands also which could used with this program.
How to use:
NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]

  -a         Displays all connections and listening ports.

  -e         Displays Ethernet statistics.  This may be combined with the
             -s option.

  -n         Displays addresses and port numbers in numerical form.

  -p proto   Shows connections for the protocol specified by proto; proto
             may be TCP or UDP.  If used with the -s option to display
             per-protocol statistics, proto may be TCP, UDP, or IP.

  -r         Displays the routing table.

  -s         Displays per-protocol statistics.  By default, statistics
             are shown for TCP, UDP and IP; the -p option may be used
             to specify a subset of the default.

  interval   Redisplays selected statistics, pausing interval seconds
             between each display.  Press CTRL+C to stop redisplaying
             statistics.  If omitted, netstat will print the current
             configuration information once. 
NOTE: I would recommend that you always use the '-a' parameter so you can see
 UDP 'listening ports' as well (often used by trojans), and not just the active TCP
 connections; then switch between using the '-a' and no parameters at all, to see the
 differences.  When you're offline, you normally shouldn't see any connection data! 
If you do see an OPEN PORT NUMBER 'listening' for a connection (using the '-a' parameter),
 it may be that your computer has been infected with a trojan!
----------------------------------------------------------------------
PING.exe
This Program is use to check any connection. If we are 
getting Reply from a connection than it is connected and working.
How To Use:
 
ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS]
            [-r count] [-s count] [[-j host-list] | [-k host-list]]
            [-w timeout] destination-list

Options:
    -t             Ping the specifed host until interrupted.
    -a             Resolve addresses to hostnames.
    -n count       Number of echo requests to send.
    -l size        Send buffer size.
    -f             Set "Don't Fragment" flag in packet.
    -i TTL         Time To Live.
    -v TOS         Type Of Service.
    -r count       Record route for count hops.
    -s count       Timestamp for count hops.
    -j host-list   Loose source route along host-list.
    -k host-list   Strict source route along host-list.
    -w timeout     Timeout in milliseconds to wait for each reply.
 
Note: There is a special Ip number every should know about
127.0.0.1 [localhost] this ip is our local ip number of each computer.
------------------------------------------------------------------------------------
TRACERT.exe
This Program will trace the complete route of any connected server or an service.
How To use it:
tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name

Options:
    -d                 Do not resolve addresses to hostnames.
    -h maximum_hops    Maximum number of hops to search for target.
    -j host-list       Loose source route along host-list.
    -w timeout         Wait timeout milliseconds for each reply.

Example:
C:\WINDOWS>tracert www.ucla.edu

Tracing route to www.ucla.edu [169.232.33.129]
over a maximum of 30 hops:

  1   141 ms   132 ms   140 ms  wla-ca-pm6.icg.net [165.236.29.85]
  2   134 ms   131 ms   139 ms  whv-ca-gw1.icg.net [165.236.29.65]
  3   157 ms   132 ms   143 ms  f3-1-0.lai-ca-gw1.icg.net [165.236.24.89]
  4   194 ms   193 ms   188 ms  a0-0-0-1.dai-tx-gw1.icg.net [163.179.235.61]
  5   300 ms   211 ms   214 ms  a1-1-0-1.ati-ga-gw1.icg.net [163.179.235.186]
  6   236 ms   237 ms   247 ms  a5-0-0-1.was-dc-gw1.icg.net [163.179.235.129]
  7   258 ms   236 ms   244 ms  163.179.243.205
  8   231 ms   233 ms   230 ms  wdc-brdr-03.inet.qwest.net [205.171.4.153]
  9   240 ms   230 ms   236 ms  wdc-core-03.inet.qwest.net [205.171.24.69]
 10   262 ms   264 ms   263 ms  hou-core-01.inet.qwest.net [205.171.5.187]
 11   281 ms   263 ms   259 ms  hou-core-03.inet.qwest.net [205.171.23.9]
 12   272 ms   229 ms   222 ms  lax-core-02.inet.qwest.net [205.171.5.163]
 13   230 ms   217 ms   230 ms  lax-edge-07.inet.qwest.net [205.171.19.58]
 14   228 ms   219 ms   220 ms  63-145-160-42.cust.qwest.net [63.145.160.42]
 15   218 ms   222 ms   218 ms  ISI-7507--ISI.POS.calren2.net [198.32.248.21]
 16   232 ms   222 ms   214 ms  UCLA--ISI.POS.calren2.net [198.32.248.30]
 17   234 ms   226 ms   226 ms  cbn5-gsr.calren2.ucla.edu [169.232.1.18]
 18   245 ms   227 ms   235 ms  www.ucla.edu [169.232.33.129]

Trace complete. 
-----------------------------------------------------------------
 
NBTSTAT.exe
It Will display protocol statics and current TCP/IP connection
 
How to Use:
NBTSTAT [-a RemoteName] [-A IP address] [-c] [-n] [-r] [-R] [-s] [S]
        [interval]

  -a   (adapter status) Lists the remote machine's name table given its
                        name.
  -A   (Adapter status) Lists the remote machine's name table given its
                        IP address.

  -c   (cache)          Lists the remote name cache including the IP
                        addresses.

  -n   (names)          Lists local NetBIOS names.

  -r   (resolved)       Lists names resolved by broadcast and via WINS

  -R   (Reload)         Purges and reloads the remote cache name table

  -S   (Sessions)       Lists sessions table with the destination IP
                        addresses.

  -s   (sessions)       Lists sessions table converting destination IP
                        addresses to host names via the hosts file.

    RemoteName   Remote host machine name.
    IP address   Dotted decimal representation of the IP address.

    interval     Redisplays selected statistics, pausing interval seconds
                 between each display. Press Ctrl+C to stop redisplayin
statistics. 
-------------------------------------------------------------------------
ROUTE.exe

Manipulates network routing tables.

ROUTE [-f] [command [destination] [MASK netmask] [gateway]]

  -f      Clears the routing tables of all gateway entries.  If this is
          used in conjunction with one of the commands, the tables are
          cleared prior to running the command.

  command      Specifies one of four commands
 
                 PRINT     Prints a route
                 ADD       Adds a route
                 DELETE    Deletes a route
                 CHANGE    Modifies an existing route

  destination  Specifies the host to send command.

  MASK         If the MASK keyword is present, the next parameter is
        interpreted as the netmask parameter.

  netmask      If provided, specifies a sub-net mask value to be associated
        with this route entry.  If not specified, if defaults to
        255.255.255.255.

  gateway      Specifies gateway.

 All symbolic names used for destination or gateway are looked up in the
 network and host name database files NETWORKS and HOSTS, respectively.
 If the command is print or delete, wildcards may be used for the
 destination and gateway, or the gateway argument may be omitted.
 --------------------------------------------------------------------
 ARP.exe      Address Resolution Protocol
It displays & modifies the ip number in to a physical address translation
table used by address resolution protocol. 
ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr]

 -a           Displays current ARP entries by interrogating the current
         protocol data.  If inet_addr is specified, the IP and Physical
         addresses for only the specified computer are displayed.  If
         more than one network interface uses ARP, entries for each ARP
         table are displayed.
 -g                             (Same as -a)

  inet_addr   Specifies an internet address.

 -N if_addr   Displays the ARP entries for the network interface
              specified by if_addr.

 -d           Deletes the host specified by inet_addr.

 -s        Adds the host and associates the Internet address inet_addr
         with the Physical address eth_addr.  The Physical address is
         given as 6 hexadecimal bytes separated by hyphens. The entry
         is permanent.

  eth_addr    Specifies a physical address.

   if_addr    If present, this specifies the Internet address of the
              interface whose address translation table should be
              modified.  If not present, the first applicable interface
              will be used.

Dos Trick To Lock Your Folder

Dos Hack Trick To Lock Folders.

You may using many Folder locking software in your computer.
And you you have to pay for it and after all that some softwares come to break those lockers and you dont have any new idea very soon.

Here is a dos hack trick to lock folder with out using any software.
so that no one can crack the password and can not have access to your folders data.

To use it you need to create a dos batch file for your computer. It has a collection of codes which can make a password protected folder for your computer. And the good news is that it wont cost you. Just need to create a file with you.


So here We go: Copy the giving codes into a notepad file and save it as lock.bat file.

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==pwd goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


These are the magical codes to make you a Dos folder locker.
After saving it double click on it it. If it will ask for password type pwd and press enter.
The radio staggers against the backspace!

Few Windows Hack Tricks



Hack Trick To Switch Off the Back Ground Tasks.


When we works on our system it has many unwanted programs working in background. This a Hack method to switch them off, so that you can work on more speed.
First you need to logged in your computer as a administrator or can go through safe mode.

And now Follow the instructions:

1. Click Start->Run(Or simply press Window key + R from your keyboard.).

2. Now type “Rundll32.exe advapi32.dll,ProcessIdleTasks”(without quotes) and press Ok.

3. But here system will take a little bit time to end all the background idle tasks.

4. Finally when system end all idel process from your computer….

you can start your work with the new speed…

Welcome Message when you login to your Computer

Type the below code in a notepad and save it as speech.vbs on the desktop.

Dim ProSpeak
Set ProSpeak = WScript.CreateObject( “SAPI.SpVoice” )
ProSpeak.Speak “Thank you For logging in Sumit’s Computer”
Save as Speech.vbs

Now You got hack trick it will open a welcome message.

Hack Trick To Get Matrix Screen On your System

there is a dos batch program which can appear like a matrix program on your computer's screen. The hack program is as follow:

copy these codes into notepad
then save it as a Batch file.(.bat)

@echo off

:a

color 2

echo 1 1 1 0 1 0 0 0 1 1 1 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 1 1 1

ping localhost -n 1 > nul

echo 1 1 0 1 1 1 0 0 0 1 0 1 a f h 0 0 0 1 0 1 1 0 0 1 1 1 0 0 1 0 1 0 0 1 1 0

echo 1 0 0 1 1 0 9 8 1 2 0 1 9 9 2 1 1 1 0 0 1 0 1 1 1 0 1 1 0 1 0 0 0 1 0 1 1

ping localhost -n 1 > nul

echo 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 0 01 0 1 0 0 1 0

ping localhost -n 1 > nul

echo 1 0 1 1 1 0 1 1 0 9 1 1 2 1 1 0 9 1 0 5 7 7 8 7 8 1 3 2 1 2 1 2 3 2 1 3 4

ping localhost -n 1 > nul

echo 1 1 1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 4 1 2 1 1 2 0 1 0 1 2 2 1 0 1 1 0 1

goto a

now save it and name it matrix.bat
(Remember to select the file type as all files then press on save button)

Enjoy the hacking. Have nice day.

Increase The Speed oF Your DIalup connetction

Are you working on slow internet?
I have posted 2 more tricks here before this, and now i am going to teach another hacking trick to hack the dialup modem's speed.
This hack trick wont make it very fast but it will make it better then the last internet speed of your current dialup modem.



Follow the steps below:

Open START button, and then click to CONTROL PANEL.

In the CONTROL PANEL, double click on the MODEM ICON.

Choose the type of the modem that you’re using

After choosing the type of modem click to PROPERTIES BUTTON.

Under the PROPERTIES button, there will be CONNECTIONS TAB.

Click the ADVANCED BUTTON which is present on the connections tab.

In the “Extra settings” field type” S36=7” (WITHOUT QUOTES)

Now click ok and save your settings.

Now you will find more speed in your Internet Connection.


Increase The Speed of Windows Startup






When we power on our system it starts booting and then it reaches to the process called startup, its has a fixed delay time which could me changed. Here is the way how to change startup delay time.

Follow these simple steps:
1.Goto Start->Run or simply click Window key + R from the keyboard
2.Here Run box will opens…
3.Now type  Regedit in the location field..
4.Press enter
5.This will open Registery Editor
6.Now look for the key

“HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex”

7.Now there find the Key Called
“Startup Delay”
8.Double Click On It
9.Now where its Base
10.Click Decimal
11.Now its Default Value Is 4800000 (75300:hexadecimal)
12.Change The Value To 40000
13.Finally closte the Registry editor and restart your PC

You’ll See The Result

Hidden Mozilla Tricks













Type Or Copy the Given codes in Inverted Commas in the address bar of fire fox.

1.”chrome://browser/content/browser.xul”(without quotes)-It Opens  Firefox inside the existing Firefox window.

2.”chrome://browser/content/preferences/preferences.xul”(without quotes)-It Opens the Options dialog box inside the Firefox.

3.”chrome://browser/content/bookmarks/bookmarksPanel.xul”(without quotes)-It Opens the Book Marks Manager inside the Firefox window.

4.”chrome://browser/content/history/history-panel.xul”(without quotes)-It Opens the History of web inside the Firefox tab.

5.”chrome://mozapps/content/extensions/extensions.xul?type=extensions”(without quotes)-It Opens the Extensions window in the current tab.

6.”chrome://browser/content/preferences/cookies.xul”(without quotes)-It shows the “cookies window” inside the Firefox window.

7.”chrome://browser/content/preferences/sanitize.xul”(without quotes)-It shows the “Clear Private Data” window inside the current tab.

Note: Dont delete the data if you dont want to loose your history or cookies……

8.”chrome://browser/content/aboutDialog.xul”(without quotes)-It Opens the “about firefox” Dialog box inside the window.

9.”chrome://browser/content/credits.xhtml”(without quotes)-IT shows the   list of  the fathers of the firefox(who build the firefox)

10.”chrome://global/content/alerts/alert.xul”-It shows the naughty Firefox.

Enjoy the tricks