Commit 7af68d19 by Xumeiquer

Adding base64 rule

parent b93b92a8
rule contentis_base64 : Base64
{
meta:
author = "Jaume Martin"
strings:
$a = /([A-Za-z0-9+\/]{4})*([A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?/
condition:
$a
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment