https://github.com/hadim/docker-wifi-pumpkin
https://github.com/hadim/docker-wifi-pumpkin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hadim/docker-wifi-pumpkin
- Owner: hadim
- License: mit
- Created: 2019-03-28T20:37:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T20:50:26.000Z (about 7 years ago)
- Last Synced: 2025-09-02T07:40:08.928Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for wifi-pumpkin
A Docker image to run [WiFi-Pumpkin](https://github.com/P0cL4bs/WiFi-Pumpkin/).
## Usage
- Clone the repo and build the docker image:
```bash
git clone https://github.com/hadim/docker-wifi-pumpkin.git
cd docker-wifi-pumpkin/
docker-compose build
```
- Check the name of the Wifi interface you want to use:
```bash
sudo airmon-ng
PHY Interface Driver Chipset
phy0 wlp3s0 iwlwifi Intel Corporation Wireless 8260 (rev 3a)
```
- Enable monitor mode on the interface (`wlp3s0` here):
```bash
sudo airmon-ng start wlp3s0
```
**Warning:** if you only have one Wifi card, you internet connection will be lost. To enable it again you need to disable monitor mode with `sudo airmon-ng stop wlp3s0mon`.
- Start Pumpkin with:
```bash
docker-compose up pumkin
```
## License
[MIT](./LICENSE).
## Authors
- Hadrien Mary