This repository was archived by the owner on Apr 17, 2021. It is now read-only.
  
  
  
  
  
Description
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