FOR WINDOWS : Hi everyone: I am trying to run this...
# extensions
d
FOR WINDOWS : Hi everyone: I am trying to run this extension (file attached below:
python_config.ext
). I have placed this file in Extensions folder in the osquery root. I tried
.\osqueryd.exe --flagfile .\osquery.flags --verbose
but I am getting an error saying
E0208 12:58:29.730865  3680 watcher.cpp:702] Cannot create extension process: C:\Program Files\osquery\Extensions\python-config.ext
. I have set safe permissions according to this link: https://osquery.readthedocs.io/en/stable/deployment/extensions/#extensions-binary-permissions . Can anyone help me with this? cuz when I run this extension as
python python-config.ext --socket=\\.\pipe\shell.em
, it works perfectly and the extension is loaded
o
Does osquery support non-binary plugins? I don't believe it does. You'll have to use py2exe to compile it into an exe.