Command-line interface (CLI)¶
Directory scan:
$ direnumerate Ds -t "testphp.vulnweb.com" -w wordlist.txt
Directory scan with all outputs verbose, (-v command):
$ direnumerate Ds -v -t "testphp.vulnweb.com" -w wordlist.txt
Port scan:
$ direnumerate Ps -t 44.228.249.3 -p 22 80 443
Finds patterns in logs:
$ direnumerate Fp -log test.log -key ERROR
Ip info:
$ direnumerate info -t 8.8.8.8
To list all command line options, simply type
$ direnumerate -h
Finally, if you’re filing a bug report, the cli contains a switch called
--build-playback-report, which bundles up the state, allowing others
to easily replay your issue.