Last active
December 19, 2020 15:32
-
-
Save ghost-ng/08081c03807f7bc6e29c340a0d06e58d to your computer and use it in GitHub Desktop.
newtornode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Append to {shell}rc file | |
alias newtornode='echo -n "[*] Current TOR Node: ";curl --socks5 127.0.0.1:9050 http://checkip.amazonaws.com/;echo "[*] Getting New TOR Node";(echo authenticate "\"thisismypassword\""; echo signal newnym; echo quit) | nc localhost 9051 >/dev/null;sleep 5;echo -n "[+] New TOR Node: ";curl --socks5 127.0.0.1:9050 http://checkip.amazonaws.com/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment