mirror of
https://github.com/bettercap/bettercap
synced 2025-07-31 04:00:09 -07:00
balls
This commit is contained in:
parent
9353b2038c
commit
cf888b116c
2 changed files with 2 additions and 16 deletions
|
@ -1,7 +1,6 @@
|
|||
package modules
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/evilsocket/bettercap-ng/session"
|
||||
)
|
||||
|
||||
|
@ -37,7 +36,6 @@ func NewHttpProxy(s *session.Session) *HttpProxy {
|
|||
p.AddHandler(session.NewModuleHandler("http.proxy on", "",
|
||||
"Start HTTP proxy.",
|
||||
func(args []string) error {
|
||||
fmt.Printf("\nproxy.start\n")
|
||||
return p.Start()
|
||||
}))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue