/MaltrailWorld-VPN

Recipe to build an OpenVPN image for Docker

Primary LanguageShellApache License 2.0Apache-2.0

MaltrailWorld-VPN

This project runs an Open-VPN server whose traffic will be automatically inspected by MaltrailWord

Quick instructions

# Run a new docker container with carlospolop/maltrailworld-vpn
docker run -d --privileged --name "maltrailworld-vpn" -p 1194:1194/udp -p 443:443/tcp -p 8338:8338/tcp carlospolop/maltrailworld-vpn
# Listen in port 8080 where a valid client configuration file will be provided
docker run -t -i -p 8080:8080 --volumes-from "maltrailworld-vpn" carlospolop/maltrailworld-vpn serveconfig

VPN + Malicious packet analysis

This project takes advantage of the high privacy obtained by the use of a VPN in your own VPS and takes advantage of the power of malicious packets analysis provided by MaltrailWord

Please, visit MalwareWorld to know more about this project

Please, visit Maltrail to know more about this project

Please, visit dockvpn to know more about this project