Advertisement
Bisix

freeproxylist.sh

Jan 8th, 2021 (edited)
1,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. seq 1 $(curl -s 'https://free-proxy-list.com/' |
  2.     grep -Po 'class="pager-item"[^/]+ data="\K\d+' |
  3.     tail -1) |
  4.     xargs -P 4 -n 1 bash -c 'curl -s "https://free-proxy-list.com/?page=$0&port=&up_time=0" | grep -oP '\'' alt="\K(\d+\.){3}\d+:\d+'\'' '
  5.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement