mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: showing user agent while sniffing http requests
This commit is contained in:
parent
bb5b1295ed
commit
63f389643d
3 changed files with 18 additions and 5 deletions
|
@ -49,7 +49,7 @@ func vPort(p interface{}) string {
|
|||
return sp
|
||||
}
|
||||
|
||||
var maxUrlSize = 40
|
||||
var maxUrlSize = 80
|
||||
|
||||
func vURL(u string) string {
|
||||
ul := len(u)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue