Command-line interface (CLI)

Directory scan:

$ direnumerate -t "testphp.vulnweb.com" -w wordlist.txt

Directory scan with all outputs verbose, (-v command):

$ direnumerate -v -t "testphp.vulnweb.com" -w wordlist.txt

Port scan:

$ direnumerate -t 44.228.249.3 -p 22 80 443

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.