Recon - Server exposure
Network Utilities
# TCP SYN
hping3 -S -c 2 -p 80 <target>
# UDP
hping3 --udp -c 2 -p 111 <target>
# ICMP
ping -c 2 <targt>
hping3 --icmp -c 2 <target># UDP - UDP datagrams probes
traceroute <target>
# TCP - TCP SYN probes to default port 80
traceroute -T <open_port> <target>
# ICMP - ICMP echo probes
traceroute -I <target>Exposed Services
Intermediate Network Equipments
Last updated