bettercap/modules/syn_scan
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
..
banner_grabbing.go new: added dns CHAOS banner grabber to syn.scan 2019-04-22 12:33:48 +02:00
dns_grabber.go new: added dns CHAOS banner grabber to syn.scan 2019-04-22 12:33:48 +02:00
http_grabber.go fix: fixed a nil pointer dereference in the http banner grabber of syn.scan 2019-05-07 13:35:01 +02:00
syn_scan.go Kepp sync.WorkerGroup.Add() outside of goroutine 2020-03-05 12:58:22 +06:00
syn_scan_event.go Refactoring modules 2019-02-10 23:58:08 +01:00
syn_scan_parsers.go fix: syn.scanner now uses a dedicated pcap handle to prevent deadlocks and improve performances 2019-04-21 20:37:41 +02:00
syn_scan_reader.go misc: small fix or general refactoring i did not bother commenting 2019-04-22 11:47:36 +02:00
tcp_grabber.go misc: small fix or general refactoring i did not bother commenting 2019-04-22 11:47:36 +02:00