From 376449be477591fafa1fc91870018bfd4e7c9580 Mon Sep 17 00:00:00 2001 From: Mathy Date: Wed, 15 Apr 2020 13:43:28 -0400 Subject: [PATCH] fragattack: very basic README --- research/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 research/README.md diff --git a/research/README.md b/research/README.md new file mode 100644 index 000000000..523650435 --- /dev/null +++ b/research/README.md @@ -0,0 +1,16 @@ +# Usage + +Install the dependencies in `../../requirements.txt`. Then you can run +`./inject.py interface tests` where the first argument is the interface +to use. This inferface should NOT be set to monitor mode (the script will +handle this). The second parameter is the test to execute. + +You can first execute a simple ping to see if everything is working: + + ./inject.py wlan0 ping --ip 192.168.100.10 --peerip 192.168.100.1 + +Here `peerip` is the IP address of the AP/router we are testing, and `ip` +denotes the IP address we are assignment to the client. Edit the file +`client.conf` the specify the SSID and password of the network you are +testing. You should see a message "SUCCESSFULL INJECTION". +