mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
View HTTP Basic authorization credentials when sniffing
Undid changes in events_view_http.go Undid more changed to events_view_http.go Undid more changed to events_view_http.go Vew HTTP Basic authnoriyation credentials when sniffing Undid changes in events_view_http.go View HTTP Basic authorization credentials when sniffing Undid changes in events_view_http.go Undid more changed to events_view_http.go Undid more changed to events_view_http.go Vew HTTP Basic authnoriyation credentials when sniffing Undid changes in events_view_http.go Undid more changes
This commit is contained in:
parent
e51e097e43
commit
a88c9078b3
2 changed files with 34 additions and 14 deletions
|
@ -6,11 +6,11 @@ import (
|
|||
"encoding/hex"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/bettercap/bettercap/modules/net_sniff"
|
||||
"net/url"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/bettercap/bettercap/modules/net_sniff"
|
||||
"github.com/bettercap/bettercap/session"
|
||||
|
||||
"github.com/evilsocket/islazy/tui"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue