osquery / osquery-python

Python bindings for osquery's Thrift API
Other
295 stars 51 forks source link

UI to interact with OSQuery #29

Closed vasiqmz closed 8 years ago

vasiqmz commented 8 years ago

I'm planning to create a UI, which provides an interactive way to query the OSQuery python in the backend and provide the result.

The idea is to create a Dynamic page that will allow the user to enter their query be it in SQL or in English syntax and execute the query in the back, this will provide much flexibility for the users.

What is your comment on the idea ?

Awaiting for your reply.

theopolis commented 8 years ago

Hi @vasiqmz, that sounds great! Be sure to check out https://github.com/mwielgoszewski/doorman

Perhaps you can contribute your ideas / plans to doorman instead of starting a new project?

vasiqmz commented 8 years ago

Thanks a lot. I was looking for similar project. Contributing sounds much better :)

theopolis commented 8 years ago

:+1: