reverse-php-malware icon indicating copy to clipboard operation
reverse-php-malware copied to clipboard

Add Dockerfile

Open ninoseki opened this issue 5 years ago • 0 comments

Add Dockerfile for the convenience. I think using Docker is the most clean & easy way to use the tool without a manual setup.

Usage

$ docker build -t reverse_php_malware .
$ docker container run -it --rm --volume=/tmp:/tmp reverse_php_malware /tmp/path/to/file.php 

ninoseki avatar Oct 24 '20 08:10 ninoseki