Skip to content

Commit 573643a

Browse files
authored
Update modules/encoders/php/base64.rb
1 parent 18ee2cd commit 573643a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/encoders/php/base64.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize
1919
'Arch' => ARCH_PHP)
2020
register_options(
2121
[
22-
OptString.new('Compress', [ false, 'Compress the payload with zlib' ])
22+
OptBool.new('Compress', [ true, 'Compress the payload with zlib', false ]) # Disabled by default as it relies on having php compiled with zlib, which might not be available on come exotic setups.
2323
],
2424
self.class)
2525
end

0 commit comments

Comments
 (0)