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

local variable 'dorks' referenced before assignment #23

Description

@toptuto

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions