Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 553 Bytes

akamai-deobfuscator

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

Optionally you can provide your own Akamai script as an argument

$ npm run start <YOUR URL HERE>

The output is in /out/output.js