Advertisement
digininja

Supermicro VNC

Mar 16th, 2017
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $ nmap -p 5900 1.2.3.4 --script-args vulns.showall --script ~/vncinfo.nse
  2.  
  3. Starting Nmap 7.40 ( https://nmap.org ) at 2017-03-16 11:38 GMT
  4. Nmap scan report for 1.2.3.4
  5. Host is up (0.00073s latency).
  6. PORT STATE SERVICE
  7. 5900/tcp open vnc
  8. | vncinfo:
  9. | Protocol version: 3.8
  10. | Security types:
  11. | Tight (16)
  12. | Tight auth subtypes:
  13. | None
  14. |_ WARNING: Server does not require authentication
  15.  
  16. Nmap done: 1 IP address (1 host up) scanned in 0.82 seconds
  17.  
  18. $ nmap -p 5900 1.2.3.4 --script-args vulns.showall --script ~/vnctitle.nse
  19.  
  20. Starting Nmap 7.40 ( https://nmap.org ) at 2017-03-16 11:39 GMT
  21. Nmap scan report for 1.2.3.4
  22. Host is up (0.00074s latency).
  23. PORT STATE SERVICE
  24. 5900/tcp open vnc
  25.  
  26. Nmap done: 1 IP address (1 host up) scanned in 5.29 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement