We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcf21e commit 5218831Copy full SHA for 5218831
modules/exploits/multi/misc/v0pCr3w_exec.rb
@@ -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
+
8
require 'msf/core'
9
10
class Metasploit3 < Msf::Exploit::Remote
@@ -36,7 +43,7 @@ def initialize(info={})
36
43
'Platform' => ['unix', 'win'],
37
44
'Arch' => ARCH_CMD,
38
45
'Targets' => [['Automatic',{}]],
39
- 'DisclosureDate' => 'March 23 2013',
46
+ 'DisclosureDate' => 'Mar 23 2013',
40
47
'DefaultTarget' => 0))
41
48
42
49
register_options(
0 commit comments