Guest User

Untitled

a guest
Oct 29th, 2020
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.80 KB | None | 0 0
  1. clear
  2. setopt rm_star_silent
  3.  
  4. while true
  5. do
  6.     rm date.bluesystem.top/search.php?*.html
  7.     for j in `seq 0 10 1000`
  8.     do
  9.         wget \
  10.         --user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15" \
  11.         --load-cookies cookie.txt \
  12.         --recursive \
  13.         --level=1 \
  14.         --wait=1 \
  15.         --random-wait \
  16.         --domains date.bluesystem.top \
  17.         --no-parent \
  18.         --no-clobber \
  19.         --html-extension \
  20.         --accept-regex=".*anketa.*" \
  21.         http://date.bluesystem.top/search.php?from=$j&a=s&id=&agef=30&aget=90&orientation=0&gender=2&alone=3&country=0&dtwn=&subway=0&region=0&regin=0&sponsor=0&fname=&byid=&heightf=1&heightt=61&weightf=1&weightt=71&online=on
  22.     done
  23. done
Add Comment
Please, Sign In to add comment