Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

local variable 'dorks' referenced before assignment #23

Open
toptuto opened this issue Nov 8, 2019 · 0 comments
Open

local variable 'dorks' referenced before assignment #23

toptuto opened this issue Nov 8, 2019 · 0 comments

Comments

@toptuto
Copy link

toptuto commented Nov 8, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant