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
|
||||
leGVjK
|
||||
|
||||
# "base64_decode" in base64
|
||||
YmFzZTY0X2RlY29kZ
|
||||
Jhc2U2NF9kZWNvZG
|
||||
iYXNlNjRfZGVjb2Rl
|
||||
# "base64" in base64
|
||||
YmFzZTY0
|
||||
Jhc2U2N
|
||||
iYXNlNj
|
||||
|
||||
# "eval" in base64
|
||||
ZXZhb
|
||||
|
||||
Reference in New Issue
Block a user