Skip to content

Commit 3e3caeb

Browse files
committed
Land 3591, fix post/test/* modules' loadpath
some additional module cleanup here: SHA: 6884c87
2 parents f2e4d41 + 6884c87 commit 3e3caeb

27 files changed

+60
-172
lines changed

test/modules/auxiliary/test/capture.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
##
2-
# $Id$
3-
##
4-
5-
##
6-
# This file is part of the Metasploit Framework and may be subject to
7-
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
104
##
115

126

@@ -21,7 +15,6 @@ class Metasploit3 < Msf::Auxiliary
2115
def initialize
2216
super(
2317
'Name' => 'Simple Network Capture Tester',
24-
'Version' => '$Revision$',
2518
'Description' => 'This module sniffs HTTP GET requests from the network',
2619
'Author' => 'hdm',
2720
'License' => MSF_LICENSE,

test/modules/auxiliary/test/check.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
##
2-
# This file is part of the Metasploit Framework and may be subject to
3-
# redistribution and commercial restrictions. Please see the Metasploit
4-
# Framework web site for more information on licensing and terms of use.
5-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
64
##
75

86
require 'msf/core'

test/modules/auxiliary/test/eth_spoof.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
##
2-
# $Id$
3-
##
4-
5-
##
6-
# This file is part of the Metasploit Framework and may be subject to
7-
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
104
##
115

126

@@ -21,7 +15,6 @@ class Metasploit3 < Msf::Auxiliary
2115
def initialize
2216
super(
2317
'Name' => 'Simple Ethernet Frame Spoofer',
24-
'Version' => '$Revision$',
2518
'Description' => 'This module sends spoofed ethernet frames',
2619
'Author' => 'hdm',
2720
'License' => MSF_LICENSE,

test/modules/auxiliary/test/ftp_data.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
##
2-
# $Id$
3-
##
4-
5-
##
6-
# This file is part of the Metasploit Framework and may be subject to
7-
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
104
##
115

126
require 'msf/core'
@@ -18,7 +12,6 @@ class Metasploit3 < Msf::Auxiliary
1812
def initialize
1913
super(
2014
'Name' => 'FTP Client Exploit Mixin DATA test Exploit',
21-
'Version' => '$Revision$',
2215
'Description' => 'This module tests the "DATA" functionality of the ftp client exploit mixin.',
2316
'Author' => [ 'Thomas Ring', 'jduck' ],
2417
'License' => MSF_LICENSE

test/modules/auxiliary/test/ip_spoof.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
##
2-
# $Id$
3-
##
4-
5-
##
6-
# This file is part of the Metasploit Framework and may be subject to
7-
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
104
##
115

126

@@ -20,7 +14,6 @@ class Metasploit3 < Msf::Auxiliary
2014
def initialize
2115
super(
2216
'Name' => 'Simple IP Spoofing Tester',
23-
'Version' => '$Revision$',
2417
'Description' => 'Simple IP Spoofing Tester',
2518
'Author' => 'hdm',
2619
'License' => MSF_LICENSE

test/modules/auxiliary/test/recon_passive.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
##
2-
# $Id$
3-
##
4-
5-
##
6-
# This file is part of the Metasploit Framework and may be subject to
7-
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
104
##
115

126

@@ -21,7 +15,6 @@ class Metasploit3 < Msf::Auxiliary
2115
def initialize
2216
super(
2317
'Name' => 'Simple Recon Module Tester',
24-
'Version' => '$Revision$',
2518
'Description' => 'Simple Recon Module Tester',
2619
'Author' => 'hdm',
2720
'License' => MSF_LICENSE,

test/modules/auxiliary/test/scanner_batch.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
##
2-
# $Id$
3-
##
4-
5-
##
6-
# This file is part of the Metasploit Framework and may be subject to
7-
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
104
##
115

126

@@ -20,7 +14,6 @@ class Metasploit3 < Msf::Auxiliary
2014
def initialize
2115
super(
2216
'Name' => 'Simple Recon Module Tester',
23-
'Version' => '$Revision$',
2417
'Description' => 'Simple Recon Module Tester',
2518
'Author' => 'hdm',
2619
'License' => MSF_LICENSE

test/modules/auxiliary/test/scanner_host.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
##
2-
# $Id$
3-
##
4-
5-
##
6-
# This file is part of the Metasploit Framework and may be subject to
7-
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
104
##
115

126

@@ -20,7 +14,6 @@ class Metasploit3 < Msf::Auxiliary
2014
def initialize
2115
super(
2216
'Name' => 'Simple Recon Module Tester',
23-
'Version' => '$Revision$',
2417
'Description' => 'Simple Recon Module Tester',
2518
'Author' => 'hdm',
2619
'License' => MSF_LICENSE

test/modules/auxiliary/test/scanner_range.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
##
2-
# $Id$
3-
##
4-
5-
##
6-
# This file is part of the Metasploit Framework and may be subject to
7-
# redistribution and commercial restrictions. Please see the Metasploit
8-
# Framework web site for more information on licensing and terms of use.
9-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
104
##
115

126

@@ -20,7 +14,6 @@ class Metasploit3 < Msf::Auxiliary
2014
def initialize
2115
super(
2216
'Name' => 'Simple Recon Module Tester',
23-
'Version' => '$Revision$',
2417
'Description' => 'Simple Recon Module Tester',
2518
'Author' => 'hdm',
2619
'License' => MSF_LICENSE

test/modules/auxiliary/test/space-check.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
##
2-
# This file is part of the Metasploit Framework and may be subject to
3-
# redistribution and commercial restrictions. Please see the Metasploit
4-
# Framework web site for more information on licensing and terms of use.
5-
# http://metasploit.com/framework/
2+
# This module requires Metasploit: http//metasploit.com/download
3+
# Current source: https://github.com/rapid7/metasploit-framework
64
##
75

86
require 'msf/core'

0 commit comments

Comments
 (0)