/ Published in: Regular Expression
Find valid base64 strings in php files using this regex
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
\?php[ \t]eval\(base64_decode\(\'(([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?){1}\'\)\)\;