summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2020-10-01 15:59:56 +0200
committerjvoisin2020-10-01 15:59:56 +0200
commitd6ec61398cfa2a00caf3f06a6a0da1ada4bf6237 (patch)
tree3f4f0dc903bae19cebc29d76537471d2125bae09
parent645ce0a43ff258599498e58d2c2d0fe5797f5ee3 (diff)
Reorder the list of things we detect
Diffstat (limited to '')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index deb7352..1b60ce1 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ files using PHP functions often used in malwares/webshells.
21 21
22The following list of encoders/obfuscators/webshells are also detected: 22The following list of encoders/obfuscators/webshells are also detected:
23 23
24* [Bantam](https://github.com/gellin/bantam)
24* [Best PHP Obfuscator]( http://www.pipsomania.com/best_php_obfuscator.do ) 25* [Best PHP Obfuscator]( http://www.pipsomania.com/best_php_obfuscator.do )
25* [Carbylamine]( https://code.google.com/p/carbylamine/ ) 26* [Carbylamine]( https://code.google.com/p/carbylamine/ )
26* [Cipher Design]( http://cipherdesign.co.uk/service/php-obfuscator ) 27* [Cipher Design]( http://cipherdesign.co.uk/service/php-obfuscator )
@@ -33,12 +34,12 @@ The following list of encoders/obfuscators/webshells are also detected:
33* [Weevely3]( https://github.com/epinna/weevely3 ) 34* [Weevely3]( https://github.com/epinna/weevely3 )
34* [atomiku]( http://atomiku.com/online-php-code-obfuscator/ ) 35* [atomiku]( http://atomiku.com/online-php-code-obfuscator/ )
35* [cobra obfuscator]( http://obfuscator.uk/example/ ) 36* [cobra obfuscator]( http://obfuscator.uk/example/ )
37* [nano]( https://github.com/UltimateHackers/nano )
38* [novahot]( https://github.com/chrisallenlane/novahot )
36* [phpencode]( http://phpencode.org ) 39* [phpencode]( http://phpencode.org )
37* [tennc]( http://tennc.github.io/webshell/ ) 40* [tennc]( http://tennc.github.io/webshell/ )
38* [web-malware-collection]( https://github.com/nikicat/web-malware-collection ) 41* [web-malware-collection]( https://github.com/nikicat/web-malware-collection )
39* [webtoolsvn]( http://www.webtoolsvn.com/en-decode/ ) 42* [webtoolsvn]( http://www.webtoolsvn.com/en-decode/ )
40* [novahot]( https://github.com/chrisallenlane/novahot )
41* [nano]( https://github.com/UltimateHackers/nano )
42 43
43 44
44Of course it's **trivial** to bypass PMF, 45Of course it's **trivial** to bypass PMF,