Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

dactivllc/osquery-live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Osquery Live CircleCI

Try osquery live in the browser. Runs a real osqueryi shell.

See it in action at osquery.live.

Screenshot of Osquery Live

Development

Dependencies

  • Go >= 1.11
  • Node
  • Yarn
  • Osquery

Local testing

yarn install
yarn start

Changes in the JS code will automatically be loaded. When the Go code is changed, restart yarn start.