mirror of
https://github.com/bettercap/bettercap
synced 2025-07-29 19:20:00 -07:00
Update dns_spoof.go
This commit is contained in:
parent
2f14254c4c
commit
51dfd86898
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ func NewDNSSpoofer(s *session.Session) *DNSSpoofer {
|
||||||
mod.AddParam(session.NewStringParameter("dns.spoof.ttl",
|
mod.AddParam(session.NewStringParameter("dns.spoof.ttl",
|
||||||
"1024",
|
"1024",
|
||||||
"^[0-9]+$",
|
"^[0-9]+$",
|
||||||
"TTL of spoofed DNS replies in seconds."))
|
"TTL of spoofed DNS replies."))
|
||||||
|
|
||||||
mod.AddHandler(session.NewModuleHandler("dns.spoof on", "",
|
mod.AddHandler(session.NewModuleHandler("dns.spoof on", "",
|
||||||
"Start the DNS spoofer in the background.",
|
"Start the DNS spoofer in the background.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue