mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
Renamed evilsocket/bettercap to bettercap/bettercap
This commit is contained in:
parent
73b3c9e340
commit
69fa3127b6
14 changed files with 27 additions and 27 deletions
|
@ -15,10 +15,10 @@ import (
|
|||
"github.com/chzyer/readline"
|
||||
"github.com/op/go-logging"
|
||||
|
||||
"github.com/evilsocket/bettercap/core"
|
||||
"github.com/evilsocket/bettercap/firewall"
|
||||
"github.com/evilsocket/bettercap/net"
|
||||
"github.com/evilsocket/bettercap/packets"
|
||||
"github.com/bettercap/bettercap/core"
|
||||
"github.com/bettercap/bettercap/firewall"
|
||||
"github.com/bettercap/bettercap/net"
|
||||
"github.com/bettercap/bettercap/packets"
|
||||
)
|
||||
|
||||
type Session struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue