2018-02-09 17:47:25 +01:00
|
|
|
# Specify an interface
|
|
|
|
iface = wlp4s0
|
|
|
|
|
|
|
|
# Number of deauths
|
|
|
|
deauths = 3
|
|
|
|
|
|
|
|
# Retry deauths, 0 - infinity
|
|
|
|
retry = 3
|
|
|
|
|
|
|
|
# Here comes a list of APs to attack. The list entry form is following:
|
|
|
|
# target = <essid> <bssid> <channel>
|
2018-02-13 16:06:37 +01:00
|
|
|
target = SomeAP 00:11:22:33:44:55 1
|
|
|
|
target = OtherAP 00:11:22:33:44:55 2
|
|
|
|
target = AnotherAP 00:11:22:33:44:55 3
|