Guest User

Untitled

a guest
Nov 12th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for i in {0..20}; do
  4. curl --cookie 'REPLACE' 'http://hideme.ru/proxy-list/?start='"$((64*$i))" | grep -Pao '<td class=tdl>[^<]+<.td><td>[0-9]+<.td>' | sed -r 's/<td class=tdl>([^<]+)<.td><td>([0-9]+)<.td>/\1:\2/g' >> out.txt
  5. done
Advertisement
Add Comment
Please, Sign In to add comment