mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
14 lines
217 B
Text
14 lines
217 B
Text
|
|
/*
|
|
Test Rule
|
|
*/
|
|
|
|
rule certificatestest
|
|
{
|
|
strings:
|
|
$ssh_priv = "BEGIN RSA PRIVATE KEY" wide ascii nocase
|
|
$pem_cert = "BEGIN CERTIFICATE" wide ascii nocase
|
|
|
|
condition:
|
|
any of them
|
|
}
|