From b4803f00e598d1db021ec8b673e521349a1467c5 Mon Sep 17 00:00:00 2001 From: Gabor Gyorvari Date: Sun, 30 Sep 2018 13:26:53 +0200 Subject: [PATCH] Signature update reported in #26 --- definitions/patterns_raw.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/definitions/patterns_raw.txt b/definitions/patterns_raw.txt index 3fae67d..a5aee28 100644 --- a/definitions/patterns_raw.txt +++ b/definitions/patterns_raw.txt @@ -356,4 +356,10 @@ ZeroByte # obfuscated function name 'str_' .'rot13' -'st' .'rrev' \ No newline at end of file +'st' .'rrev' + +# JS escaped: document.createElement('script'); +100, 111, 99, 117, 109, 101, 110, 116, 46, 99, 114, 101, 97, 116, 101, 69, 108, 101, 109, 101, 110, 116, 40, 39, 115, 99, 114, 105, 112, 116, 39, 41, 59 + +# JS escaped: String.fromCharCode( +83, 116, 114, 105, 110, 103, 46, 102, 114, 111, 109, 67, 104, 97, 114, 67, 111, 100, 101, 40 \ No newline at end of file