4c65a / VaultHacker

Imagen de Docker con base Debian y con los repositorios de Kali Linux integrados,contiene algunas herramientas basicas de pentesting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VaultHacking with Docker

This image in Docker that is integrated with the tools of pentester. It has more basic tools for working with systems or web servers.

Integrated Tools

Reconnaissance Tools

  • subfinder
  • sublist3r
  • recon-ng
  • whatweb
  • theharvester

Reverse Engineering Tools

  • radare2

Network Scanning Tools

  • nmap
  • httprobe
  • amass
  • masscan
  • sslscan
  • nikto

Web Application Testing Tools

  • wafw00f
  • ffuf
  • gobuster

Wireless Security Tools

  • aircrack-ng

Database Testing Tools

  • sqlmap

Password Cracking Tools

  • hydra
  • john
  • hashcat

Network Traffic Analysis Tools

  • tcpdump

Exploitation

  • metasploit-framework

Commands

sudo docker build -t vaulthacking:latest .
sudo docker run -it vaulthacking:latest

About

Imagen de Docker con base Debian y con los repositorios de Kali Linux integrados,contiene algunas herramientas basicas de pentesting.

License:The Unlicense


Languages

Language:Dockerfile 100.0%