Coder Social home page Coder Social logo

quick-dockers's Introduction

JeffTadashi's Quick Dockers

This is my collection of easy-to-use docker images for running simple network/security tools, without needing to hassle with manual installation, getting Python/Perl/Go dependencies installed, building, etc.

Features

  • Easy-to-use, with full guide here (even if you've never used Linux!)
  • Minimal image/download sizes
  • Multiple architecture support (x86-64, x86, ARM, ARM64, IBM Z, and PowerPC)
    • (That means it will run on Raspberry Pi!)
  • Consistent image OS: All Alpine Linux (latest stable)
  • Consistent directory structure: /vol as volume/working directory, /opt/tool-name as tool's main install folder

Install Docker (for Newbies)

Install docker on your machine, and start its services. For Windows/OSX, use Docker Desktop:

For Linux hosts, you can install and auto-start services like the following Debian-based example:

sudo apt install docker.io
sudo usermod -aG docker your-local-username-here
sudo systemctl start docker
sudo systemctl enable docke

Usage

From your command line or terminal, you can run the following (just substitute "nmap" with whatever image is available in the list, and specify whatever parameters afterwards)

docker run -it --rm jefftadashi/nmap -p1-500 example.com

For mounting volumes to pass files to/from your current directory, try the following:

[Linux/MacOS/Powershell]
docker run -it --rm -v $(pwd):/vol jefftadashi/nmap -p1-500 example.com
docker run -it --rm -v ${PWD}:/vol jefftadashi/nmap -p1-500 example.com

[Windows CMD]
docker run -it --rm -v %cd%:/vol jefftadashi/nmap -p1-500 example.com

Image List

See all the folders in this repository for the docker images that are available, and see list below:

Name Description
altdns Find subdomains based on patterns
ansible-playbook Ansible automation tool
curl URL syntax data transfer
dirsearch Brute-force find directories in web servers
evil-winrm Shell through WinRM services
hash-identifier Identity passcode hash types
ldapsearch Search LDAP directories
nikto Scan web servers for vulnerabilities
nmap Network port scanner (with included scripts)
sherlock Social media username scanner
smbclient SMB protocol client
sqlmap Find/exploit SQL injection vulnerabilities in web servers
subfinder Find DNS subdomains based on external sources
telnet Basic Telnet client
whatweb Web scanner to identify running services

Links

GitHub: https://github.com/JeffTadashi/quick-dockers
Docker Hub: https://hub.docker.com/u/jefftadashi

Feedback

I would appreciate any and all feedback! And I am happy to add other useful tools to this repository, just let me know.

quick-dockers's People

Contributors

jefftadashi avatar

Stargazers

khamali avatar  avatar JustSKY avatar 无在无不在 avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

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.