Skip to content

svo80/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Docker Images

This repository contains Dockerfiles for building images of utilities and frameworks used in the malware analysis area.

To build an image, please copy the respective Dockerfile in a new directory, and run

$ cd <directory> && sudo docker build --tag=<image name> .

To start a utility in a container, please run

$ sudo docker run --rm -p <local port>:<remote port> <image name>

If you would like to inspect the contents of a container or require terminal access, please run

$ sudo docker run -it --rm -p <local port>:<remote port> <image name> bash

Available Dockerfiles

  • Viper

Viper permits creating a repository of malicious samples as well as provides interfaces to well-known malware analysis applications and platforms.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published