Skip to content

ctrl-cheeb-del/datadome-deobfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataDome interstitial deobfuscator

deobfuscator for DataDome interstitial, built on babel plus a set of custom transformation passes

Quick start

  1. Install dependencies:
    bun install
  2. Place your target JS/HTML file in the targets folder as interstitial.js.
    • If your source is HTML, the scripts inside <script>...</script> will be extracted and deobfuscated.
  3. Run the deobfuscator:
    bun index.js
  4. Your deobfuscated code will appear in the output folder (e.g. output/deob_interstitial.js).

About

deobfuscator for DataDome interstitial passes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published