Guest User

Untitled

a guest
Jun 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. sudo apt-get install nmap
  2.  
  3. nmap -p80,443 <IP>
  4.  
  5. PORT STATE SERVICE
  6. 80/tcp closed http
  7. 443/tcp open https
Add Comment
Please, Sign In to add comment