Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nikto-2.2.0
@ 2020-04-16 11:43 samsky72
  2021-11-06 22:25 ` abenson
  2021-11-06 22:25 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: samsky72 @ 2020-04-16 11:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

There is a new pull request by samsky72 against master on the void-packages repository

https://github.com/samsky72/void-packages master
https://github.com/void-linux/void-packages/pull/21050

New package: nikto-2.2.0
Nikto is vulnerability scanner for web servers

A patch file from https://github.com/void-linux/void-packages/pull/21050.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-21050.patch --]
[-- Type: text/x-diff, Size: 5245 bytes --]

From ebedee524da520a30a0c0932a4241e4e6e1dbd9f Mon Sep 17 00:00:00 2001
From: Samsky <samsky72@gmail.com>
Date: Thu, 16 Apr 2020 16:35:15 +0500
Subject: [PATCH] New package: nikto-2.2.0

---
 srcpkgs/nikto/files/nikto.conf | 87 ++++++++++++++++++++++++++++++++++
 srcpkgs/nikto/template         | 27 +++++++++++
 2 files changed, 114 insertions(+)
 create mode 100644 srcpkgs/nikto/files/nikto.conf
 create mode 100644 srcpkgs/nikto/template

diff --git a/srcpkgs/nikto/files/nikto.conf b/srcpkgs/nikto/files/nikto.conf
new file mode 100644
index 00000000000..b641e186f2b
--- /dev/null
+++ b/srcpkgs/nikto/files/nikto.conf
@@ -0,0 +1,87 @@
+#########################################################################################################
+# CONFIG STUFF
+# $Id: config.txt 94 2009-01-21 22:47:25Z deity $
+#########################################################################################################
+# This is the default config file. If you want to change it, we strongly suggest you copy it to nikto.conf
+# This will top it being over-ridden when you git pull
+
+# default command line options, can't be an option that requires a value.  used for ALL runs.
+# CLIOPTS=-g -a
+
+# ports never to scan
+SKIPPORTS=21 111
+
+# User-Agent variables:
+ # @VERSION 	- Nikto version
+ # @TESTID 	- Test identifier
+ # @EVASIONS 	- List of active evasions
+ # Example: USERAGENT=Mozilla/5.00 (Nikto/@VERSION) (Evasions:@EVASIONS) (Test:@TESTID)
+USERAGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36
+
+# RFI URL. This remote file should return a phpinfo call, for example: <?php phpinfo(); ?>
+# You may use the one below, if you like.
+RFIURL=http://cirt.net/rfiinc.txt?
+
+# IDs never to alert on (Note: this only works for IDs loaded from db_tests)
+#SKIPIDS=
+
+# The DTD
+NIKTODTD=docs/nikto.dtd
+
+# the default HTTP version to try... can/will be changed as necessary
+DEFAULTHTTPVER=1.1
+
+# Nikto can submit updated version strings to CIRT.net. It won't do this w/o permission. You should
+# send updates because it makes the data better for everyone ;)  *NO* server specific information
+# such as IP or name is sent, just the relevant version information.
+# UPDATES=yes  	- ask before each submission if it should send
+# UPDATES=no   	- don't ask, don't send
+# UPDATES=auto 	- automatically attempt submission *without prompting*
+UPDATES=yes
+
+# Warning if MAX_WARN OK or MOVED responses are retrieved
+MAX_WARN=20
+
+# Prompt... if set to 'no' you'll never be asked for anything. Good for automation.
+#PROMPTS=no
+
+# cirt.net : set the IP so that updates can work without name resolution -- just in case
+CIRT=107.170.99.251
+
+# Proxy settings -- still must be enabled by -useproxy
+#PROXYHOST=127.0.0.1
+#PROXYPORT=8080
+#PROXYUSER=proxyuserid
+#PROXYPASS=proxypassword
+
+# Cookies: send cookies with all requests
+# Multiple can be set by separating with a semi-colon, e.g.:
+# "cookie1"="cookie value";"cookie2"="cookie val" 
+#STATIC-COOKIE="name=value";"something=nothing";
+
+# The below allows you to vary which HTTP methods are used to check whether an HTTP(s) server 
+# is running. Some web servers, such as the autopsy web server do not implement the HEAD method
+CHECKMETHODS=GET
+
+# If you want to specify the location of any of the files, specify them here
+  EXECDIR=/usr/bin/nikto				# Location of Nikto
+  PLUGINDIR=/usr/share/nikto/plugins			# Location of plugin dir
+  DBDIR=/usr/share/nikto/databases			# Location of database dir
+  TEMPLATEDIR=/usr/share/nikto/templates		# Location of template dir
+  DOCDIR=/usr/share/doc/nikto				# Location of docs dir
+
+# Default plugin macros
+# Remove plugins designed to be run standalone
+@@EXTRAS=dictionary;siebel;embedded
+@@DEFAULT=@@ALL;-@@EXTRAS;tests(report:500)
+
+# Choose SSL libs: 
+# SSLeay        - use Net::SSLeay 
+# SSL           - use Net::SSL 
+# auto          - automatically choose what's available 
+#                 (SSLeay wins if both are available) 
+LW_SSL_ENGINE=auto
+
+# Number of failures before giving up
+# Set to 0 to disable entirely
+FAILURES=20
diff --git a/srcpkgs/nikto/template b/srcpkgs/nikto/template
new file mode 100644
index 00000000000..d5ca0f3cc75
--- /dev/null
+++ b/srcpkgs/nikto/template
@@ -0,0 +1,27 @@
+# Template file for 'nikto'
+pkgname=nikto
+version=2.2.0
+revision=1
+wrksrc=${pkgname}-${pkgname}-${version}
+depends="perl"
+short_desc="Nikto is an Open Source vulnerability scanner for web servers"
+maintainer="Samsky <samsky72@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://cirt.net/Nikto2"
+distfiles="https://github.com/sullo/${pkgname}/archive/${pkgname}-${version}.tar.gz"
+checksum=48b2ca31324f7f4100527545673c83a0566d08c2a4b2f1e1bdb299326ef52d92
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir etc
+	vmkdir usr/share/${pkgname}
+	vmkdir usr/share/doc/${pkgname}
+	vcopy  program/nikto.pl  usr/bin/nikto
+	vcopy  program/replay.pl usr/bin/replay
+	vcopy  program/plugins usr/share/${pkgname}
+	vcopy  program/templates usr/share/${pkgname}
+	vcopy  program/databases usr/share/${pkgname}
+	vman   program/docs/${pkgname}.1
+	vdoc   program/docs/nikto_manual.html
+	vconf  ${FILESDIR}/nikto.conf
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New package: nikto-2.2.0
  2020-04-16 11:43 [PR PATCH] New package: nikto-2.2.0 samsky72
@ 2021-11-06 22:25 ` abenson
  2021-11-06 22:25 ` [PR PATCH] [Closed]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2021-11-06 22:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21050#issuecomment-962517876

Comment:
Seemingly abandoned.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: New package: nikto-2.2.0
  2020-04-16 11:43 [PR PATCH] New package: nikto-2.2.0 samsky72
  2021-11-06 22:25 ` abenson
@ 2021-11-06 22:25 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2021-11-06 22:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

There's a closed pull request on the void-packages repository

New package: nikto-2.2.0
https://github.com/void-linux/void-packages/pull/21050

Description:
Nikto is vulnerability scanner for web servers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-06 22:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16 11:43 [PR PATCH] New package: nikto-2.2.0 samsky72
2021-11-06 22:25 ` abenson
2021-11-06 22:25 ` [PR PATCH] [Closed]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).