AutoSQLi icon indicating copy to clipboard operation
AutoSQLi copied to clipboard

local variable 'dorks' referenced before assignment

Open toptuto opened this issue 6 years ago • 0 comments

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

toptuto avatar Nov 08 '19 18:11 toptuto