benank / auto-obfuscator

A program written in NodeJS that automatically obfuscates HTML, CSS, and JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Obfuscator

A simple NodeJS program that obfuscates HTML and Javascript and minifies/uglifies CSS. Originally written for use with Just Cause 3 Multiplayer. It recursively iterates through directories and modifies files in the client_package directory. It uses Javascript Obfuscator, Clean CSS, and an HTML source code obfuscator. After obfuscation, it takes any files in a /ui/ directory and puts them in ObfuscatedUI.

Installation

  1. Install the required node modules using npm install.
  2. Create directories ToObfuscate, Obfuscated, and ObfuscatedUI in the same directory as the program.

Usage

  1. Copy your files to ToObfuscate. It should look like ToObfuscate/mypackage/client_package/....
  2. Run the auto obfuscator using node obfuscator.js.
  3. The program should tell you what files were obfuscated.

About

A program written in NodeJS that automatically obfuscates HTML, CSS, and JS


Languages

Language:JavaScript 100.0%