Guest User

Untitled

a guest
Dec 13th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Configuration :
  4. # Add sever IP // Localhost default
  5.  
  6. IP=127.0.0.1
  7.  
  8. # Scan
  9. nmap -sS $IP
Add Comment
Please, Sign In to add comment