mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
fix: fixed a bug of the probe and recon algos which prevented targets from being removed once offline
This commit is contained in:
parent
fa2ada828b
commit
73f887087a
4 changed files with 12 additions and 32 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"github.com/evilsocket/bettercap-ng/net"
|
||||
)
|
||||
|
||||
const TargetsDefaultTTL = 2
|
||||
const TargetsDefaultTTL = 10
|
||||
const TargetsAliasesFile = "~/bettercap.aliases"
|
||||
|
||||
type Targets struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue