new: showing user agent while sniffing http requests

This commit is contained in:
evilsocket 2018-01-10 14:43:38 +01:00
commit 63f389643d
3 changed files with 18 additions and 5 deletions

View file

@ -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)