utiso / dorkbot

Command-line tool to scan Google search results for vulnerabilities
http://dorkbot.io
Other
511 stars 96 forks source link

Query must be set #14

Closed RiveraJones closed 4 years ago

RiveraJones commented 4 years ago

Hello, I'm trying to run Dorkbok with the following command:

python ./dorkbot.py -i google -o engine=GoogleCSE,query="filetype:php inurl:id" -s arachni

And I get this error:

-ERROR - query must be set

Why is this error?

jgor commented 4 years ago

Whoops, the Quickstart section was using outdated syntax (fixed, thanks!). You'll specify each option as a separate -o, e.g.: python ./dorkbot.py -i google -o engine=GoogleCSE -o query="filetype:php inurl:id" -s arachni