Nikto 2.1.2 introduces some much needed status reporting, along with some new interactive features.
First up, the Display mode "P" will print a progress report to STDOUT every 500 tests (configurable in nikto.conf or via -Plugins). During a scan, you'll see something like this:
- Tests completed: 3000 47%
On systems with POSIX support, there are several interactive features you can use during scans. While running, any of the following keys can be pressed to report status or make display changes:
On non-POSIX systems, the interactive features will be disabled and Nikto will work just like the previous version (though "-D P" still works).
Suggestions for more interactive features welcome!