mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2025-01-11 07:09:27 -05:00
remove old version
This commit is contained in:
parent
aa49f1ca18
commit
f9895057a7
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,10 +1,2 @@
|
||||
*~
|
||||
.DS_Store
|
||||
.check-date
|
||||
check-date
|
||||
check-date-*
|
||||
check-status
|
||||
check-status-*
|
||||
err/
|
||||
out/
|
||||
tmp/
|
||||
|
@ -1,27 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
while read category scheme onion_address proof_url title ; do
|
||||
test x$category = x && continue
|
||||
|
||||
if [ ! -d "directory/$category" ] ; then
|
||||
echo oops: bad category $category for $onion_address
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for existing in `echo directory/*/$onion_address` ; do
|
||||
if [ -d "$existing" ] ; then
|
||||
echo onion exists at $existing for $title
|
||||
continue 2 # skip 2 levels to the next onion
|
||||
fi
|
||||
done
|
||||
|
||||
dir="directory/$category/$onion_address"
|
||||
echo "making $dir"
|
||||
mkdir -p $dir || exit 1
|
||||
|
||||
echo $title >$dir/title
|
||||
echo $proof_url >$dir/proof
|
||||
echo $scheme://$onion_address/ >$dir/urls # add more by hand, later
|
||||
done <<EOF
|
||||
tech-and-software http keybase5wmilwokqirssclfnsqrjdsi7jdir5wy7y7iu3tanwmtp6oid.onion https://keybase.io/docs/command_line/tor keybase.io
|
||||
EOF
|
44
checker.sh
44
checker.sh
@ -1,44 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd directory || exit 1
|
||||
|
||||
tor_curl() {
|
||||
curl -x socks5h://127.0.0.1:9150/ "$@"
|
||||
return $?
|
||||
}
|
||||
|
||||
check_onion() {
|
||||
is_up=true
|
||||
|
||||
for prefix in check-status check-date ; do
|
||||
test -f $prefix-3 && mv $prefix-3 $prefix-4
|
||||
test -f $prefix-2 && mv $prefix-2 $prefix-3
|
||||
test -f $prefix-1 && mv $prefix-1 $prefix-2
|
||||
test -f $prefix && mv $prefix $prefix-1
|
||||
done
|
||||
|
||||
for url in `awk '{print $1}' < urls` ; do
|
||||
if tor_curl $url >curl.out~ 2>curl.err~ ; then
|
||||
echo ":thumbsup:"
|
||||
else
|
||||
is_up=false # one bad apple
|
||||
echo ":sos:"
|
||||
fi
|
||||
done >check-status
|
||||
|
||||
date -u "+%Y-%m-%dT%H:%M:%SZ" >check-date
|
||||
}
|
||||
|
||||
for category in * ; do
|
||||
echo ":::: $category ::::"
|
||||
cd $category || exit 1
|
||||
for onion in * ; do
|
||||
echo "---- $onion ----"
|
||||
cd $onion || exit 1
|
||||
check_onion
|
||||
cd ..
|
||||
done
|
||||
cd ..
|
||||
done
|
||||
|
||||
date -u "+%Y-%m-%dT%H:%M:%SZ" >.check-date
|
@ -1 +0,0 @@
|
||||
Riseup
|
@ -1 +0,0 @@
|
||||
http://5jp7xtmox6jyoqd5.onion/ riseup etherpad
|
@ -1 +0,0 @@
|
||||
Riseup
|
@ -1 +0,0 @@
|
||||
http://6zc6sejeho3fwrd4.onion/ riseup file share & pastebin
|
@ -1 +0,0 @@
|
||||
Riseup
|
@ -1 +0,0 @@
|
||||
http://j6uhdvbhz74oefxf.onion/ riseup user admin
|
@ -1 +0,0 @@
|
||||
Riseup
|
@ -1,2 +0,0 @@
|
||||
http://nzh3fv6jc6jskki3.onion/ riseup main site
|
||||
http://nzh3fv6jc6jskki3.onion/en/security/network-security/tor#riseups-tor-hidden-services riseup index of onion sites
|
@ -1 +0,0 @@
|
||||
Privacy International
|
@ -1 +0,0 @@
|
||||
https://privacyintyqcroe.onion/
|
@ -1 +0,0 @@
|
||||
Riseup
|
@ -1 +0,0 @@
|
||||
http://xpgylzydxykgdqyg.onion/ riseup lists
|
@ -1 +0,0 @@
|
||||
Riseup
|
@ -1 +0,0 @@
|
||||
http://zsolxunfmbfuq7wf.onion/rc/ riseup mail
|
@ -1 +0,0 @@
|
||||
decoded:Legal
|
@ -1 +0,0 @@
|
||||
http://decodedsbwzj4nhq.onion/ english law firm
|
@ -1 +0,0 @@
|
||||
decoded:Legal
|
@ -1 +0,0 @@
|
||||
http://dlegal66uj5u2dvcbrev7vv6fjtwnd4moqu7j6jnd42rmbypv3coigyd.onion/ (additional v3/prop224 address)
|
@ -1 +0,0 @@
|
||||
https://irpi.eu/en/leaks/how-irpileaks-works/
|
@ -1 +0,0 @@
|
||||
IRPILeaks
|
@ -1 +0,0 @@
|
||||
http://5r4bjnjug3apqdii.onion/ italian investigative reporting project
|
@ -1 +0,0 @@
|
||||
https://pistaljka.rs/
|
@ -1 +0,0 @@
|
||||
Pistaljka.rs Whistleblowing
|
@ -1 +0,0 @@
|
||||
http://acabtd4btrxjjrvr.onion/#/
|
@ -1 +0,0 @@
|
||||
https://atlatszo.hu/magyarleaks/
|
@ -1 +0,0 @@
|
||||
Atlatszo MagyarLeaks
|
@ -1 +0,0 @@
|
||||
http://ak2uqfavwgmjrvtu.onion/ hungarian leaks
|
@ -1 +0,0 @@
|
||||
https://allertaanticorruzione.transparency.it/servizio-alac/
|
@ -1 +0,0 @@
|
||||
ALAT / Allerta AntiCorruzione
|
@ -1 +0,0 @@
|
||||
http://fkut2p37apcg6l7f.onion/ italian whistleblowing
|
@ -1 +0,0 @@
|
||||
https://secure.bezkorupce.cz/
|
@ -1 +0,0 @@
|
||||
Bezkorupce.cz
|
@ -1 +0,0 @@
|
||||
http://iopx5pchfdldldwp.onion/ czech anticorruption reporting site
|
@ -1 +0,0 @@
|
||||
https://mexicoleaks.mx/
|
@ -1 +0,0 @@
|
||||
Mexico Leaks
|
@ -1 +0,0 @@
|
||||
http://kjpkmlafh2ra57wz.onion/
|
@ -1 +0,0 @@
|
||||
https://www.wildleaks.org/the-technology/
|
@ -1 +0,0 @@
|
||||
Wildleaks
|
@ -1 +0,0 @@
|
||||
http://ppdz5djzpo3w5k2z.onion/ elephant action league
|
@ -1 +0,0 @@
|
||||
https://www.afrileaks.org/
|
@ -1 +0,0 @@
|
||||
Afrileaks
|
@ -1 +0,0 @@
|
||||
http://wcnueib4qrsm544n.onion/
|
@ -1 +0,0 @@
|
||||
https://xnet-x.net/en/xnetleaks/
|
@ -1 +0,0 @@
|
||||
XNet Activism
|
@ -1 +0,0 @@
|
||||
http://ztjn5gcdsqeqzmw4.onion/ anticorruption whistleblowing
|
@ -1 +0,0 @@
|
||||
https://www.cia.gov/news-information/featured-story-archive/2019-featured-story-archive/latest-layer-an-onion-site.html
|
@ -1 +0,0 @@
|
||||
US Central Intelligence Agency
|
@ -1 +0,0 @@
|
||||
http://ciadotgov4sjwlzihbbgxnqg3xiyrg7so2r2o3lt5wz5ypk4sxyjstad.onion/
|
@ -1 +0,0 @@
|
||||
proof-in-ssl-cert
|
@ -1 +0,0 @@
|
||||
BuzzFeed News
|
@ -1 +0,0 @@
|
||||
https://bfnews3u2ox4m4ty.onion/
|
@ -1 +0,0 @@
|
||||
The New York Times
|
@ -1,2 +0,0 @@
|
||||
https://www.nytimes3xbfgragh.onion/
|
||||
https://mobile.nytimes3xbfgragh.onion/ mobile site
|
@ -1 +0,0 @@
|
||||
proof-in-ssl-cert
|
@ -1 +0,0 @@
|
||||
ProPublica
|
@ -1 +0,0 @@
|
||||
https://p53lf57qovyuvwsc6xnrppyply3vtqm7l6pcobkmyqsiofyeznfu5uqd.onion/
|
@ -1 +0,0 @@
|
||||
ProPublica
|
@ -1 +0,0 @@
|
||||
https://www.propub3r6espa33w.onion/
|
@ -1 +0,0 @@
|
||||
https://www.bbc.co.uk/news/technology-50150981
|
@ -1 +0,0 @@
|
||||
BBC News
|
@ -1 +0,0 @@
|
||||
https://www.bbcnewsv2vjtpsuy.onion/
|
@ -1 +0,0 @@
|
||||
https://jean-marc.manach.net/securedrop.htm
|
@ -1 +0,0 @@
|
||||
Jean-Marc Manach
|
@ -1 +0,0 @@
|
||||
http://32qfx2skzcifeyg7.onion/
|
@ -1 +0,0 @@
|
||||
https://github.com/b4rton/securedrop
|
@ -1 +0,0 @@
|
||||
Barton Gellman
|
@ -1 +0,0 @@
|
||||
http://mqddpn6yt4f5uqei.onion/
|
@ -1 +0,0 @@
|
||||
https://apps.voxmedia.com/verge-tips/
|
@ -1 +0,0 @@
|
||||
The Verge, Racked, Eater
|
@ -1 +0,0 @@
|
||||
http://2xat73hlwcpwo2zy.onion/
|
@ -1 +0,0 @@
|
||||
https://www.theguardian.com/securedrop
|
@ -1 +0,0 @@
|
||||
Guardian
|
@ -1 +0,0 @@
|
||||
http://33y6fjyhs3phzfjj.onion/
|
@ -1 +0,0 @@
|
||||
https://www.ap.org/tips/
|
@ -1 +0,0 @@
|
||||
Associated Press
|
@ -1 +0,0 @@
|
||||
http://3expgpdnrrzezf7r.onion/
|
@ -1 +0,0 @@
|
||||
https://help.npr.org/customer/en/portal/articles/2860413-got-a-confidential-news-tip-for-npr
|
@ -1 +0,0 @@
|
||||
NPR
|
@ -1 +0,0 @@
|
||||
http://5ha7oig7du2jeyer.onion/
|
@ -1 +0,0 @@
|
||||
https://www.rise.md/leaks/
|
@ -1 +0,0 @@
|
||||
RISE Moldova
|
@ -1 +0,0 @@
|
||||
http://6lhmirnluwmvjw4z.onion/
|
@ -1 +0,0 @@
|
||||
https://securedrop.cbc.ca/
|
@ -1 +0,0 @@
|
||||
CBC / Canadian Broadcasting Corporation
|
@ -1 +0,0 @@
|
||||
http://ad2ztmbv5vmbj7ic.onion
|
@ -1 +0,0 @@
|
||||
https://publicintelligence.net/contribute/
|
@ -1 +0,0 @@
|
||||
Public Intelligence
|
@ -1 +0,0 @@
|
||||
http://arujlhu2zjjhc3bw.onion/
|
@ -1 +0,0 @@
|
||||
https://www.thedailybeast.com/tips
|
@ -1 +0,0 @@
|
||||
The Daily Beast
|
@ -1 +0,0 @@
|
||||
http://bcwyjiwj25t44it6.onion/
|
@ -1 +0,0 @@
|
||||
https://www.aftenposten.no/securedrop/
|
@ -1 +0,0 @@
|
||||
Aftenposten
|
@ -1 +0,0 @@
|
||||
http://bocl4xqbak4xvlh4.onion/
|
@ -1 +0,0 @@
|
||||
https://www.svd.se/securedrop/
|
@ -1 +0,0 @@
|
||||
Svenska Dagbladet
|
@ -1 +0,0 @@
|
||||
http://cnhuql7wj2ga5iv7.onion/
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user