Hasibul Hasan Anik
|
050bd28511
|
Kepp sync.WorkerGroup.Add() outside of goroutine
The workergroup should be added before starting the worker.
The worker routine itself should not start the worker. It causes race condition.
|
2020-03-05 12:58:22 +06:00 |
|
evilsocket
|
78c341c2b3
|
fix: wifi.AccessPoint and wifi.Station now export the Channel field via JSON
|
2019-02-24 20:12:41 +01:00 |
|
evilsocket
|
4ae1ffd171
|
fix: removed delay in wifi.assoc and wifi.deauth as it only made them slower and not more effective
|
2019-02-24 19:19:51 +01:00 |
|
evilsocket
|
3e7aa68184
|
misc: both wifi.assoc and wifi.deauth will wait for wifi.hop.period*2 on the channel in order to improve key material capturing
|
2019-02-15 12:48:32 +01:00 |
|
evilsocket
|
4eead7eafa
|
misc: small fix or general refactoring i did not bother commenting
|
2019-02-13 10:12:34 +01:00 |
|
evilsocket
|
9cd4e380fb
|
misc: each module now has its own tagged logging
|
2019-02-12 15:16:02 +01:00 |
|
Giuseppe Trotta
|
ed652622e2
|
Refactoring modules
|
2019-02-10 23:58:08 +01:00 |
|