Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. /prometheus $ ping wp.pl
  2. PING wp.pl (212.77.98.9): 56 data bytes
  3. ping: permission denied (are you root?)
  4. /prometheus $ su
  5. su: must be suid to work properly
  6. /prometheus $ sudo
  7. sh: sudo: not found
  8. /prometheus $ traceroute
  9. traceroute traceroute6
  10. /prometheus $ traceroute wp.pl
  11. traceroute: socket: Operation not permitted
  12. /prometheus $ wget http://192.168.200.114:9115/probe?target=google.com&module=http_2xx
  13. /prometheus $ Connecting to 192.168.200.114:9115 (192.168.200.114:9115)
  14. wget: can't open 'probe?target=google.com': Permission denied
  15. ^C
  16. /prometheus $ wget http://192.168.200.114:9115/
  17. Connecting to 192.168.200.114:9115 (192.168.200.114:9115)
  18. wget: can't open 'index.html': Permission denied
  19. [1]+ Done(1) wget http://192.168.200.114:9115/probe?target=google.com
  20. /prometheus $ wget http://google.com/
  21. Connecting to google.com (216.239.32.117:80)
  22. Connecting to www.google.com (216.239.38.117:80)
  23. wget: can't open 'index.html': Permission denied
  24. /prometheus $ wget http://192.168.200.114:9617/metrics
  25. Connecting to 192.168.200.114:9617 (192.168.200.114:9617)
  26. wget: can't open 'metrics': Permission denied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement