Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 932 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 932 Bytes

Deobfuscated DemonHunter Exploit Kit

Legal disclaimer: I did not write the source code, merely made it readable. I discourage the use of the software contained within this repository. Any usage will be your own responsibility. I cannot, and will not be held liable for your actions.

Table of Contents:

  • deobed/ - Contains the deobfuscated source code.
  • tools/ - Contains deob.php which I used to deobfuscate the source code.
  • DemonHunter_Exploitkit-original.zip - Zip archive containing the original obfuscated source code, and original payload.

NOTE: There are mistakes in the source which I noticed, and preserved. Such as the source code in file deobed/modules/Adobe-2008-2992.php being the same as the code in the file deobed/download_file.php. Some mistakes I did not preserver such as opening a block of PHP code with: ?> rather than <?php.