mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04:00
auto-update on Mon 3 Sep 06:49:40 UTC 2018
This commit is contained in:
parent
e98a5d682c
commit
0629e82e1e
@ -1,9 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
log=ct-log.txt
|
||||
tf=/tmp/ctget$$.txt
|
||||
|
||||
curl "https://crt.sh/?q=%25.onion" |
|
||||
perl -nle 'next unless m!TD.*onion!; s!<.*?>! !g; s!(^\s+|\s+$)!!g; print' |
|
||||
sort -u >$log
|
||||
sort -u >$tf
|
||||
|
||||
test -s $tf && cp $tf $log
|
||||
rm $tf
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user