You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo -e "\n\e[1;34m[-] This script will perform swift host discover with nmap, create a curated list of IP addresses, and then launch deeper scans against those live hosts.\e[0m\n"
# range="USER INPUT"
read -p "[+] Enter the IP range: " range
echo -e "\n\e[32m[-] Performing host discovery on $range. Note that this requries sudo due to the usage of raw sockets to discover Windows hosts using IP protocol ping.\e[0m"