mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 04:59:25 -07:00
Setting net.sniff.truncate to false as default value.
This commit is contained in:
parent
9ac49b4551
commit
0f8c88eecb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ func NewSniffer(s *session.Session) *Sniffer {
|
||||||
}
|
}
|
||||||
|
|
||||||
sniff.AddParam(session.NewBoolParameter("net.sniff.truncate",
|
sniff.AddParam(session.NewBoolParameter("net.sniff.truncate",
|
||||||
"true",
|
"false",
|
||||||
"If true, will truncate long request URLs so user-agent fits on same line when possible, otherwise extra verbose / full URLs."))
|
"If true, will truncate long request URLs so user-agent fits on same line when possible, otherwise extra verbose / full URLs."))
|
||||||
|
|
||||||
sniff.AddParam(session.NewBoolParameter("net.sniff.verbose",
|
sniff.AddParam(session.NewBoolParameter("net.sniff.verbose",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue