Top CMD Commands

TOP COMMAMDS :-


✏️Ping 
        This command will allow you to know if the host you pinging id alive , which means if it is up the time of executing the ping command ..
For example - 8.8.8.8 which belongs to google 
OR 
Ping www.google.com 





✏️NS lookup 
                       This command has many functionalities - one is for resolving DNS into IP . Let's say you know it's IP but you want to find it out . 


✏️NS lookup - NS lookup www.google.com is the website for which we want to find out the IP . Now another really exciting function of NS lookup is to find out IP of specific mail server.
NS lookup ( enter ) 
Set  type - mx ( enter ) 
Yahoo.com 
                     This 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 ?  You can send snoofed email to your friend , give the IP address of the mail server.




✏️ Tracert 
                   This command will give you the hops that a packet wull travel to reach it's funal destination . This command is really helpful if you know to route a packet takes befote it goes to the target box 
Tracert  8.8.8.8
(it is the IP address) 




✏️ Arp 
             This command will show you the arp table . You can find out if anyone has done arp poisoning in your LAN using thid command 
arp-a 




 ✏️ Route 
                  This commander will show you the routing table , gateway , interface and metric .
Route print 




✏️ipconfig 
                     This command will show you  a lot  of useful thing like your IP gateway . DNS  in use etc.
This command will give all that information but for all network you might have it 
Ipconfig
CODE 
Ipconfigrelease
(This will release your IP)
Ipconfig/renew
(This will renew your IP)



✏️netstat
                  This command will show you connction stats 
Netstat
OR
Netstat-a
(This will show you all the listening parts and connection with DNS names )

Netstat-n
(This will show you all the open connection with IP addresses)

Netstat-an 
(This command will combine both of rhe above -- means it will show you all the listening parts and connection with the DNS names and also show you all the open connection with the IP addresses)
NetView 8.8.8.8 OR computer name (will list the available sharing folders on the target box ) 




✏️netuser
                   This command reset window user password without knowing bold password 
Netuser your username*
Change your username with your PC user name and press enter . Now type the new password .

Comments

Post a Comment

Thank you for your feedback

Popular posts from this blog

10 Types Of Common Hacking

Some Programming Languages