Return to Snippet

Revision: 49898
at August 1, 2011 21:12 by mohamedazher


Updated Code
\?php[ \t]eval\(base64_decode\(\'(([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?){1}\'\)\)\;

Revision: 49897
at August 1, 2011 20:34 by mohamedazher


Updated Code
\?php\ eval\(base64_decode\(\'(([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?){1}\'\)\)\;

Revision: 49896
at August 1, 2011 20:33 by mohamedazher


Initial Code
\?php\ eval\(base64_decode\(\'(([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?){1}\'\)\)

Initial URL


Initial Description
Find valid base64 strings in php files using this regex

Initial Title
find valid base64 string in php files

Initial Tags


Initial Language
Regular Expression