mirror of
https://github.com/rastvl/akamai-deobfuscator-2.0.git
synced 2025-04-19 13:19:48 +08:00
20 lines
452 B
Markdown
20 lines
452 B
Markdown
# akamai-deobfuscator-2.0
|
|
Akamai Bot Manager 2.0 dynamic script deobfuscator.
|
|
The repository was created for [this article](https://habr.com).
|
|
```
|
|
git clone
|
|
npm install
|
|
```
|
|
Put the akamai script in `./input/src.js`
|
|
Start the server
|
|
```
|
|
node ./utils/server.js
|
|
```
|
|
Run index.js
|
|
```
|
|
node ./index.js
|
|
```
|
|
Check result in `./output/deobfuscated.js`
|
|
This script simply replaces strings, so use https://deobfuscate.io/ to replace proxy functions.
|
|
|
|
This repos |