An osquery command and control platform
View Demo
·
Report Bug
·
Request Feature
OStopus is a command and control platform for facebook's osqury tool that allows you to run distributed queries and deploy new osquery configurations.
To get a local copy up and running follow these simple example steps.
Before you get started you will need to install the following tools
- go
- docker
- make
- Clone the repo
git clone https:://github.com/github.com/AHerczeg/ostopus.git
cd ostopus- Build the application
makeContributions are welcome, any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature) - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.