am Sure u guys Know All these commands.... I want to Help The Beginers.. So i am Posting This....
Useful Things to do on CMD!
First, open your Network Connection and right click and select Properties. Then Select TCP/IP and click on Properties again. Now Click on Advanced and WINS tab. Select Default for NeBIOS.
Now back to the main Local Area Connection window, select File and Print Sharing for Mic*ft Networks and hit enter.
This is just to make sure you have NetBIOS enabled. We will have some fun with NetBIOS on CMD.
First thing you need to know is some very helpfull commands to use on CMD(Command Prompt).
In case you don't know how to get CMD open in your box, then click on Start, then Run, then type "cmd" (no quotes, off course... you know the drill).
Back to commands:
Code:
Code:
nslookup net view net use net user ping tracert arp route nbtstat netstat ipconfigIn case you don't know some of them, then just type the command on CMD and hit enter. A little help will show up in your screen. Read it and understand what the command does.
Lets start easy...
1) ping : This command will allow you to know if the host you pinging is alive, which means if it is up at the time of executing the "ping" command.
Code:
Code:
ping x.x.x.x (x is the IP address)or
Code:
ping www.whatever.com (www.whatever.com is the website you want to ping, but you don't know the IP)OBS: Keep in mind that if the host you pinging is blocking ICMP packets, then the result will be host down.
2) nslookup : This command has many functionalities.
One is for resolving DNS into IP.
Lets say you know the website URL but you don't know its IP(and you want to find out).
nslookup www.whatever.com (www.whatever.com is the website you want to find out the IP)
Now, another really nice function of nslookup is to find out IP of specific Mail Severs.
Code:
Code:
nslookup (enter) set type=mx (enter) yahoo.comThis command will give you the mail server IP of yahoo.com. You can use whatever server you want and if it is listed on DNS, then you get the IP. Simple, isn't it?
OK, now why would you want to have an IP of a mail server?
To send spoofed mail to your friends or even for SE.
In case you looking for "How to spoof email", then look for my "How to spoof email tutorial" http://www.infowar.com/forums/showth...&threadid=2360
3) tracert : This command will give you the hops that a packet will travel to reach its final destination.
OBS: This command is good to know the route a packet takes before it goes to the target box.
Code:
Code:
tracert x.x.x.x (x is the IP address)or
Code:
tracert www.whatever.com (www.whatever.com is the website you don't know the IP)4) arp : This command will show you the arp table. This is good to know if someone is doing arp poisoning in your LAN.
Code:
Code:
arp -a5) route : This command will show you the routing table, gateway, interface and metric.
Code:
Code:
route print6) ipconfig : This command will show tons of very helpful things.
Your IP, gateway, dns in use.
Code:
Code:
ipconfigor
Code:
Code:
ipconfig /allthis command will give all that info but for all networks you might have it.
Also, in case you have a dynamic IP and want to change it, then type...
Code:
Code:
ipconfig /release (this will release your IP) ipconfig /renew (this will renew your iP)OBS: Keep in mind that those commands will change your IP, but the new IP will still be tighed up to you. So don't do anything stupid.
7) netstat : This command will show you connection to your box.
Code:
Code:
netstator
Code:
Code:
netstat -a (this will show you all the listening ports and connection with DNS names) netstat -n (this will show you all the open connection with IP addresses) netstat -an (this will combined both of the above)8)nbtstat : This command will show you the netbios name of the target box.
Code:
Code:
nbtstat -A x.x.x.x (x is the IP address) nbtstat -a computernamenet view x.x.x.x or computername (will list the available sharing folders on the target box)
Now some hints:
Code:
Code:
net use \ipaddressipc$ "" /user:administrator(this command will allow you to connect to the target box as administrator)
Now if you want to connect to the target box and browse the entire C drive, then use this command:
Code:
Code:
net use K: \computernameC$(this will create a virtual drive on your "my computer" folder)
OBS: Keep in mind that this will only works if the target box doesn't have an administrator password set.
And least but not last, the "help" command.
Code:
Code:
whatevercommand /helpor
Code:
Code:
whatevercommand /?This command will help you to understand what it does and all the switchs available for each command.
Very useful if you know the command, but forgot the right switch.[/hide]
__________________
Subscribe to:
Post Comments (Atom)
akash tips & tricks
-
▼
2009
(327)
- ► Jan 11 - Jan 18 (6)
- ► Jan 25 - Feb 1 (7)
- ► Feb 8 - Feb 15 (4)
- ► Feb 22 - Mar 1 (1)
- ► Mar 1 - Mar 8 (4)
- ► Mar 8 - Mar 15 (1)
- ► Mar 15 - Mar 22 (7)
- ► Mar 22 - Mar 29 (5)
- ► Apr 5 - Apr 12 (11)
- ► Apr 12 - Apr 19 (3)
- ► Apr 19 - Apr 26 (3)
- ► Apr 26 - May 3 (20)
- ► May 3 - May 10 (28)
- ► May 10 - May 17 (19)
- ► May 17 - May 24 (27)
- ► May 24 - May 31 (47)
- ► May 31 - Jun 7 (7)
-
▼
Jun 7 - Jun 14
(23)
- Orkut Send scrap to all free now
- Where does Window’s Product Id get stored Tip:
- How to avoid autoplay of CD ? Way I like best tip.
- IPV6 INSTALLATION FOR WINDOWS XP.
- 19 Secrets about Windows XP AKASH
- Who Used Your Pc In Your Absence
- Now get your computer to be really fast..
- Task manager has been disabled by administrator
- Hack sify broaband
- Talk 999 min for almost free this trick only fo...
- Why is my Internet connection so slow?
- Lock My Computer - access control PC security tool...
- CMD HACKING COMMANDS
- PPOE configuration in Ubuntu Linux --- Linux Netwo...
- Network Address Translation
- access websites if domin name and ip are blocked
- How to secure your Local Wireless Network from hac...
- ping; transmit failed, error code 10045 solution o...
- NBTSTAT - How to use this command on your computer
- Malicious code to delete the content of the c fold...
- Getting error code 0x80070424 after running Window...
- Metropolitan Area Network (MAN)
- Bluetooth Technology
- ► Jun 14 - Jun 21 (2)
- ► Jun 21 - Jun 28 (10)
- ► Jul 12 - Jul 19 (8)
- ► Jul 19 - Jul 26 (62)
- ► Jul 26 - Aug 2 (8)
- ► Aug 2 - Aug 9 (1)
- ► Aug 30 - Sep 6 (1)
- ► Sep 6 - Sep 13 (3)
- ► Sep 20 - Sep 27 (1)
- ► Sep 27 - Oct 4 (3)
- ► Oct 25 - Nov 1 (1)
- ► Nov 15 - Nov 22 (3)
- ► Nov 22 - Nov 29 (1)
-
►
2010
(2)
- ► Jul 25 - Aug 1 (1)
- ► Aug 15 - Aug 22 (1)
About Me
- akash007
- mumbai, mumbai, India
- akash....... hacking tips & track plz use only for knowledge plz dont use misuse..........
No comments:
Post a Comment