Advertisement
Jackspade9624

nmap,,,

Apr 19th, 2025 (edited)
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1.  
  2. read -p "Enter Domain/IP: " url
  3.  
  4. content=$(curl -s "$url")
  5.  
  6. nmap -sV -A $url --script-trace --script=http-headers --unprivileged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement