-
Notifications
You must be signed in to change notification settings - Fork 185
Description
Anytime I attempt to run the ./fragattack.py wlan0 ping command, regardless of target HW configuration or power state, I get a kernel crash.
setup: liveUSB image on a Dell laptop without internal WiFi, Alfa AWUS036ACM connected directly to USB port. targets under test are cabled directly together with coax (SMA with attenuators and a splitter to add in the Alfa adapter, the equipment under test communicates to each other correctly in this configuration).
Error: kernel dereference error address=0x00000000
top of the stack is drv_add_interface
I can't get the computer to mount a drive after the crash to save off the dmesg log.
I have seen this when running ./fragattack.py wlan0 ping --inject-test self
and when running ./fragattack.py wlan0 ping without other commands
interestingly, ./test-injection.py wlan0 works correctly