Browser Plugins

Retrieves the list of C/NPAPI browser plugins in the target system.:

Query

select browser_plugins.* from users join browser_plugins using (uid);

Additional Query Info

  • Version: 1.6.1
  • Platform: darwin
  • Interval: 86400

JSON

{
  "queries": {
    "Browser Plugins": {
      "query": "select browser_plugins.* from users join browser_plugins using (uid);",
      "interval": "86400",
      "platform": "darwin",
      "version": "1.6.1",
      "description": "Retrieves the list of C/NPAPI browser plugins in the target system.",
      "value": ""
    }
  }
}