Skip to content

Instantly share code, notes, and snippets.

View Ravaan21's full-sized avatar

RAVAAN Ravaan21

View GitHub Profile
nmap -T5 -iL Dutchhost.txt > hostdead.txt | cat hostdead.txt | grep "Failed" | cut -d " " -f 4 | tr -d '"' | sed 's/.$//'
replace Dutchhosts.txt with your own list of hosts