tor-auto-identity-changer
v0.1.0
Published
Little script that periodically request an identity change via the telnet control of your tor client
Readme
tor-auto-identity-changer
Little script that periodically request an identity change via the telnet control of your tor client.
Pre Requirements
- curl
- node
Installation
git clone [email protected]:mlegenhausen/tor-auto-identity-changer.git
cd tor-auto-identity-changer
npm linkUsage
tor-auto-identitiy-changer <password>If you only want to change the identity once, you can use:
tor-auto-identitiy-changer -o <password>Make sure you have enabled the control port and hash authentication in the torrc.
Use tor-auto-identity-changer --help for further usage informations.
Note: You can use MaxCircuitDirtiness in the torrc for changing the usage time of a circuit.
