Document bareword string deprecation in php/base64

GSoC/Meterpreter_Web_Console
William Vu 2018-07-10 17:40:31 -05:00
parent 378930e5f4
commit 1f0535618d
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ class MetasploitModule < Msf::Encoder
# characters, only part of the payload gets unencoded on the victim,
# presumably due to a limitation in PHP identifier name lengths, so we
# break the encoded payload into roughly 900-byte chunks.
#
# https://wiki.php.net/rfc/deprecate-bareword-strings
b64 = Rex::Text.encode_base64(buf)