<aside> ⚙ Basics of footprinting using the windows CLI
</aside>
The commands we use for footprinting are ping
, nslookup
, tracert
ping <domain>
Reply from 162.241.216.11: bytes=32 time=160ms TTL=40
Reply from 162.241.216.11: bytes=32 time=151ms TTL=40
Reply from 162.241.216.11: bytes=32 time=151ms TTL=40
Reply from 162.241.216.11: bytes=32 time=153ms TTL=40
Ping statistics for 162.241.216.11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)
Approximate round trip times in milli-seconds:
Minimum = 151ms, Maximum = 160ms, Average = 153ms
test out different frame sizes to see what works and what doesn’t
ping <domain> -f -l 1500
-f
do not fragment the ping packet
-l
set the size of the packet
ping <domain> -i 3
-i
wait time in seconds between each ping
Trace the path to the destination
tracert <domain>
start the nslookup in interactive mode
nslookup
find the ip address of a domain