Skip to content

Commit 8f4b3d0

Browse files
committed
Explicitly set EXITFUNC to thread
1 parent e9af05a commit 8f4b3d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/exploits/windows/ftp/sami_ftpd_list.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ def initialize(info = {})
3232
[ 'EDB', '24557'],
3333
],
3434
'Privileged' => false,
35+
'DefaultOptions' =>
36+
{
37+
'EXITFUNC' => 'thread',
38+
},
3539
'Payload' =>
3640
{
3741
'Space' => 955,

0 commit comments

Comments
 (0)