aboutsummaryrefslogtreecommitdiff
path: root/security/nikto
Commit message (Collapse)AuthorAgeFilesLines
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2016-12-271-1/+1
| | | | | | | | | - While here, minor cosmetic and license fixes Approved by: portmgr blanket Notes: svn path=/head/; revision=429612
* Update Nikto to 2.1.6, now hosted on GithubJohan van Selst2016-05-113-8/+14
| | | | Notes: svn path=/head/; revision=415009
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fix make patchAntoine Brodin2015-12-191-1/+1
| | | | Notes: svn path=/head/; revision=404001
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-1/+0
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* - Add NO_ARCHDmitry Marakasov2015-10-232-5/+1
| | | | | | | | | - Drop @dirrm* from plist Approved by: portmgr blanket Notes: svn path=/head/; revision=400049
* Convert to @sampleBaptiste Daroussin2015-09-241-3/+1
| | | | Notes: svn path=/head/; revision=397786
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Enable stage supportJohan van Selst2014-01-122-29/+18
| | | | | | | | - Correct perl path - Bump PORTREVISION Notes: svn path=/head/; revision=339513
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-1/+2
| | | | | | | Convert USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327417
* Adopt portJohan van Selst2013-04-301-1/+1
| | | | Notes: svn path=/head/; revision=316914
* - Update to version 2.1.5Pawel Pekala2012-11-133-50/+67
| | | | | | | | | | | | | - Add LICENSE - Convert to optionsNG - Don't overwrite user modified config PR: ports/172058 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=307388
* Update to 2.1.4Carlo Strub2011-11-213-4/+7
| | | | | | | | Approved by: wen@ (co-mentor) Feature safe: yes Notes: svn path=/head/; revision=286159
* niels has returned his commit bit for safekeeping.Mark Linimon2011-11-171-1/+1
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=285946
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-2/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* Updated to nikto version 2.1.3Niels Heinen2010-09-243-5/+5
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=261797
* - Removed nmap dependencyNiels Heinen2010-08-181-22/+11
| | | | | | | | | | | | | - Fixed typo /RUN_DEPENEDS/RUN_DEPENDS/ - Updated nikto.conf patching - Bumped PORTREVISION Approved by: itetcu (mentor, implicit) Submitted by: Anderson Eduardo <anderson@secover.com.br> PR: ports/149769 Notes: svn path=/head/; revision=259545
* Updated to version 2.1.2Niels Heinen2010-07-233-12/+11
| | | | | | | Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=258083
* - upgrade to 2.1.1Ion-Mihai Tetcu2010-03-043-26/+20
| | | | | | | | | | | - pass maintainership to submiter since he's more interested in this port PR: 143943 Submitted by: Niels Heinen Feature safe: yes Notes: svn path=/head/; revision=250565
* - update to 2.1.0Ion-Mihai Tetcu2010-01-123-18/+47
| | | | | | | | | | - bumpo PORTEPOCH, sigh PR: 139841 Submitted by: Niels Heinen Notes: svn path=/head/; revision=247722
* Update to 2.03Ion-Mihai Tetcu2008-10-163-4/+7
| | | | | | | | | PR: ports/127566 Submitted by: Naram Qashat Committed from: EuroBSDCon2008 Dev Summit :) Notes: svn path=/head/; revision=221636
* Adjust MASTER_SITES to an other server of mineIon-Mihai Tetcu2008-03-251-2/+1
| | | | Notes: svn path=/head/; revision=209764
* - Update to 2.02.Ion-Mihai Tetcu2008-02-183-37/+40
| | | | | | | | | | - the pugins are now insalled in DATADIR/plugins PR: ports/119584 Submitted by: Naram Qashat Notes: svn path=/head/; revision=207505
* Fix install path of CHANGES.txt when using nikto -update and bump PORTREVISION.Ion-Mihai Tetcu2007-10-221-2/+3
| | | | | | | | PR: ports/117379 Submitted by: Naram Qashat Notes: svn path=/head/; revision=201754
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-4/+4
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Update to 1.36Ion-Mihai Tetcu2007-04-043-6/+7
| | | | Notes: svn path=/head/; revision=189229
* - make -update work by using the right path in plugins/nikto_core.plugin [1]Ion-Mihai Tetcu2006-08-161-7/+10
| | | | | | | | | | | | - respect TARGETDIR - fix a PREFIX -> LOCALBASE mistake - use my @FreeBSD.org address - bump PORTREVISION Submitted by: "Scott MacGregor" <shadowbq@gmail.com> [1] Notes: svn path=/head/; revision=170795
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* - Un-BREAK by using version-ed file-name for DISTFILESRenato Botelho2005-12-143-21/+47
| | | | | | | | | | | | | | | | | | | | - Add MASTER_SITES mirrors - Use USE_PERL and reinplace hardcoded path for perl - OPTIONally run-depend on security/p5-Net-SSLeay and security/nmap - Install config.txt as nikto.conf (and replace references to config.txt in all appropriate places) - Use INSTALL_DATA for plugins - Bump PORTREVISION - Pass maintainership to submitter - Make some changes to preserve nikto.conf when it's changed and install nikto.conf.sample [1] PR: 90344 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Reviewed by: garga [1] Notes: svn path=/head/; revision=151152
* OKEN: Size mismatchKris Kennaway2005-11-151-0/+2
| | | | Notes: svn path=/head/; revision=148314
* Update to nikto-1.35 to fix fetchingKris Kennaway2005-07-102-3/+3
| | | | Notes: svn path=/head/; revision=138823
* - nikto have bundled LW, so it doesn't depend on security/libwhiskerYen-Ming Lee2005-02-212-34/+32
| | | | | | | | | - correct the setting of plugin direcroty and utilize DATADIR Noticed by: kris Notes: svn path=/head/; revision=129434
* - Update to 1.34Pav Lucistnik2004-10-112-8/+6
| | | | | | | | | | - Please portlint PR: ports/72036 Submitted by: Daan van de Linde <daan@xs4all.nl> Notes: svn path=/head/; revision=118671
* - Refresh MASTER_SITESPav Lucistnik2004-05-251-1/+4
| | | | | | | | PR: ports/67182 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=109989
* - Install docsPav Lucistnik2004-05-211-0/+9
| | | | | | | | PR: ports/66953 (based on) Submitted by: Jimmie James <h2g2_jimmiejaz@yahoo.com> Notes: svn path=/head/; revision=109668
* Tidy up whitespace.Trevor Johnson2004-04-101-4/+4
| | | | Notes: svn path=/head/; revision=106671
* Trim whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106662
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Reset bouncing maintainer address (one of the maintainer's otherMark Linimon2004-02-091-1/+1
| | | | | | | ports had been previously reset by someone else). Notes: svn path=/head/; revision=100482
* Use LS macro.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98863
* Upgrade nikto to 1.32. maintainer was also notified but email bounced backFoxfair Hu2003-11-082-4/+2
| | | | | | | to me. Notes: svn path=/head/; revision=93351
* Obtained from: Sean Lewis <sean@cherry.suspend.net>Foxfair Hu2003-10-152-3/+2
| | | | | | | Upgrade nikto to 1.31. Notes: svn path=/head/; revision=91287
* PR:Foxfair Hu2003-08-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Chase makesum; the author retar the current tarball by updating these modules since its release (05.27.2003 - 08.18.2003): nikto_outdated.plugin 1.08 - Fixed nasty regex bug in the version eval, and made more efficient. Pointed out by fr0stman, thx Zeno for assistance nikto_core.plugin 1.15 - Bugfix: only scanning port 80 when multiple ports are specified by CLI argument. Thanks to Martin Macok for submitting a bug report. nikto_headers.plugin 1.07 - Added Host header back after delete in IIS Content-Location check. Thanks to Abdi Ponce for the bug report & debug. nikto_httpoptions.plugin 1.04 - Changed PROPPATCH, TRACK, TRACE messages. Changed PROPFIND message, thanks to Jericho for tracking down some good info on it. Added SEARCH message. nikto_user_enum_apache.plugin 1.02 - Bugfix: some user names not tested (zz, zzz, etc.) - Major rewrite for speed improvements Obtained from: bento Notes: svn path=/head/; revision=87959
* Add nikto 1.30, web and CGI vulnerability scanner with SSL support.Foxfair Hu2003-07-194-0/+86
PR: 43313 Submitted by: pandzilla Notes: svn path=/head/; revision=85164