fragattacks: README update

This commit is contained in:
Mathy 2020-04-20 19:26:15 -04:00 committed by Mathy Vanhoef
parent 3dceb7ef74
commit 64a20238ae

View File

@ -2,9 +2,11 @@
## Installation
1. Install the dependencies in `../../requirements.txt` (Python3).
1. **Compile and install backports**
2. Compile the modified `hostapd` and `wpa_supplicant` using `cd research && ./build.sh`.
2. Install the dependencies in `../../requirements.txt` (Python3).
3. Compile the modified `hostapd` and `wpa_supplicant` using `cd research && ./build.sh`.
If this fails install the required dependencies. The build.sh script is also very
trivial so you can manually execute each command in that script to see
where it fails and how to fix it.