stevecoward

Results 6 issues of stevecoward

System: Kali Linux, Nikto 2.1.6 Given script run-nikto.sh: ``` #!/bin/bash command="nikto -D V -h 192.168.1.143 -p 80" echo "executing nikto..." eval $command echo "all done!" ``` Results produce: _results at...

This new executable will be a part of enumerator. A separate command (e.g. enumerator-cewl) will utilize cewl and john to fetch words from a user-provided site, mutate it to some...

enhancement

Currently enumerator will intelligently pick found services from the initial nmap scan and fire off further service enumeration per service discovered. A pentest engagement may possibly be scoped to only...

enhancement

Currently the dirb http service module process is using a preset list of wordlists. If the user is not using enumerator on Kali Linux this may cause the dirb process...

enhancement

As it stands, enumerator console output is not at all helpful. A logging mechanism needs to be implemented to provide updates to the console as IPs are scanned and service...

enhancement