File tree Expand file tree Collapse file tree 19 files changed +38
-156
lines changed Expand file tree Collapse file tree 19 files changed +38
-156
lines changed Original file line number Diff line number Diff line change 1
1
##
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
10
4
##
11
5
12
6
@@ -21,7 +15,6 @@ class Metasploit3 < Msf::Auxiliary
21
15
def initialize
22
16
super (
23
17
'Name' => 'Simple Network Capture Tester' ,
24
- 'Version' => '$Revision$' ,
25
18
'Description' => 'This module sniffs HTTP GET requests from the network' ,
26
19
'Author' => 'hdm' ,
27
20
'License' => MSF_LICENSE ,
Original file line number Diff line number Diff line change 1
1
##
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
6
4
##
7
5
8
6
require 'msf/core'
Original file line number Diff line number Diff line change 1
1
##
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
10
4
##
11
5
12
6
@@ -21,7 +15,6 @@ class Metasploit3 < Msf::Auxiliary
21
15
def initialize
22
16
super (
23
17
'Name' => 'Simple Ethernet Frame Spoofer' ,
24
- 'Version' => '$Revision$' ,
25
18
'Description' => 'This module sends spoofed ethernet frames' ,
26
19
'Author' => 'hdm' ,
27
20
'License' => MSF_LICENSE ,
Original file line number Diff line number Diff line change 1
1
##
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
10
4
##
11
5
12
6
require 'msf/core'
@@ -18,7 +12,6 @@ class Metasploit3 < Msf::Auxiliary
18
12
def initialize
19
13
super (
20
14
'Name' => 'FTP Client Exploit Mixin DATA test Exploit' ,
21
- 'Version' => '$Revision$' ,
22
15
'Description' => 'This module tests the "DATA" functionality of the ftp client exploit mixin.' ,
23
16
'Author' => [ 'Thomas Ring' , 'jduck' ] ,
24
17
'License' => MSF_LICENSE
Original file line number Diff line number Diff line change 1
1
##
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
10
4
##
11
5
12
6
@@ -20,7 +14,6 @@ class Metasploit3 < Msf::Auxiliary
20
14
def initialize
21
15
super (
22
16
'Name' => 'Simple IP Spoofing Tester' ,
23
- 'Version' => '$Revision$' ,
24
17
'Description' => 'Simple IP Spoofing Tester' ,
25
18
'Author' => 'hdm' ,
26
19
'License' => MSF_LICENSE
Original file line number Diff line number Diff line change 1
1
##
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
10
4
##
11
5
12
6
@@ -21,7 +15,6 @@ class Metasploit3 < Msf::Auxiliary
21
15
def initialize
22
16
super (
23
17
'Name' => 'Simple Recon Module Tester' ,
24
- 'Version' => '$Revision$' ,
25
18
'Description' => 'Simple Recon Module Tester' ,
26
19
'Author' => 'hdm' ,
27
20
'License' => MSF_LICENSE ,
Original file line number Diff line number Diff line change 1
1
##
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
10
4
##
11
5
12
6
@@ -20,7 +14,6 @@ class Metasploit3 < Msf::Auxiliary
20
14
def initialize
21
15
super (
22
16
'Name' => 'Simple Recon Module Tester' ,
23
- 'Version' => '$Revision$' ,
24
17
'Description' => 'Simple Recon Module Tester' ,
25
18
'Author' => 'hdm' ,
26
19
'License' => MSF_LICENSE
Original file line number Diff line number Diff line change 1
1
##
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
10
4
##
11
5
12
6
@@ -20,7 +14,6 @@ class Metasploit3 < Msf::Auxiliary
20
14
def initialize
21
15
super (
22
16
'Name' => 'Simple Recon Module Tester' ,
23
- 'Version' => '$Revision$' ,
24
17
'Description' => 'Simple Recon Module Tester' ,
25
18
'Author' => 'hdm' ,
26
19
'License' => MSF_LICENSE
Original file line number Diff line number Diff line change 1
1
##
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
10
4
##
11
5
12
6
@@ -20,7 +14,6 @@ class Metasploit3 < Msf::Auxiliary
20
14
def initialize
21
15
super (
22
16
'Name' => 'Simple Recon Module Tester' ,
23
- 'Version' => '$Revision$' ,
24
17
'Description' => 'Simple Recon Module Tester' ,
25
18
'Author' => 'hdm' ,
26
19
'License' => MSF_LICENSE
Original file line number Diff line number Diff line change 1
1
##
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
6
4
##
7
5
8
6
require 'msf/core'
You can’t perform that action at this time.
0 commit comments