Skip to content

Automatically exported from code.google.com/p/jsunpack-n

License

Notifications You must be signed in to change notification settings

urule99/jsunpack-n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Blake Hartstein
Apr 2, 2015
c01f406 · Apr 2, 2015

History

78 Commits
Dec 1, 2011
Aug 9, 2010
Aug 5, 2010
May 18, 2010
Dec 1, 2011
May 18, 2010
May 18, 2010
Jul 2, 2010
Apr 2, 2015
Nov 4, 2011
Oct 29, 2011
Oct 29, 2011
Oct 29, 2011
Nov 4, 2011
Jun 9, 2010
Apr 22, 2013
May 18, 2010
Dec 2, 2011
Aug 8, 2014
Nov 12, 2010
Apr 23, 2013
Nov 10, 2010
May 18, 2010
Aug 19, 2010
Oct 29, 2011
Oct 29, 2011

Repository files navigation

jsunpack-n

jsunpack-n emulates browser functionality when visiting a URL. It's purpose is to detect exploits that target browser and browser plug-in vulnerabilities. It accepts many different types of input:

PDF files - samples/sample-pdf.file Packet Captures - samples/sample-http-exploit.pcap HTML files JavaScript files SWF files This project contains the source code which runs at the website http://jsunpack.jeek.org/. Users can upload files, or enter script contents and URLs to decode. If you choose to install jsunpack-n on your own system, you can run it with the following command to fetch and decode a URL:

$ ./jsunpackn.py -u URL Optionally, you can specify the -a option, which fetches further decoded URLs or paths. If you wish to decode a local file instead, you can simply run:

$ ./jsunpackn.py samples/sample-pdf.file Other samples of malicious files exist within the samples directory.

One common problem running jsunpack-n is when there is no output. This means that there are no signature matches but it could mean that the file was decoded. You have the choice to use -v (verbose) or -V (veryverbose) to get more information in case jsunpack-n outputs nothing.

About

Automatically exported from code.google.com/p/jsunpack-n

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published