From 0fd11866017b85c2b4b016829423288fb6ca6327 Mon Sep 17 00:00:00 2001 From: rshipp Date: Mon, 28 Dec 2015 13:32:38 +0100 Subject: [PATCH] Add Kahu JS Deobfuscator Closes #24 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 29d50da..393a590 100644 --- a/README.md +++ b/README.md @@ -303,6 +303,9 @@ the [browser malware](#browser-malware) section.* * [diStorm](http://www.ragestorm.net/distorm/) - Disassembler for analyzing malicious shellcode. * [JS Beautifier](http://jsbeautifier.org/) - JavaScript unpacking and deobfuscation. +* [JS Deobfuscator](http://www.kahusecurity.com/2015/new-javascript-deobfuscator-tool/) - + Deobfuscate simple Javascript that use eval or document.write to conceal + its code. * [libemu](http://libemu.carnivore.it/) - Library and tools for x86 shellcode emulation. * [malpdfobj](https://github.com/9b/malpdfobj) - Deconstruct malicious PDFs