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 Apr 17, 2021. It is now read-only.
I got this message when trying to use this cmd : python3 autosqli.py -f /root/Desktop/dork.txt
Traceback (most recent call last):
File "autosqli.py", line 46, in
main()
File "autosqli.py", line 35, in main
need_to_continue = stages.nextStage(args)
File "/root/Desktop/AutoSQLi/autosqli/stages.py", line 58, in nextStage
launchDorkStage(args)
File "/root/Desktop/AutoSQLi/autosqli/stages.py", line 19, in launchDorkStage
dork_stage(args)
File "/root/Desktop/AutoSQLi/autosqli/dork_stage.py", line 48, in dork_stage
dorks = getdorks(args)
File "/root/Desktop/AutoSQLi/autosqli/dork_stage.py", line 41, in getdorks
return dorks
UnboundLocalError: local variable 'dorks' referenced before assignment
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got this message when trying to use this cmd : python3 autosqli.py -f /root/Desktop/dork.txt
Traceback (most recent call last):
File "autosqli.py", line 46, in
main()
File "autosqli.py", line 35, in main
need_to_continue = stages.nextStage(args)
File "/root/Desktop/AutoSQLi/autosqli/stages.py", line 58, in nextStage
launchDorkStage(args)
File "/root/Desktop/AutoSQLi/autosqli/stages.py", line 19, in launchDorkStage
dork_stage(args)
File "/root/Desktop/AutoSQLi/autosqli/dork_stage.py", line 48, in dork_stage
dorks = getdorks(args)
File "/root/Desktop/AutoSQLi/autosqli/dork_stage.py", line 41, in getdorks
return dorks
UnboundLocalError: local variable 'dorks' referenced before assignment
The text was updated successfully, but these errors were encountered: