Advertisement
yellowfruitrhealthy

Phishing site redirect

Jul 31st, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # phishing site redirecting to new page once old page has been flagged as harmful
  2. $ wget -U'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0' -nv -S -O/dev/null http://steamcommiunty.com/login/
  3. HTTP/1.1 302 Found
  4. Date: Thu, 31 Jul 2014 xx:xx:xx GMT
  5. Server: Apache/2.2.22 (Debian)
  6. X-Powered-By: PHP/5.4.4-14+deb7u12
  7. Set-Cookie: PHPSESSID=<x>; path=/
  8. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  9. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  10. Pragma: no-cache
  11. Location: /id/White_Death/login/home/
  12. Vary: Accept-Encoding
  13. Content-Length: 3
  14. Keep-Alive: timeout=5, max=100
  15. Connection: Keep-Alive
  16. Content-Type: text/html; charset=UTF-8
  17. HTTP/1.1 200 OK
  18. Date: Thu, 31 Jul 2014 xx:xx:xx GMT
  19. Server: Apache/2.2.22 (Debian)
  20. X-Powered-By: PHP/5.4.4-14+deb7u12
  21. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  22. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  23. Pragma: no-cache
  24. Vary: Accept-Encoding
  25. Keep-Alive: timeout=5, max=99
  26. Connection: Keep-Alive
  27. Transfer-Encoding: chunked
  28. Content-Type: text/html; charset=UTF-8
  29. 2014-07-31 xx:xx:xxURL:http://steamcommiunty.com/id/White_Death/login/home/ [26065] -> "/dev/null" [1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement