UploadShell_98038f1efa4203432349badabad76d44337319a6
Description
Detects a web shell
Query · yara
strings: $s2 = "$lol = file_get_contents(\"../../../../../wp-config.php\");" fullword ascii $s6 = "@unlink(\"./export-check-settings.php\");" fullword ascii $s7 = "$xos = \"Safe-mode:[Safe-mode:\".$hsafemode.\"] " fullword ascii condition: ( uint16(0) == 0x3f3c and filesize < 6KB and ( all of ($s*) ) ) or ( all of them )