Vladislav Rastoropov 88fb847d55 habr
2023-03-05 23:16:39 +03:00

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