Created
June 2, 2021 18:34
-
-
Save Ravaan21/1d310bc72ddb8c9654e21698663e6b50 to your computer and use it in GitHub Desktop.
Fast Scan for Dead host
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add a > deadhost.txt for getting a txt file