Performs automated OSINT on a domain / email / username / phone information from different sources.
1.9K
Docker container for datasploit framework
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.
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
Then add the API_KEYS to the config.py in your host and it will get updated in container automatically
If you want to use command line scripts. You can navigate to /opt/datasploit/ in docker container
python usernameOsint.py username
Please feel free to make a pull request or tweet to me @madhuakula for improvements and suggestions.
Content type
Image
Digest
Size
445.2 MB
Last updated
over 8 years ago
Requires Docker Desktop 4.37.1 or later.