Advertisement
Guest User

Untitled

a guest
Apr 14th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. wget --http-user='someuser' --http-password="somepassword" -r -l 1 --no-remove-listing
  2. "http://somehost.com/lvl1/lvl2/lvl3/lvl4/lvl5/lvl6/" -nd --cut-dirs 5 --random-wait
  3.  
  4. --accept xlsx --reject aspx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement