B4 - Network Mapping & Target Identification Flashcards
1
Q
What tool used to map route between engagement point and a number of targets on linux?
A
traceroute
2
Q
What tool used to map route between engagement point and a number of targets on Windows?
A
tracert - uses ICMP echo requests
3
Q
Nmap sweeping techniques
A
Ping Sweep - nmap -sn , TCP SYN Scan - nmap -sS, UDP Scan - nmap -sU, Service and OS Detection - nmap -sV -O