Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
8 lines (8 sloc) 163 Bytes
rule PowerSploitReflectiveExe
{
strings:
$e_magic = "if ($e_magic -ne 'MZ')"
$ReflectiveExe = "ReflectiveExe "
condition:
all of them
}
You can’t perform that action at this time.