Skip to content

Commit b5caeb2

Browse files
committed
only support for 32bit so far
1 parent 10cedf8 commit b5caeb2

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)