Releases: blackhillsinfosec/Wifi-Forge
Releases · blackhillsinfosec/Wifi-Forge
Release v0.5 - Ubuntu based dockerfile
Not a finalized version
This is 1. testing the release function and 2. making a "beta version"
Setting up
-
Make sure you have docker installed. If not go here and follow the steps https://docs.docker.com/engine/install/
-
Download and unzip wififorge-docker
-
Make sure you are in the file you extracted the zip file to and run:
sudo docker load -i wififorge-docker.tar
- To make the container an get a terminal run:
sudo docker run --privileged=true -it --network=host --env="DISPLAY" --env="QT_X11_NO_MITSHM=1" -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v /sys/:/sys -v /lib/modules/:/lib/modules/ --name theForge --hostname mininet-wifi wififorge /bin/bash
- Once in the container run:
service openvswitch-switch start
- Finally run these commands and you are set to start your labs!
cd Framework
and
python3 WifiForge.py