Using Ping in windows command line
Using Ping in windows command line
a. open command prompt (cmd) in windows (press win+R and type cmd)
b. Type " ping target " (replace target with IP or website or target).
For ex: ping www.xyz.abc or ping 127.0.0.1
c. Packets will be transferred between attacker and target. 0% loss indicates ping command completed and packet are successfully transferred .
d. TTL stands for Time to live and generally 4 packets are transferred between attacker and target but it can be increased.
e. To understand more about ping command, type ping -h or ping /? In internal. It will open help for ping command. It can be used in kali Linux as well.
Comments
Post a Comment