summaryrefslogtreecommitdiff
path: root/security/nikto
AgeCommit message (Collapse)AuthorFilesLines
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-06- Move plugins to libdata - suggestion from salo@ in private emailadrianp4-41/+45
- Bump to nb2
2005-09-03Update to include security warning for:adrianp2-5/+7
http://secunia.com/advisories/16669/
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-02- Update to 1.35adrianp5-27/+35
- Change MESSAGE based on new -config directive - Remove outdated patch for bug that's no longer there in CHANGES.txt - Set plugings directory in the default config.txt - Point users to the installed customised config.txt instead of the sample one - From the CHANGELOG.txt 05.20.2005 Database Updates - Multiple msgs updates from david.maciejak@kyxar.fr - Multiple test updates from burak.dayioglu@pro-g.com.tr nikto_core.plugin 1.31 - Bugfix: fingerprint was not including leading /. Thanks Axel Meerschaert for the report. - Bugfix: NMAPOPTS was not being used, thanks to David Rhoades for patching. - Added additional content checking to reduce false positives, thanks to Pavel Kankovsky nikto.pl 1.14 - Added -config option to specify a config file, thanks to Pavel Kankovsky
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-23Removed trailing white-space.rillig1-4/+4
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-16- Update nikto to 1.34adrianp4-34/+20
- No CHANGELOG available
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-12-05Initial import of nikto-1.32 from pkgsrc-wip, packaged by Adrian Portelli.xtraeme7-0/+128
Nikto is a web server scanner which performs comprehensive tests against web servers for multiple items, including over 2200 potentially dangerous files/CGIs, versions on over 140 servers, and problems on over 210 servers. Scan items and plugins are frequently updated and can be automatically updated (if desired).