/hacker-tools

aircrack-ng, kismet and ettercap in Docker

Primary LanguageDockerfile

Docker Stars GitHub stars Docker Pulls MicroBadger Size (tag)

Hacker Tools Dockerfile

This repository is meant to build the base image for a Hacker Tools container.

Tools included in this image.

Tools
0 Automated Wifi-Deauth script (Python Script in /opt/)
1 macof
2 yersinia
3 kismet
4 nmap
5 dsniff
6 dnsmaq
7 hostapd
8 ettercap
9 conntrack
10 traceroute
11 tcpdump
12 scapy
13 airmon-ng (with password dictionary rockyou.txt in /opt/)
14 ping

Pull the Image

docker pull veerendrav2/hacker-tools

Run the Container

docker run -it -d --net=host --privileged --name little-boy veerendrav2/hacker-tools

NOTE:

Must run the container with --net=host --privileged option. Then only you can capture the packets and monitor the network on physical interface(Example: wlan0)