TTPwire Vol. 1 · MITRE ATT&CK·Tagged

← All stories

Black Hills InfoSec

WifiForge – WiFi Exploitation for the Classroom

BHIS · 2024-08-01 · Read original ↗

ATT&CK techniques detected

4 predictions
T1040Network Sniffing
80%
“command on host1. iperf – s the above command will begin listening on port 5001 for traffic, as seen below. switch over to host2 ’ s terminal. run the following command. iperf - c < host1 ip address > - u - b 100m - t 60 the above command will begin sending traffic to host1. the …”
T1610Deploy Container
74%
“variety of exploits, all packed neatly into a docker container. wififorge eliminates the need for physical hardware, requiring only a docker install and the execution of a couple commands. you can find a link to the project ’ s github page here. disclaimer / notes - while it is s…”
T1110.002Password Cracking
51%
“cracking on the attacking machine, switch the interface to monitor mode using the following command. airmon - ng start a - wlan0 successful output of the above command will appear as below. use airodump - ng to begin looking for nearby networks. airodump - ng a - wlan0mon wait fo…”
T1110.002Password Cracking
50%
“wifi redblackbird / wififorge : v1. 0. 0 / bin / bash within the container, initiate the controller to simulate aps service openvswitch - switch start run wififorge. py sudo python3 framework / wififorge. py labs and featured tools wififorge provides pre - built labs that cover a…”

Summary

by William Oldert // BHIS Intern BHIS had a problem.   We needed an environment for students to learn WiFi hacking safely. Our original solution used interconnected physical network gear […]

The post WifiForge – WiFi Exploitation for the Classroom appeared first on Black Hills Information Security, Inc..