davidtavarez / pwndb

Search for leaked credentials
https://davidtavarez.github.io/2019/tutorial-pwndb-command-line-tool-python/
MIT License
1.3k stars 241 forks source link

tor issue #55

Open saumyat opened 3 years ago

saumyat commented 3 years ago

getting the following outputs for specified commands

/Desktop/pwndb$ tor May 05 13:41:16.872 [notice] Tor 0.4.2.7 running on Linux with Libevent 2.1.11-stable, OpenSSL 1.1.1f, Zlib 1.2.11, Liblzma 5.2.4, and Libzstd 1.4.4. May 05 13:41:16.872 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning May 05 13:41:16.872 [notice] Read configuration file "/etc/tor/torrc". May 05 13:41:16.875 [notice] Opening Socks listener on 127.0.0.1:9050 May 05 13:41:16.875 [warn] Could not bind to 127.0.0.1:9050: Address already in use. Is Tor already running? May 05 13:41:16.876 [warn] Failed to parse/validate config: Failed to bind one of the listener ports. May 05 13:41:16.876 [err] Reading config failed--see warnings above.

~/Desktop/pwndb$ python pwndb.py --target @google.com [-] Searching for leaks... [!] Can't connect to service! Make sure Tor socks proxy is listening on 127.0.0.1:9050

/Desktop/pwndb$ sudo netstat -plnt | fgrep 9050 tcp 0 0 127.0.0.1:9050 0.0.0.0:* LISTEN 6030/tor

Done with restarting and killall tor command still the error persists

pgiavaroto commented 2 years ago

Same issue over here, too. Already try to change the address and port, use proxychain, but neither worked.

archidote commented 2 years ago

same here. :/ Strange because I used this tool with the same VM 3 month ago, and It worked very nicely ...