OnionScan –help – Usage, Flags and Command Examples

Command Examples: ./onionscan –timeout 60 –fingerprint  –depth 2 –verbose –webport 0 examplesite.onion Basic Scan with Correlations Lab Running on http://localhost:8080/ ./onionscan examplesite.onion Help Printout: $ ./onionscan Usage of ./onionscan: onionscan [flags] hiddenservice | onionscan [flags] –list list | onionscan –mode analysis -batch int number of onions to scan concurrently (default 10) -cookie string if provided, … Read more

onionscan Cannot connect to Tor proxy, is the –torProxyAddress setting correct?

Trying to run onionscan, but encountering the error Cannot connect to Tor proxy, is the –torProxyAddress setting correct? Simply get the latest tor browser running on your machine and add the following proxy: –torProxyAddress 127.0.0.1:9150 The latest tor runs on your local machine at port 9150. This flag instructs onionscan to use that as the … Read more