Guest User

Untitled

a guest
Jun 20th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ➜ ~ nmap -Pn -p 8080 GLOBAL_IP
  2. Starting Nmap 7.70 ( https://nmap.org ) at 2018-06-20 23:27 EDT
  3. Nmap scan report for REDACTED.dyn.optonline.net (GLOBAL_IP)
  4. Host is up (0.032s latency).
  5.  
  6. PORT STATE SERVICE
  7. 8080/tcp open http-proxy
  8.  
  9. Nmap done: 1 IP address (1 host up) scanned in 0.09 seconds
  10. ➜ ~ proxychains nmap -Pn -p 8080 GLOBAL_IP
  11. [proxychains] config file found: /etc/proxychains.conf
  12. [proxychains] preloading /usr/lib/libproxychains4.so
  13. [proxychains] DLL init: proxychains-ng 4.12
  14. Starting Nmap 7.70 ( https://nmap.org ) at 2018-06-20 23:27 EDT
  15. [proxychains] Strict chain ... 127.0.0.1:9050 ... GLOBAL_IP:8080 <--socket error or timeout!
  16. Nmap scan report for REDACTED.dyn.optonline.net (GLOBAL_IP)
  17. Host is up (130s latency).
  18.  
  19. PORT STATE SERVICE
  20. 8080/tcp closed http-proxy
  21.  
  22. Nmap done: 1 IP address (1 host up) scanned in 125.44 seconds
  23. ➜ ~
Add Comment
Please, Sign In to add comment