Javier Marcos
Javier Marcos
Fixing several bugs and adding some changes that were added to the `dev-lite` in the main `fbctf` project. The commits that were added are: - https://github.com/facebook/fbctf/commit/4aaf65721073594d9661960a42f949288cf3d92e - https://github.com/facebook/fbctf/commit/15954e26eea018a2bb4587c9a629ca554406b6ec - https://github.com/facebook/fbctf/commit/708e65c90a6f6f5cc286b214c49b3e86b3a3b386...
In the last few days there has been several pushes to the master branch from the Github handle @v1ncenth and some of those remove some parts of the platform that...
Currently the gameboard is the map of the world. It would be useful to have a way to use different UIs and to fully customized them, using a themed approach.
Specify read and writer endpoints for the backend so it can be handled more efficiently.
When rolling new changes to the osquery configuration of nodes, it would be a good idea to implement a system to [shard](https://en.wikipedia.org/wiki/Shard_(database_architecture)) the configuration so it will not get to...
If `osctrl-admin` is kept open, sometimes due to inactivity session may expired but the async HTTP traffic can not trigger a redirect to the login page. This can be a...
Currently each node is using `UUID` as host identifier to enroll nodes and to identify them in an unique way. Since UUIDs are good for computers but not so great...
Currently the permission to run file carves is granted with the scope of all-or-none environments. It would be a good enhancement in RBAC to be able to isolate which environments...
Currently the permission to run on-demand queries is granted with the scope of all-or-none environments. It would be a good enhancement in RBAC to be able to isolate which environments...
Ability to carve files should be added to `osctrl-api` to increase the automation capabilities.