From 5baf2aebd10f049bcab9220770e8d60303a60e66 Mon Sep 17 00:00:00 2001 From: Gabor Gyorvari Date: Wed, 5 Sep 2018 09:32:23 +0200 Subject: [PATCH] Signature update reported in #23 --- definitions/patterns_raw.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/definitions/patterns_raw.txt b/definitions/patterns_raw.txt index 3905abe..2165fa3 100644 --- a/definitions/patterns_raw.txt +++ b/definitions/patterns_raw.txt @@ -348,4 +348,8 @@ php_uname() # decode content with basic rot13 str_split(rawurldecode(str_rot13( # generating PHP file name to put content -substr(md5(time()), 0, 8) . ".php" \ No newline at end of file +substr(md5(time()), 0, 8) . ".php" + +# webshell +0byt3m1n1 +ZeroByte \ No newline at end of file