sudo nmap anir0y.com --data-string "dead beef"
`sudo nmap {host} --data-string "{string}"
host
hostname/IP to scan
string
custom strings
Command: hping3 anir0y.in -a 1.2.3.4
hping3 anir0y.in -a 1.2.3.4
hping3 {host} -a {src_IP}
anir0y.in
is the host
-a
args for spoofing
1.2.3.4
spoofed source IP
Last updated 4 years ago