Skip to content

Releases: blackhillsinfosec/Wifi-Forge

Release v0.5 - Ubuntu based dockerfile

03 Jun 21:46
7246af8
Compare
Choose a tag to compare
Pre-release

Not a finalized version

This is 1. testing the release function and 2. making a "beta version"

Setting up

  1. Make sure you have docker installed. If not go here and follow the steps https://docs.docker.com/engine/install/

  2. Download and unzip wififorge-docker

  3. Make sure you are in the file you extracted the zip file to and run:

sudo docker load -i wififorge-docker.tar
  1. 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 
  1. Once in the container run:
service openvswitch-switch start
  1. Finally run these commands and you are set to start your labs!
cd Framework

and

python3 WifiForge.py