Answers for "how to check if tor is installed"

0

how to check if tor is installed

curl --socks5 localhost:9050 --socks5-hostname localhost:9050 -s https://check.torproject.org/ | cat | grep -m 1 Congratulations | xargs
Posted by: Guest on November-16-2020

Code answers related to "how to check if tor is installed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language