new: caplets can now include other caplets

This commit is contained in:
evilsocket 2018-01-13 14:07:37 +01:00
commit 1ab8711d79
3 changed files with 13 additions and 3 deletions

3
caplets/ap-config.cap Normal file
View file

@ -0,0 +1,3 @@
set api.rest.username changeme
set api.rest.password changeme
set api.rest.address 0.0.0.0

View file

@ -1,6 +1,4 @@
set api.rest.username changeme
set api.rest.password changeme
set api.rest.address 0.0.0.0
include caplets/ap-config.cap
set net.sniff.local true
set net.sniff.verbose false