Mathy Vanhoef 6e413e69a5 Major update to Python3 il y a 3 ans
..
README.md 6e413e69a5 Major update to Python3 il y a 3 ans
gen-traffic.py 6e413e69a5 Major update to Python3 il y a 3 ans
hostap0.conf 301b0a780d krackattacks: merge in FT tests in one repository il y a 7 ans
hostap0.sh 301b0a780d krackattacks: merge in FT tests in one repository il y a 7 ans
hostap1.conf 301b0a780d krackattacks: merge in FT tests in one repository il y a 7 ans
hostap1.sh 301b0a780d krackattacks: merge in FT tests in one repository il y a 7 ans
initradios.sh b420f63be8 debug-ft-hwsim: sleep 1 sec to let interfaces start il y a 7 ans
supplicant.conf 301b0a780d krackattacks: merge in FT tests in one repository il y a 7 ans
supplicant.sh 301b0a780d krackattacks: merge in FT tests in one repository il y a 7 ans
vtund.client.conf 301b0a780d krackattacks: merge in FT tests in one repository il y a 7 ans
vtund.server.conf 301b0a780d krackattacks: merge in FT tests in one repository il y a 7 ans

README.md

To verify the script is working correctly, try it out against a virtualized Wi-Fi network as follows:

apt-get install vtun bridge-utils hostapd
./initradios.sh
./hostap0.sh # Start fist access point in window 1
./hostap1.sh # Start second access point in window 2

Now read the documentation in krack-ft-test.py. Go to step 3 and start the tool using:

sudo su
source ../venv/bin/activate
../krack-ft-test.py wpa_supplicant -D nl80211 -i wlan2 -c supplicant.conf

Follow the next steps. To generate traffic in step 5 use ./gen-traffic.py.