bediger4000 / reverse-php-malware

De-obfuscate and reverse engineer PHP malware
MIT License
77 stars 32 forks source link

Add Dockerfile #6

Open ninoseki opened 4 years ago

ninoseki commented 4 years ago

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