All Projects → appsecco → docker-datasploit

appsecco / docker-datasploit

Licence: other
Docker container for datasploit framework

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker-datasploit

osint
Docker image for osint
Stars: ✭ 92 (+300%)
Mutual labels:  osint, datasploit-framework
Cc.py
Extracting URLs of a specific target based on the results of "commoncrawl.org"
Stars: ✭ 250 (+986.96%)
Mutual labels:  osint
Autosqli
An automatic SQL Injection tool which takes advantage of ~DorkNet~ Googler, Ddgr, WhatWaf and sqlmap.
Stars: ✭ 222 (+865.22%)
Mutual labels:  osint
Mihari
A helper to run OSINT queries & manage results continuously
Stars: ✭ 239 (+939.13%)
Mutual labels:  osint
Osweep
Don't Just Search OSINT. Sweep It.
Stars: ✭ 225 (+878.26%)
Mutual labels:  osint
Asn
ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation and geolocation lookup tool / Traceroute server
Stars: ✭ 242 (+952.17%)
Mutual labels:  osint
Sitedorks
Search Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo for a search term with a default set of websites, bug bounty programs or a custom collection.
Stars: ✭ 221 (+860.87%)
Mutual labels:  osint
Shogun
Shodan.io Command Line Interface
Stars: ✭ 42 (+82.61%)
Mutual labels:  osint
Instaloader
Download pictures (or videos) along with their captions and other metadata from Instagram.
Stars: ✭ 3,655 (+15791.3%)
Mutual labels:  osint
Oblivion
Data leak checker & OSINT Tool
Stars: ✭ 237 (+930.43%)
Mutual labels:  osint
Osint Framework
OSINT Framework
Stars: ✭ 3,348 (+14456.52%)
Mutual labels:  osint
Maigret
OSINT username checker. Collect a dossier on a person by username from a huge number of sites.
Stars: ✭ 219 (+852.17%)
Mutual labels:  osint
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+14852.17%)
Mutual labels:  osint
Darkscrape
OSINT Tool For Scraping Dark Websites
Stars: ✭ 224 (+873.91%)
Mutual labels:  osint
Ntlmrecon
Enumerate information from NTLM authentication enabled web endpoints 🔎
Stars: ✭ 252 (+995.65%)
Mutual labels:  osint
Crosslinked
LinkedIn enumeration tool to extract valid employee names from an organization through search engine scraping
Stars: ✭ 223 (+869.57%)
Mutual labels:  osint
Leakscraper
LeakScraper is an efficient set of tools to process and visualize huge text files containing credentials. Theses tools are designed to help penetration testers and redteamers doing OSINT by gathering credentials belonging to their target.
Stars: ✭ 227 (+886.96%)
Mutual labels:  osint
Omnibus
The OSINT Omnibus (beta release)
Stars: ✭ 243 (+956.52%)
Mutual labels:  osint
Aliens eye
Social media hunter
Stars: ✭ 105 (+356.52%)
Mutual labels:  osint
Awesome-CyberSec-Resources
An awesome collection of curated Cyber Security resources(Books, Tutorials, Blogs, Podcasts, ...)
Stars: ✭ 273 (+1086.96%)
Mutual labels:  osint

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

  • Docker (Tested version 17.X-ce)

Steps to use the container

docker pull appsecco/datasploit:1.0
  • Start the docker container with volume mounts
docker run --name datasploit -v `pwd`/config.py:/opt/datasploit/config.py:ro -v `pwd`:/opt/datasploit/data -d appsecco/datasploit:1.0
  • Use the docker container with interactive shell from the host system
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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].