Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo "Enter Domain..."
- read -p " Target: " domain
- content=$(curl -s "$domain")
- cd $HOME
- nmap -sV -A $domain --script-trace --script=http-headers --unprivileged -o $domain
- echo ""
- echo -e " \e[1;93mFile saved in home directory: $domain"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement