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

voidstar0/akamai-deobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published