appsecco / docker-datasploit

Docker container for datasploit framework
26 stars 7 forks source link
datasploit datasploit-framework docker osint security

docker-datasploit

Docker container for datasploit framework

Docker Image v1.0 Version

The datasploit docker container is created by using python:2.7-stretch and it will install all the dependencies to quick start the working setup.

Software required to use docker container

Steps to use the container

docker pull appsecco/datasploit:1.0
docker run --name datasploit -v `pwd`/config.py:/opt/datasploit/config.py:ro -v `pwd`:/opt/datasploit/data -d appsecco/datasploit:1.0
docker exec -it datasploit bash
python usernameOsint.py username

Please feel free to make a pull request or tweet to me @madhuakula for improvements and suggestions.