find valid base64 string in php files


/ Published in: Regular Expression
Save to your folder(s)

Find valid base64 strings in php files using this regex


Copy this code and paste it in your HTML
  1. \?php[ \t]eval\(base64_decode\(\'(([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?){1}\'\)\)\;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.