Closed jontstaz closed 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?
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
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?