mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 05:23:19 -07:00
new: new http.server module
This commit is contained in:
parent
acf1e8b612
commit
bb5b1295ed
2 changed files with 138 additions and 0 deletions
1
main.go
1
main.go
|
@ -27,6 +27,7 @@ func main() {
|
|||
sess.Register(modules.NewDiscovery(sess))
|
||||
sess.Register(modules.NewArpSpoofer(sess))
|
||||
sess.Register(modules.NewSniffer(sess))
|
||||
sess.Register(modules.NewHttpServer(sess))
|
||||
sess.Register(modules.NewHttpProxy(sess))
|
||||
sess.Register(modules.NewRestAPI(sess))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue