Jsunpack-n - Emulates browser functionality, detect exploits etc.
10K+
Emulates browser functionality when visiting an URL. Detects browser exploits, scans PDF.
PDF, URL, PCAP, JavaScript, SWF
report, shellcode/other suspicious content
Dockerfile linkslatest (jsunpack-n/Dockerfile)1. Clone the repository
git clone https://gitlab.com/CinCan/tools.git
cd tools/jsunpack-n/
2. Build OR pull the docker image
docker build . -t cincan/jsunpack-n
docker pull cincan/jsunpack-n
3. Run the docker container
Example 1. File scan
$ docker run -v $(pwd):/data cincan/jsunpack-n /data/samples/testfile.pdf -V -d /data/samples/output/
Example 2. Url scan
$ docker run -v $(pwd):/samples cincan/jsunpack-n -u https://<TARGET.URL> -V -d /samples/output
Example 3. Run jsunpack-n with the cincan command line tool
$ cincan run cincan/jsunpack-n samples/testfile.pdf -V -d result-dir
https://github.com/urule99/jsunpack-n
Content type
Image
Digest
Size
182 MB
Last updated
about 4 years ago
docker pull cincan/jsunpack-n