Nikto, web server üzerinde bulunan güvenlik açığı tarama aracıdır. Web sayfalarında bulunabilecek XSS, SQL Injection benzeri güvenlik zaaflarını tespit eden araçtır.
Kurulum
git clone https://github.com/sullo/nikto.git cd nikto docker build -t sullo/nikto .
Kullanımı
docker run --rm sullo/nikto docker run --rm sullo/nikto -h http://www.example.com docker run --rm -v $(pwd):/tmp nikto -h http://www.example.com -o /tmp/out.json