mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
new: implemented any.proxy module to redirect traffic to custom proxy tools
This commit is contained in:
parent
b361856c0b
commit
cc8d1370f9
2 changed files with 142 additions and 0 deletions
1
main.go
1
main.go
|
@ -42,6 +42,7 @@ func main() {
|
|||
sess.Register(modules.NewDNSSpoofer(sess))
|
||||
sess.Register(modules.NewSniffer(sess))
|
||||
sess.Register(modules.NewPacketProxy(sess))
|
||||
sess.Register(modules.NewAnyProxy(sess))
|
||||
sess.Register(modules.NewTcpProxy(sess))
|
||||
sess.Register(modules.NewHttpProxy(sess))
|
||||
sess.Register(modules.NewHttpsProxy(sess))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue