1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: nikto
Section: non-free/net
Priority: extra
Maintainer: Vincent Bernat <bernat@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: http://cirt.net/nikto2
Vcs-Browser: https://salsa.debian.org/debian/nikto
Vcs-Git: https://salsa.debian.org/debian/nikto.git
Package: nikto
Architecture: all
Depends: ${perl:Depends},
libwhisker2-perl (>= 2.5),
libjson-pp-perl,
libnet-ssleay-perl,
${misc:Depends}
Suggests: nmap
Description: web server security scanner
Nikto is a pluggable web server and CGI scanner written in Perl, using
rfp's LibWhisker to perform fast security or informational checks.
.
Features:
- Easily updatable CSV-format checks database
- Output reports in plain text or HTML
- Available HTTP versions automatic switching
- Generic as well as specific server software checks
- SSL support (through libnet-ssleay-perl)
- Proxy support (with authentication)
- Cookies support
|