utiso / dorkbot

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

Import List of Target URLs? #21

Closed jontstaz closed 1 year ago

jontstaz commented 1 year ago

Hi,

Instead of having to manually add 1 URL at a time, is it possible to just have it ingest a .txt file list of bulk URLS?

jgor commented 1 year ago

Sure, the "stdin" indexer module is useful for this. It takes a list of targets one-per-line from standard input, and you can just redirect a file to standard input -- e.g. $ dorkbot -i stdin < targets.txt