Giter Site home page Giter Site logo

vaultsec / osint Goto Github PK

View Code? Open in Web Editor NEW
117.0 6.0 13.0 4.8 MB

Docker image for osint

Home Page: https://hub.docker.com/r/vaultsecurity/osint

License: GNU General Public License v3.0

Shell 89.06% Dockerfile 10.94%
docker osint hacking inteligence d4n155 sherlock phoneinfoga gathering recon instagram social-network getrails whois recon-ng harvester karma r3dov3r buster wafw00 datasploit-framework

osint's Introduction

Vault-Osint

OSINT

Docker image for osint tools with Vault Cyber Security

Run

docker pull vaultsecurity/osint
docker run -it vaultsecurity/osint bash

About

The image was wrote for Security Osint with tools:

  • Operative-framework: operative framework is a OSINT investigation framework
  • D4N155: Intelligent and dynamic wordlist using OSINT
  • Sherlock: Find usernames across social networks
  • PhoneInfoga: Advanced information gathering & OSINT tool for phone numbers
  • Karma: Find leaked emails with your passwords
  • Recon-ng: Recon-ng is a full-featured Web Reconnaissance framework written in Python
  • SE Toolkit: The Social-Engineer Toolkit
  • The Harvester: E-mails, subdomains and names Harvester - OSINT
  • Whois: Get whois data
  • osrframework: Open Sources Research Framework
  • R3dOv3r: Know the dangers of credential reuse attacks
  • Buster: Find emails of a person and return info associated with them
  • InstagramOsint: An Instagram Open Source Intelligence Tool
  • Datasploit: A tool to perform various OSINT techniques
  • Cloudfail: Utilize misconfigured DNS and old database records to find hidden IP's behind the CloudFlare network
  • WAFW00F: WAFW00F identifies and fingerprints Web Application Firewall (WAF) products
  • OWASP Maryam: Is an Open-source intelligence(OSINT) and Web-based Footprinting modular/tool framework based on the Recon-ng and written in Python.
  • Metabigor: Is Intelligence tool, its goal is to do OSINT tasks and more but without any API key.
  • Getrails: Tool of OSINT and Dork hacking that work with Google, Duckduckgo and onion

osint's People

Contributors

jul10l1r4 avatar matholiveira91 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

osint's Issues

Web Interface

Hey there,

has anyone ever considered creating a web interface for this or a similar toolkit? You'd want to make it only accessible for yourself, but maybe it would be easier to integrate this toolkit and other tools into your workflow if it was web-based.
Well, now that I think about it: Every tool in there would have to have some sort of web interface, I guess. So yeah, never mind. Even though I think it would be cool to kind of relay the inputs and outputs of each tool to a web interface.

Add: Docker-compose.yml and .env

I wasn't sure of what "volumes" would be needed for this, but a barebones docker-compose.yml has been started for this. I'm pulling some of the defaults from the previous docker project I was contributing to..

I realize a docker-compose might not be necessary for most, but I thought it would be a nice addition as I run a few containers on the same device, thinking I'm not alone.

Install docker-compose

version: "3.4"
services:
#  vpn:
#    container_name: vpn
#    image: dperson/openvpn-client:latest
#    cap_add:
#      - net_admin # required to modify network interfaces
#    restart: unless-stopped
#    volumes:
#      - /dev/net:/dev/net:z # tun device
#      - ${ROOT}/config/vpn:/vpn # OpenVPN configuration
#    security_opt:
#      - label:disable
#    ports:
#      - 8112:8112 # port for deluge web UI to be reachable from local network
#    command: '-f "" -r 192.168.1.0/24' # enable firewall and route local network traffic

osint:
  container_name: osint
  image:  vaultsecurity/osint:latest
  restart: unless-stopped
  network_mode: host
  environment:
    - PUID=${PUID} # default user id, defined in .env
    - PGID=${PGID} # default group id, defined in .env
    - TZ=${TZ} # timezone, defined in .env
  volumes:
    - ${ROOT}/downloads:/downloads # downloads folder
    - ${ROOT}/config/osint:/config # config files

Also in a .env file in the same directory...

# Your timezone, https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TZ=America/New_York
# UNIX PUID and PGID, find with: id $USER
PUID=typically 1000
PGID=typically 1000
# The directory where data and configuration will be stored.
ROOT=/dir to the folder where .env and compose file are

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.