osquery-python icon indicating copy to clipboard operation
osquery-python copied to clipboard

Python bindings for osquery's Thrift API

Results 19 osquery-python issues
Sort by recently updated
recently updated
newest added

If an exception throws (and is unhandled), the string message should be sent to the active logger plugin.

feature

Create a test suite around sub-processing a set of extensions and osqueryd to test all features of tables, config plugins, logger plugins, etc. References: Python integration tests in osquery proper:...

build/test infrastructure
up for grabs

`Could not connect to any of ['/tmp/pyosqsockndnbir6z']` Encountering this error repeatedly . Also it is raised after below subprocess command. I haven't executed the below command in my code. `/usr/bin/osqueryd...

I installed osquery using: ```shell $ brew install osquery ``` Verified it works: ```shell $ osqueryi Using a virtual database. Need help, type '.help' osquery> select timestamp from time; +------------------------------+...

Hey, don't you plan to maintain the newer python versions?

Issue 1: in TPipeServer, the CloseHandle call happened on a None _handle after the super() call. Issue 2: Client raises an issue as described in https://github.com/osquery/osquery-python/issues/57, correct call seems to...

Fix bug with windows binary path management (resolves https://github.com/osquery/osquery-python/issues/91)

1. `pip install osquery` in a windows Python virtualenv 2. Run `python` 3. `import osquery` 4. `osquery.SpawnInstance()` Expected: ``` ``` Observed: ``` >>> core.mk_instance() Traceback (most recent call last): File...

Needing to update https://github.com/osquery/osquery-python/blob/master/osquery/__init__.py#L7 is error prone. Probably the whole build system should be overhauled.