mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
preg_replace b64 sample shortened to 'replace'
preg_replace should be shortened to just replace as it will also match str_replace, str_ireplace, ereg_replace, eregi_replace and many others I'm sure. Should increase number of hits. 'preg_replace' base64 strings: (removed) cHJlZ19yZXBsYWNl ByZWdfcmVwbGFjZ wcmVnX3JlcGxhY2 'replace' base64 strings: (added) cmVwbGFjZ JlcGxhY2 yZXBsYWNl
This commit is contained in:
@@ -9,9 +9,9 @@ c3lzdGVt
|
||||
N5c3Rlb
|
||||
zeXN0ZW
|
||||
\x73\x79\x73\x74\x65\x6d' /* case, dec/hex issue? */, // system
|
||||
cHJlZ19yZXBsYWNl
|
||||
ByZWdfcmVwbGFjZ
|
||||
wcmVnX3JlcGxhY2
|
||||
cmVwbGFjZ
|
||||
JlcGxhY2
|
||||
yZXBsYWNl
|
||||
\x70\x72\x65\x67\x5f\x72\x65\x70\x6c\x61\x63\x65' /* case, dec/hex issue? */, // preg_replace
|
||||
ZXhlYy
|
||||
V4ZWMo
|
||||
|
||||
Reference in New Issue
Block a user