Web Security 4 commands
Nikto
Web server scanner that performs comprehensive tests against web servers for multiple items including dangerous files and outdated software.
webscannervulnerabilityserver
Installation
sudo apt install nikto
# or
git clone https://github.com/sullo/niktoCommands & usage
4 entriesnikto -h <target>Basic scan
nikto -h <target> -sslScan HTTPS
nikto -h <target> -o report.html -Format htmlHTML report output
nikto -h <target> -Tuning xSpecific test type
Use cases
Web server scanningVulnerability assessmentMisconfiguration detectionSSL testingCompliance checking