Advertisement
Bisix

sslproxies.sh

Jan 11th, 2021
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. curl -s 'https://www.sslproxies.org/' |
  2.     tr -d '\r\n' |
  3.     grep -Po -e '<table [^>]+id="proxylisttable"[^>]*>.*?</table>' |
  4.     grep -Po '<tr>.*?</tr>' |
  5.     sed -E -e 's/<!--.*?-->//g' -e 's/\s*<\/t[dh]>\s*<t[dh][^>]*>\s*/|/g' -e 's/\s*<[^>]+>\s*//g'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement