browser_plugins

All C/NPAPI browser plugin details for all users.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: browser_plugins

  • Mac OSX

Table schema

Name Type Description
uid BIGINT The local user that owns the plugin
name TEXT Plugin display name
identifier TEXT Plugin identifier
version TEXT Plugin short version
sdk TEXT Build SDK used to compile plugin
description TEXT Plugin description text
development_region TEXT Plugin language-localization
native INTEGER Plugin requires native execution
path TEXT Path to plugin bundle
disabled INTEGER Is the plugin disabled. 1 = Disabled

Query examples

select * from users join browser_plugins using (uid)