jsdetox
This Dockerfile represents a Docker image that encapsulates the JSDetox malware analysis tool for JavaScript deobfuscation by @sven_t. To run JSDetox after installing Docker, use the following command: sudo docker run --rm -p 3000:3000 remnux/jsdetox
Then, connect to http://localhost:3000
using your web browser. To stop JSDetox, use sudo docker ps -l
to obtain the container ID, then use the sudo docker stop container-id
and wait about a minute. More detailed documentation for jsdetox
can be found by visiting their website .