s-rah/onionscan

Clearnet sites no longer detected

Opened this issue · 2 comments

After updating to the last version of Onionscan, I've noticed that in the json report, the "linkedSites" is replaced by "linkedOnions". Good idea but can we still have a "linkedClearNet" or something like that ?

Thank you

s-rah commented

Ah yes, this is a bug which was introduced when I fixed some things in https://github.com/s-rah/onionscan/blob/master/deanonymization/apache_mod_status.go & https://github.com/s-rah/onionscan/blob/master/deanonymization/get_onion_links.go#L68 - the data is actually processed, but it is only put in the database - it should also be in the report too.

I'd love to work on that.