Search site


CMD (Command Promt) Hacking

This covers the use of CMD and Batch files for hacking.

 

You can download my CMD Hacking Tutorial here. Click To Download. Password: "hackerscommunity"

 

CMD Hacks

Find IP Address of any internet site:

Step 1:

 

1.     Open up CMD.

2.     Type in tracert www.example.com/

3.     CMD will start to run through all the routers it passes through.

4.     After finished it will give the main router’s IP address.

 

Step 2:

 

1.     Find IP address lookup using a search engine.

2.     Copy & paste IP address.

 

Find IP Address of a computer:

Step 1:

 

1.     Open up “cmd” (on computer you want to hack).

2.     Type in ipconfig.

3.     Then you have IP Address of computer + subnet mask + default gateway.

 

Change password on home computer of anybody’s account:

Step 1:

 

1.     Open up CMD

2.     Type in net user and press enter.

3.     Next type in net user .

4.     Enter new password and press enter + do it again.

5.     Type in exit and press enter.

 

For information on batch files please got to next page.