Guest User

Untitled

a guest
Jun 2nd, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. $ wget -S --spider localhost/echo.php
  2. Spider mode enabled. Check if remote file exists.
  3. --2011-11-20 23:25:29-- http://localhost/echo.php
  4. Resolving localhost... ::1, 127.0.0.1
  5. Connecting to localhost|::1|:80... connected.
  6. HTTP request sent, awaiting response...
  7. HTTP/1.1 200 OK
  8. Date: Sun, 20 Nov 2011 19:25:29 GMT
  9. Server: Apache/2.2.16 (Ubuntu)
  10. X-Powered-By: PHP/5.3.3-1ubuntu9.6
  11. Vary: Accept-Encoding
  12. Keep-Alive: timeout=15, max=100
  13. Connection: Keep-Alive
  14. Content-Type: text/html
  15. Length: unspecified [text/html]
  16. Remote file exists and could contain further links,
  17. but recursion is disabled -- not retrieving.
Advertisement
Add Comment
Please, Sign In to add comment