Open ninoseki opened 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.
$ docker build -t reverse_php_malware . $ docker container run -it --rm --volume=/tmp:/tmp reverse_php_malware /tmp/path/to/file.php
Add Dockerfile for the convenience. I think using Docker is the most clean & easy way to use the tool without a manual setup.
Usage