Skip to content

Encodes or Decodes Javascript obfuscated using JSFuck 0.4.0

Notifications You must be signed in to change notification settings

clams4shoes/jsunfuckit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSUNFuckIt

Encodes or Decodes Javascript using JSFuck 0.4.0

see https://github.com/aemkei/jsfuck

*note this differs slightly from the JSFuck served at http://www.jsfuck.com/

usage
usage:
	'python jsunfuckit.py <option> <flags> <file>'
 	options:
    	decode -- decodes jsfuck'd Javascript
        encode -- encodes vanilla Javascript
            flags:
                -e | --eval: wrap in eval
                -p | --parent: run in parent scope
output
$ python jsunfuckit.py decode tests/encoded.js
alert('hello, world!');

About

Encodes or Decodes Javascript obfuscated using JSFuck 0.4.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published