Firefox Addons

Retrieves the list of addons for Firefox in the target system.:

Query

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

Additional Query Info

  • Version: 1.6.1
  • Platform: posix
  • Interval: 86400

JSON

{
  "queries": {
    "Firefox Addons": {
      "query": "select firefox_addons.* from users join firefox_addons using (uid);",
      "interval": "86400",
      "platform": "posix",
      "version": "1.6.1",
      "description": "Retrieves the list of addons for Firefox in the target system.",
      "value": ""
    }
  }
}