From 10822d16337c3d5cb272c2e6595305ef20f5e5d8 Mon Sep 17 00:00:00 2001 From: tomsellers Date: Thu, 1 Jan 2015 15:13:13 +0000 Subject: [PATCH] More script updates to change Metasploit Redmine references to valid Github URLs --- scripts/ftp-vsftpd-backdoor.nse | 6 +++--- scripts/targets-ipv6-multicast-slaac.nse | 2 +- scripts/wdb-version.nse | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/ftp-vsftpd-backdoor.nse b/scripts/ftp-vsftpd-backdoor.nse index 79c8f448f..9de7fefde 100644 --- a/scripts/ftp-vsftpd-backdoor.nse +++ b/scripts/ftp-vsftpd-backdoor.nse @@ -15,7 +15,7 @@ arguments. References: * http://scarybeastsecurity.blogspot.com/2011/07/alert-vsftpd-download-backdoored.html - * https://dev.metasploit.com/redmine/projects/framework/repository/revisions/13093 + * https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/unix/ftp/vsftpd_234_backdoor.rb * http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2011-2523 ]] @@ -45,7 +45,7 @@ References: -- | http://osvdb.org/73573 -- | http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2523 -- | http://scarybeastsecurity.blogspot.com/2011/07/alert-vsftpd-download-backdoored.html --- |_ https://dev.metasploit.com/redmine/projects/framework/repository/revisions/13093 +-- |_ https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/unix/ftp/vsftpd_234_backdoor.rb -- author = "Daniel Miller" @@ -141,7 +141,7 @@ action = function(host, port) vsFTPd version 2.3.4 backdoor, this was reported on 2011-07-04.]], references = { 'http://scarybeastsecurity.blogspot.com/2011/07/alert-vsftpd-download-backdoored.html', - 'https://dev.metasploit.com/redmine/projects/framework/repository/revisions/13093', + 'https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/unix/ftp/vsftpd_234_backdoor.rb', }, dates = { disclosure = {year = '2011', month = '07', day = '03'}, diff --git a/scripts/targets-ipv6-multicast-slaac.nse b/scripts/targets-ipv6-multicast-slaac.nse index d5bc94f75..797189795 100644 --- a/scripts/targets-ipv6-multicast-slaac.nse +++ b/scripts/targets-ipv6-multicast-slaac.nse @@ -27,7 +27,7 @@ lifetime (a few seconds) See also: * RFC 4862, IPv6 Stateless Address Autoconfiguration, especially section 5.5.3. -* http://dev.metasploit.com/redmine/projects/framework/repository/changes/modules/auxiliary/scanner/discovery/ipv6_neighbor_router_advertisement.rb +* https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/scanner/discovery/ipv6_neighbor_router_advertisement.rb ]] --- diff --git a/scripts/wdb-version.nse b/scripts/wdb-version.nse index 1e386344a..5b9660ca9 100644 --- a/scripts/wdb-version.nse +++ b/scripts/wdb-version.nse @@ -47,7 +47,7 @@ categories = {"default", "version", "discovery", "vuln"} -- http://www.vxdev.com/docs/vx55man/tornado-api/wdbpcl/wdb.html -- http://www.verysource.com/code/2817990_1/wdb.h.html -- Metasploit scanner module --- http://www.metasploit.com/redmine/projects/framework/repository/entry/lib/msf/core/exploit/wdbrpc.rb +-- https://github.com/rapid7/metasploit-framework/blob/master/lib/msf/core/exploit/wdbrpc.rb portrule = shortport.version_port_or_service(17185, "wdbrpc", {"udp"} )