08e8d462fe
RED PILL 🔴 💊
11 lines
No EOL
218 B
Text
11 lines
No EOL
218 B
Text
rule combos : apt
|
|
{
|
|
strings:
|
|
$a = "showthread.php?t="
|
|
$b = "Getfile"
|
|
$c = "Putfile"
|
|
$d = "file://"
|
|
$e = "https://%s"
|
|
condition:
|
|
filesize < 300KB and (5 of ($a,$b,$c,$d,$e))
|
|
} |