
usage: dorkbot.py [–h] [–c CONFIG] [–b BLACKLIST] [–d DATABASE] [–i INDEXER]
[–l] [–o INDEXER_OPTIONS] [–p SCANNER_OPTIONS] [–s SCANNER]
[–v VULNDIR]
optional arguments:
–h, —help show this help message and exit
–c CONFIG, —config CONFIG
Configuration file
–b BLACKLIST, —blacklist BLACKLIST
File containing (regex) patterns to blacklist from
scans
–d DATABASE, —database DATABASE
SQLite3 database file
–i INDEXER, —indexer INDEXER
Indexer module to use
–l, —list List targets in database
–o INDEXER_OPTIONS, —indexer–options INDEXER_OPTIONS
Indexer–specific options (opt1=val1,opt2=val2,..)
–p SCANNER_OPTIONS, —scanner–options SCANNER_OPTIONS
Scanner–specific options (opt1=val1,opt2=val2,..)
–s SCANNER, —scanner SCANNER
Scanner module to use
–v VULNDIR, —vulndir VULNDIR
Directory to store vulnerability output reports
Source : DarkNet
