Advertisement
e55db081d05f58a

get .onion

Mar 20th, 2017
5,340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. for onion in `cat list_onion.txt|awk '!u[$1]++'`;do timeout 10 torsocks curl -s $onion|grep -Eo "http(s)?:\/\/[^/\"]*\.onion" >> list_onion.txt;done;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement