Skip to content

Commit ec2ce6e

Browse files
committed
Land rapid7#8432, Restrict iis_webdav_ScStoragePathFromUrl to 32 bit targets
2 parents 10cedf8 + b5caeb2 commit ec2ce6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/iis/iis_webdav_scstoragepathfromurl.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ def initialize(info = {})
5959
'Targets' =>
6060
[
6161
[
62-
'Microsoft Windows Server 2003 R2 SP2',
62+
'Microsoft Windows Server 2003 R2 SP2 x86',
6363
{
6464
'Platform' => 'win',
65+
'Arch' => ARCH_X86
6566
},
6667
],
6768
],

0 commit comments

Comments
 (0)