Scanning Tools

List of useful Web scanning tools.

Nikto

Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items.

nikto -host <URL>

Github: https://github.com/sullo/nikto

WPScan

WPScan is a free, for non-commercial use, black box WordPress security scanner written for security professionals and blog maintainers to test the security of their sites.

wpscan --rua -e ap,at,tt,cb,dbe,u,m --plugins-detection aggressive --url <URL>

Github: https://github.com/wpscanteam/wpscan

Last updated