Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Log in to the server. This can be done only once.
  4. wget --save-cookies cookies.txt --post-data 'user=foo&password=bar' http://phpbb.com/community/
  5.  
  6. wget -k -m -E -p -np -R 'memberlist.php*,faq.php*,viewtopic.php*p=*,posting.php*,search.php*,ucp.php*,viewonline.php*,*sid*,*view=print*,*start=0*' -o log.txt http://phpbb.com/community/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement