Summary: | [NEW PORT] security/onionscan: Free and open source tool for investigating Onion Services | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Vinícius Zavam <egypcio> | ||||
Component: | Individual Port(s) | Assignee: | Rene Ladan <rene> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | rene | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
The port does not seem to work properly, when scanning DuckDuckGo onion for example: rene@e17:~ % onionscan -verbose 3g2upl4pq6kufc4m.onion 2018/09/21 12:32:30 Creating Database Bucket crawls... 2018/09/21 12:32:31 Indexing URL in crawls... 2018/09/21 12:32:32 Creating Database Bucket relationships... 2018/09/21 12:32:33 Indexing Identifier in relationships... 2018/09/21 12:32:34 Indexing Onion in relationships... 2018/09/21 12:32:35 Indexing Type in relationships... 2018/09/21 12:32:35 Indexing From in relationships... 2018/09/21 12:32:36 Database Setup Complete 2018/09/21 12:32:36 Starting Scan of 3g2upl4pq6kufc4m.onion 2018/09/21 12:32:36 This might take a few minutes.. rene@e17:~ % So onionscan seems to quit prematurely? It does create an onionscandb directory. (In reply to Rene Ladan from comment #1) hi Rene, thanks for taking this PR. appreciated! I already had/have Tor running on 127.0.0.1:9050 (default also for OnionScan). I just ran the following commando to check it: % onionscan -depth 3 -webport 80 3g2upl4pq6kufc4m.onion at the end we get the scan output from OnionScan. A commit references this bug: Author: rene Date: Mon Sep 24 18:54:05 UTC 2018 New revision: 480623 URL: https://svnweb.freebsd.org/changeset/ports/480623 Log: OnionScan is a free and open source tool for investigating Onion Services on the Tor network. It has two primary goals: * Help to find and to fix operational privacy/security issues; * Support researchers and investigators to monitor .onion sites. WWW: https://onionscan.org/ PR: 231508 Submitted by: egypcio@googlemail.com Changes: head/security/Makefile head/security/onionscan/ head/security/onionscan/Makefile head/security/onionscan/distinfo head/security/onionscan/pkg-descr Committed, thanks! |
Created attachment 197270 [details] [NEW PORT] security/onionscan: Free and open source tool for investigating Onion Services I missed this package, so I wrote its port; here is the patch to add it to the tree. portlink and testport; OK.