diff options
| author | jvoisin | 2020-10-01 15:59:56 +0200 |
|---|---|---|
| committer | jvoisin | 2020-10-01 15:59:56 +0200 |
| commit | d6ec61398cfa2a00caf3f06a6a0da1ada4bf6237 (patch) | |
| tree | 3f4f0dc903bae19cebc29d76537471d2125bae09 /README.md | |
| parent | 645ce0a43ff258599498e58d2c2d0fe5797f5ee3 (diff) | |
Reorder the list of things we detect
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -21,6 +21,7 @@ files using PHP functions often used in malwares/webshells. | |||
| 21 | 21 | ||
| 22 | The following list of encoders/obfuscators/webshells are also detected: | 22 | The 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 | ||
| 44 | Of course it's **trivial** to bypass PMF, | 45 | Of course it's **trivial** to bypass PMF, |
