hellomoto12 / akamai-deobfuscator

A tool to help you deobfuscate Akamai scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

akamai-deobfuscator

This project is now in an archived state and will not be receiving updates.

Apologies, this project is now in an archived state and will not be receiving updates.

This started as a fun learning and teaching project but I feel it likely only benefits those with malicious intent (credential stuffers) and those looking to make a profit from open source projects without giving back.

I have the code for deobfuscating current Akamai but I will not be releasing it for the reasons listed above. If you do wish to learn from it then message me on Discord (veritas#0001) and I may be able to provide the source to you depending on how I am feeling.

=======================================================

A tool to help you to recover function and property names to better reverse-engineer Akamai scripts.

Before Deobfuscation

Before deobfuscation

After Deobfuscation

After deobfuscation

Usage

Install the dependencies start the script.

$ cd akamai-deobfuscator
$ npm install
$ npn run start <url>

The output is in /out/output.js

About

A tool to help you deobfuscate Akamai scripts.


Languages

Language:JavaScript 100.0%