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
Describe the bug
TOR Exit Node Report:
There is an error with checking for Tor exit nodes:
local variable 'f' referenced before assignment
Reproduction Steps
Steps to reproduce the behavior:
Sooty.py
OPTION 3
enter email address OR IP or URL & click Enter
...
Expected behavior
first time using it so I expect it would complete a check and progress. iThis particular error was for an email address and it errored on the Tor exit node check.
I also checked an IP address with OPTION 3 and it errored on VirusTotal Report and hangs on Checking BadIP's (never progresses.
Screenshots
` TOR Exit Node Report:
There is an error with checking for Tor exit nodes:
local variable 'f' referenced before assignment
VirusTotal Report:
error
Checking BadIP's...
Traceback (most recent call last):
File "/home/USER/Sooty/Sooty.py", line 1231, in
mainMenu()
File "/home/USER/Sooty/Sooty.py", line 191, in mainMenu
switchMenu(input())
File "/home/USER/Sooty/Sooty.py", line 57, in switchMenu
repChecker()
File "/home/USER/Sooty/Sooty.py", line 463, in repChecker
f.write("\n\n ---------------------------------")
UnboundLocalError: local variable 'f' referenced before assignment
`
Desktop Operating System:
Ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered:
Describe the bug
TOR Exit Node Report:
There is an error with checking for Tor exit nodes:
local variable 'f' referenced before assignment
Reproduction Steps
Steps to reproduce the behavior:
...
Expected behavior
first time using it so I expect it would complete a check and progress. iThis particular error was for an email address and it errored on the Tor exit node check.
I also checked an IP address with OPTION 3 and it errored on VirusTotal Report and hangs on Checking BadIP's (never progresses.
Screenshots
` TOR Exit Node Report:
There is an error with checking for Tor exit nodes:
local variable 'f' referenced before assignment
VirusTotal Report:
error
Checking BadIP's...
Traceback (most recent call last):
File "/home/USER/Sooty/Sooty.py", line 1231, in
mainMenu()
File "/home/USER/Sooty/Sooty.py", line 191, in mainMenu
switchMenu(input())
File "/home/USER/Sooty/Sooty.py", line 57, in switchMenu
repChecker()
File "/home/USER/Sooty/Sooty.py", line 463, in repChecker
f.write("\n\n ---------------------------------")
UnboundLocalError: local variable 'f' referenced before assignment
`
Desktop Operating System:
Ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered: