fix: several improvements to the https.proxy module

This commit is contained in:
evilsocket 2018-01-14 19:34:15 +01:00
parent 723d99cf62
commit f9f0f3d5b3
9 changed files with 308 additions and 29 deletions

View file

@ -81,7 +81,9 @@ func (s *Session) activeHandler(args []string, sess *Session) error {
if len(params) > 0 {
fmt.Println()
for _, p := range params {
fmt.Printf(p.Dump(s.HelpPadding))
_, val := s.Env.Get(p.Name)
fmt.Printf(" "+core.YELLOW+"%"+strconv.Itoa(s.HelpPadding)+"s"+core.RESET+
" : %s\n", p.Name, val)
}
}