feat(new tool): JS Unobfuscator

webcrack is a tool for reverse engineering javascript. It can deobfuscate obfuscator.io, unminify, transpile, and unpack webpack/browserify, to resemble the original source code as much as possible.
This commit is contained in:
sharevb 2024-05-18 15:35:30 +02:00 committed by ShareVB
parent e876d03608
commit b5d3ed6b89
7 changed files with 1035 additions and 106 deletions

View file

@ -1,6 +1,7 @@
import { tool as base64FileConverter } from './base64-file-converter';
import { tool as base64StringConverter } from './base64-string-converter';
import { tool as basicAuthGenerator } from './basic-auth-generator';
import { tool as jsUnobfuscator } from './js-unobfuscator';
import { tool as asciiTextDrawer } from './ascii-text-drawer';
@ -128,6 +129,7 @@ export const toolsByCategory: ToolCategory[] = [
httpStatusCodes,
jsonDiff,
safelinkDecoder,
jsUnobfuscator,
],
},
{