Skip to content

Commit a962830

Browse files
committed
made payload size a little smaller
1 parent 8b5c782 commit a962830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/ftp/sami_ftpd_list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def initialize(info = {})
3838
},
3939
'Payload' =>
4040
{
41-
'Space' => 955,
41+
'Space' => 900,
4242
'BadChars' => "\x00\x0a\x0d\x20\xff",
4343
'StackAdjustment' => -3500,
4444
},

0 commit comments

Comments
 (0)