mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -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
|
@ -2,9 +2,9 @@ package session_modules
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
network "github.com/evilsocket/bettercap/net"
|
||||
"github.com/evilsocket/bettercap/packets"
|
||||
"github.com/evilsocket/bettercap/session"
|
||||
network "github.com/bettercap/bettercap/net"
|
||||
"github.com/bettercap/bettercap/packets"
|
||||
"github.com/bettercap/bettercap/session"
|
||||
"github.com/malfunkt/iprange"
|
||||
"net"
|
||||
"time"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue