onionscan icon indicating copy to clipboard operation
onionscan copied to clipboard

OnionScan is a free and open source tool for investigating the Dark Web.

Results 82 onionscan issues
Sort by recently updated
recently updated
newest added

There have been discussions and suggestions in #3 and #6 for using external services such as Tineye and Shodan for comparing fingerprints collected. As hidden services may be scanned by...

enhancement
help wanted
idea / needs design
I/O
Hacktoberfest

Current the UX for larger scans is not that great as OnionScan has to complete a scan before processing any of the data - this means a lot of waiting...

enhancement
usabilty

It would be good to support dumping a site from the database in WARC format i.e. https://www.iso.org/obp/ui/#iso:std:iso:28500:ed-1:v1:en There are a bunch of go-lang libraries in various stats of repair for...

enhancement
help wanted
I/O
Hacktoberfest

Take the sha1/md5/whatever of each image on the front page of the site. This will feed into the fingerprint later on. Usecases: - Detecting onioncloner copies - #6 - General...

help wanted
Hacktoberfest

I have written a testing tool for the Ricochet (https://ricochet.im) protocol, called Recoil (https://github.com/s-rah/recoil). #3 opens the idea of extending this tool past traditional web scanning - to that end...

enhancement
help wanted
new protocol
Hacktoberfest

Proposed for @JosephGregg in #2 > "Have you considered doing reverse image searches against the tineye database using their API? Just an idea... https://services.tineye.com/TinEyeAPI - of course you would be...

idea / needs design

Hi, I can't seem to install the crypto package. **go get golang.org/x/net/crypto** _``` package golang.org/x/net/crypto: cannot find package "golang.org/x/net/crypto" in any of: /usr/lib/go-1.13/src/golang.org/x/net/crypto (from $GOROOT) /root/go/src/golang.org/x/net/crypto (from $GOPATH) ```_

### Tested on Ubuntu 20.04 with Golang v1.19.x 1. Go into SSH 2. Install Golang v1.19.x (refer https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-20-04) 3. Use another forked repo instead of "s-rah" which is deprecated. Refer...

I'm not sure if the rest the code base works with modern versions of go but from 1.16 go get is deprecated. So the instructions to install the dependencies doesn't...