mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
shortened base64_decode to just base64
shortened the base64 fingerprints of 'base64_decode' to just 'base64'. will also catch cases of base64_encode which isn't quite so bad but still worth finding.
This commit is contained in:
@@ -69,10 +69,10 @@ ZXhlYy
|
|||||||
V4ZWMo
|
V4ZWMo
|
||||||
leGVjK
|
leGVjK
|
||||||
|
|
||||||
# "base64_decode" in base64
|
# "base64" in base64
|
||||||
YmFzZTY0X2RlY29kZ
|
YmFzZTY0
|
||||||
Jhc2U2NF9kZWNvZG
|
Jhc2U2N
|
||||||
iYXNlNjRfZGVjb2Rl
|
iYXNlNj
|
||||||
|
|
||||||
# "eval" in base64
|
# "eval" in base64
|
||||||
ZXZhb
|
ZXZhb
|
||||||
|
|||||||
Reference in New Issue
Block a user