Skip to content

Commit 5218831

Browse files
author
bwall
committed
Added license information and tidied up the code
1 parent bbcf21e commit 5218831

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/exploits/multi/misc/v0pCr3w_exec.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
6+
##
7+
18
require 'msf/core'
29

310
class Metasploit3 < Msf::Exploit::Remote
@@ -36,7 +43,7 @@ def initialize(info={})
3643
'Platform' => ['unix', 'win'],
3744
'Arch' => ARCH_CMD,
3845
'Targets' => [['Automatic',{}]],
39-
'DisclosureDate' => 'March 23 2013',
46+
'DisclosureDate' => 'Mar 23 2013',
4047
'DefaultTarget' => 0))
4148

4249
register_options(

0 commit comments

Comments
 (0)