fragattacks/research
2020-04-15 13:43:28 -04:00
..
ath9k-firmware fragattack: ath9k_htc firmware to preserve sequence numbers 2020-03-01 04:56:26 -05:00
libwifi@6b35bb749a fragattack: check if frames can be sent between fragments 2020-04-01 10:14:07 -04:00
client.conf Let AP force reconnects of clients and confirmed Linux attack test 2020-03-25 09:53:38 -04:00
deinit.sh fragattack: tests and results on forcing frame fragmentation 2020-02-29 15:56:41 -05:00
hostapd.conf fragattack: configuration files and scripts 2020-02-27 07:06:53 -05:00
hwcrypto.sh fragattack: script to turn hardware encryption on or off 2020-03-07 21:10:55 -05:00
init.sh fragattack: configuration files and scripts 2020-02-27 07:06:53 -05:00
inject.py fragattack: minor changes 2020-04-15 13:36:44 -04:00
post-analysis.py fragattack: netbsd force fragment experiments 2020-03-01 19:03:08 -05:00
README.md fragattack: very basic README 2020-04-15 13:43:28 -04:00
start_ap.sh fragattack: configuration files and scripts 2020-02-27 07:06:53 -05:00
start_sta2.sh fragattack: configuration files and scripts 2020-02-27 07:06:53 -05:00
start_sta.sh fragattack: configuration files and scripts 2020-02-27 07:06:53 -05:00
wpaspy.py fragattack: script to inject encrypted fragmented frames 2020-02-27 07:07:19 -05:00

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".