mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
new: implemented api.rest module and GET /api/session route (ref #5).
This commit is contained in:
parent
aa25dae73c
commit
c2826c9094
8 changed files with 232 additions and 31 deletions
8
caplets/rest-api.cap
Normal file
8
caplets/rest-api.cap
Normal file
|
@ -0,0 +1,8 @@
|
|||
# change these!
|
||||
set api.rest.username bcap
|
||||
set api.rest.password bcap
|
||||
|
||||
net.probe on
|
||||
net.recon on
|
||||
api.rest on
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue