mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
balls
This commit is contained in:
parent
193b1881a5
commit
d532163fd6
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
package session
|
||||
|
||||
import (
|
||||
"github.com/chzyer/readline"
|
||||
"github.com/evilsocket/readline"
|
||||
"regexp"
|
||||
)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/chzyer/readline"
|
||||
"github.com/evilsocket/readline"
|
||||
|
||||
"github.com/evilsocket/bettercap-ng/core"
|
||||
"github.com/evilsocket/bettercap-ng/firewall"
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
"github.com/evilsocket/bettercap-ng/core"
|
||||
|
||||
"github.com/chzyer/readline"
|
||||
"github.com/evilsocket/readline"
|
||||
)
|
||||
|
||||
func (s *Session) helpHandler(args []string, sess *Session) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue