-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message -> seems to be related to change IP functionality #4
Comments
Hi @TH3xACE ! The variable "controller" does not exist because there was a problem with the try-catch statement in lines 196-202 of the code. Could you tell me if tor was running in port 9050 when you tried this? Also, in the file /etc/tor/torrc, do you have the line "ControlPort 9051"? If you add this line, please restart tor with "sudo /etc/init.d/tor restart" Regards, Ricardo |
Thanks for your reply.... The issue was to do with conflicting port... I set it in the config file and everything working fine except the below error lol :) +] Changing IP address During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Expected vs Actual Behavior
No error :)
Specifications
Operative system:
Debian -> Kali Linux
Version (e.g. Python version):
$ python3 -V
Python 3.9.8
## Steps to Reproduce the Problem
python3 adfsbrute.py -t domain.com -U users.txt -p Password123 -tp Pass123 -n 5
[+] Changing IP address
Traceback (most recent call last):
File "/opt/tools/misc/adfsbrute/adfsbrute.py", line 253, in
main()
File "/opt/tools/misc/adfsbrute/adfsbrute.py", line 204, in main
new_ip = change_tor_ip(controller, debug)
UnboundLocalError: local variable 'controller' referenced before assignment
The text was updated successfully, but these errors were encountered: