15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
# 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>
|
|
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
|