mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
fix: fixed api.rest module
This commit is contained in:
parent
9daa9f61d5
commit
52629c0e9e
3 changed files with 37 additions and 8 deletions
17
caplets/ap.cap
Normal file
17
caplets/ap.cap
Normal file
|
@ -0,0 +1,17 @@
|
|||
set api.rest.username changeme
|
||||
set api.rest.password changeme
|
||||
set api.rest.address 0.0.0.0
|
||||
|
||||
set net.sniff.local true
|
||||
set net.sniff.verbose false
|
||||
set net.sniff.filter not arp and not udp port 53
|
||||
|
||||
events.stream off
|
||||
events.clear
|
||||
|
||||
set events.stream.filter target.
|
||||
events.stream on
|
||||
|
||||
net.recon on
|
||||
api.rest on
|
||||
net.sniff on
|
Loading…
Add table
Add a link
Reference in a new issue