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
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