Join Slack
Powered by
ok, well this is the tls plugin for distributed: <...
# general
m
marpaia
01/23/2017, 9:38 PM
ok, well this is the tls plugin for distributed:
https://github.com/facebook/osquery/blob/master/osquery/distributed/plugins/tls.cpp
notice the methods
TLSDistributedPlugin::getQueries
and
TLSDistributedPlugin::writeResults
. if you add a new plugin, you would have to implement both methods in your new plugin
Open in Slack
Previous
Next