-
Notifications
You must be signed in to change notification settings - Fork 81
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
NameError: global name 'connection' is not defined #6
Comments
Hello, @Ravi355, first of all, thank you for the report. Did you renamed the files? I'm asking it because according to your error message there is a file named Admin.py and Admin5.py. Best Regards |
Thank you for the quick reply. I imported modules are: from sys import path, argv #import scans from time import sleep Best Regards, |
I believe the error is a typo. you're doing |
I got following error: Traceback (most recent call last): |
Do you have the following files inside the src directory?
Also, are you modifing the script? Because I'm failing to see why this error is occoruing |
Hello, Best Regards, |
Glad to know everything is fine now. Good Luck |
Hello, when i run the you're script on ubuntu 16.04, I have following erro:
Traceback (most recent call last):
File "Admin.py", line 191, in
target_result = str(check_target(target, args.UserAgent, args.tor))
File "Admin5.py", line 81, in check_target
conn = connection.conn(target, UserAgent)
NameError: global name 'connection' is not defined
Help Me,
Best Regards,
The text was updated successfully, but these errors were encountered: