Skip to content

Commit b652ebb

Browse files
committed
Add other gdb-supported platforms that run on allowed arches.
1 parent c4a173e commit b652ebb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/multi/gdb/gdb_server_exec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ def initialize(info = {})
2121
[ 'x86 (32-bit)', { 'Arch' => ARCH_X86 } ],
2222
[ 'x86_64 (64-bit)', { 'Arch' => ARCH_X86_64 } ]
2323
],
24-
'Arch' => [ ARCH_X86, ARCH_X86_64 ],
25-
'Platform' => %w(linux),
24+
'Platform' => %w(linux unix osx windows),
2625
'DefaultTarget' => 0
2726
))
2827
end

0 commit comments

Comments
 (0)