You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
Thx @VP-TBY
I tried your script but it will get error if the torghost has not started before it. So I modified and use "torghost -s" instead of "torghost -r" and it could both start the torghost at first run and keep changing the IP after "x" seconds.
#!/bin/bash a=1 x=60 while [[ $a -gt 0 ]] do torghost -s sleep $x done
Is their a way to change the tor ip automatically every few seconds with this tool? Thanks.
The text was updated successfully, but these errors were encountered: