We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9c789 commit d47d1bcCopy full SHA for d47d1bc
lib/msf/core/exploit/sqli/mysqli/common.rb
@@ -13,7 +13,7 @@ class Common < Msf::Exploit::SQLi::Common
13
#
14
ENCODERS = {
15
base64: {
16
- encode: 'to_base64(^DATA^)',
+ encode: 'replace(to_base64(^DATA^), \'\\n\', \'\')',
17
decode: proc { |data| Base64.decode64(data) }
18
},
19
hex: {
0 commit comments