Guest User

Untitled

a guest
Jun 22nd, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. nc -l 34331
  2.  
  3. curl -v http://www.google.com > /dev/null
  4. * Connected to localhost (127.0.0.1) port 3128 (#0)
  5. > GET http://www.google.com/ HTTP/1.1
  6. > Host: www.google.com
  7. > User-Agent: curl/7.47.0
  8. > Accept: */*
  9. > Proxy-Connection: Keep-Alive
  10. >
  11. < HTTP/1.1 200 OK
  12. < Date: Fri, 22 Jun 2018 12:58:58 GMT
  13. < Expires: -1
  14. < Cache-Control: private, max-age=0
  15. < P3P: CP="This is not a P3P policy! See g.co/p3phelp for more info."
  16. < Server: gws
  17. < X-XSS-Protection: 1; mode=block
  18. < X-Frame-Options: SAMEORIGIN
  19. < Set-Cookie: 1P_JAR=2018-06-22-12; expires=Sun, 22-Jul-2018 12:58:58 GMT; path=/; domain=.google.com
  20. < Set-Cookie: NID=132=cLF8pa3SHRsg32-ZGzN5aZ3ipLfAbxqfmUvJ2NTvkYg2eWN6XaOqSofMK7o902-C9hdxL_wUn6cJW2AkngcQXvNUKCCdNi7Z-eBTu0Yc8-iTFR90OeZDR44hxZK95_Ny; expires=Sat, 22-Dec-2018 12:58:58 GMT; path=/; domain=.google.com; HttpOnly
  21. < Accept-Ranges: none
  22. < Vary: Accept-Encoding
  23. < Transfer-Encoding: chunked
  24. < Content-Type: text/html; charset=ISO-8859-1
  25. < Via: 1.1 prmrnmutav03.alise.intraxa:8010 (Cisco-WSA/9.1.1-074), 1.1 praitprxy01.axa-assicurazioni-it.intraxa:8010 (Cisco-WSA/10.5.1-296)
  26. < Connection: keep-alive
  27. < Proxy-Connection: keep-alive
  28. <
  29. { [2035 bytes data]
  30. 100 11564 0 11564 0 0 69134 0 --:--:-- --:--:-- --:--:-- 68833
  31. * Connection #0 to host localhost left intact
Add Comment
Please, Sign In to add comment