nikto

Web server scanner that tests for dangerous files and outdated software

brewmacoslinux
Try with needOr install directly
Source

About

Web server scanner

Commands

nikto

Examples

Scan a target web server for vulnerabilities$ nikto -h http://example.com
Scan with custom port and save results to file$ nikto -h example.com:8080 -o results.txt
Scan multiple hosts from a file with verbose output$ nikto -h hosts.txt -F csv -o report.csv -v