five best CMD commands | Best cmd Commands for windows
Today I am sharing five best cmd commands which are mostly
used in hacking. If you have somewhat interest in the computer.
I think you have known about CMD on your computer.CMD is a part
of our computer operating system. In windows, we named it CMD
and in Linux Operating System we call it Terminal. This is called
CLI Command Line Interface. We can do the same task with CMD through
commands as we go through our GUI means Graphical User Interface.
Command Line is more powerful than windows.CMD is the most useful feature in windows.
So let’s begin about these commands.
#ping:
This is the best command to know the IP address of any website.
Procedure:
Steps:
Open your CMD by typing cmd in your window search bar and hit enter.
Right click and run as administrator.
Type ping command and press space
now type name that website of which you are finding Ip address.
e.g. ping www.example.com
so after a few seconds you will see the IP address of that website.
See also
Abbreviation of some hacking terms
#nslookup:
This is another best command which used for finding IP address of any website
as well as server address of that website.
Open CMD
Run as administrator
Type nslookup and space
type any website name.
example: nslookup www.example.com
Now you will see the victims’ website address
You can also find the IP address of any mail server
Steps:
Open CMD
Run as administrator
type nslookup
set type=mx
press enter
press mail server name example
example.com
#Ipconfig:
Through this command, you can know much information about your system
. example Ip, DNS and more.
Steps:
Open CMD
Run as administrator
Type ipconfig
press enter you will find your system ipaddress and many other things.
#ipconfig/all:
If your computer/pc have dynamic ip address so you can change
it through this command.
Steps:
Open cmd
Type ipconfig/release
hit enter.
#netuser:
through this command, you can change your pc/computer password
without your old password.
Steps:
Open cmd
run as administrator.
type netuser space yourcomputerName
press enter
Now type new password your computer
If you can’t see your new password don’t worry it will work
#tracert:
Through this command, you can check the route of any website
Steps:
Open CMD
Run as administrator
type tracert website name
example:
tracert www.example.com
hit enter.
#route:
This command is used for checking your own system routing like table gate way or
anyother information you can check through this command.
Steps:
Open Cmd
type route print
Now you will see all the detail.
See also
How To Be 100% Anonymous In 2018
Thanks for reading this article. If you found useful you can share
with your other friends. So Spread your love and bookmark my site
for more useful information.