Skip to content

Commit f9ac55c

Browse files
committed
Infohash key cleanups
Replace obvious typos in infohash keys. Note that this *does* affect the behaviour as those keys have been ignored before.
1 parent e9f7873 commit f9ac55c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/exploits/linux/local/udev_netlink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def initialize(info={})
6060
[ 'Linux x64', { 'Arch' => ARCH_X86_64 } ],
6161
#[ 'Command payload', { 'Arch' => ARCH_CMD } ],
6262
],
63-
'DefaultOptons' => { 'WfsDelay' => 2 },
63+
'DefaultOptions' => { 'WfsDelay' => 2 },
6464
'DefaultTarget' => 0,
6565
'DisclosureDate' => "Apr 16 2009",
6666
}

modules/exploits/windows/http/sap_mgmt_con_osexec_payload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def initialize(info = {})
4343
{
4444
'BadChars' => "\x00\x3a\x3b\x3d\x3c\x3e\x0a\x0d\x22\x26\x27\x2f\x60\xb4",
4545
},
46-
'Platforms' => [ 'win' ],
46+
'Platform' => [ 'win' ],
4747
'Targets' =>
4848
[
4949
[

0 commit comments

Comments
 (0)