Show HN: I have written a cloud native dark web crawler in Go (github.com) 7 points by creekorful 5y ago ↗ HN
[–] lrossi 5y ago ↗ Can you share some examples of what it finds? As long as it is safe to post that. [–] creekorful 5y ago ↗ I have an instance running for about 5 days+ with 1,300,000 docs. It's mostly huge amount of porns, some weird forums & lot of marketplaces.There's still some good finds like a 'sysadmin' forum with huge amount of good posts & tips. [–] creekorful 5y ago ↗ I'll certainly publish an index of interesting (legal) hostnames on my GitHub account.
[–] creekorful 5y ago ↗ I have an instance running for about 5 days+ with 1,300,000 docs. It's mostly huge amount of porns, some weird forums & lot of marketplaces.There's still some good finds like a 'sysadmin' forum with huge amount of good posts & tips.
[–] creekorful 5y ago ↗ I'll certainly publish an index of interesting (legal) hostnames on my GitHub account.
[–] visox 5y ago ↗ nice, what is actually needed to crawl onion sites ?i am not a go dev, would try it with scala/java [–] creekorful 5y ago ↗ Just a tor proxy (socks) instance, and a HTTP client configured to use the proxy. Other than that nothing more than what a web crawler should have. [–] visox 5y ago ↗ cool i look into that some time.
[–] creekorful 5y ago ↗ Just a tor proxy (socks) instance, and a HTTP client configured to use the proxy. Other than that nothing more than what a web crawler should have. [–] visox 5y ago ↗ cool i look into that some time.
7 comments
[ 3.4 ms ] story [ 27.0 ms ] threadThere's still some good finds like a 'sysadmin' forum with huge amount of good posts & tips.
i am not a go dev, would try it with scala/java