All Projects → sensepost → shinai-fi

sensepost / shinai-fi

Licence: GPL-3.0 license
Docker images for learning wifi hacking

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

shinai-fi - Practise wifi hacking without the hardware

Prerequisites

On your docker host:

modprobe mac80211_hwsim

If you're running docker-ce on macOS or Windows, the fake docker host doesn't have kernel support for wifi, rather run your docker host in a VM. If you do want to make your docker-ce work with a custom kernel, check this article.

Get it

Pull it from docker hub.

docker pull singelet/shinai-fi:latest

or build the container yourself

docker build -t shinai-fi .

Run it

docker run -it --privileged --network host singelet/shinai-fi:latest

Use it

Try some wifi hacking, e.g.:

airmon-ng start wlan0
airodump-ng wlan0

You can also set up a mana rogue AP and see a client connect.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].