Winsecurity Info 1
select * from programs where name = 'Winsecurity.info';View Full Query Details
select * from programs where name = 'Winsecurity.info';View Full Query Details
select * from chrome_extensions join users using (uid) where name = 'Winsecurity.info';View Full Query Details
select ssid, network_name, security_type, last_connected, captive_portal, possibly_hidden, roaming, roaming_profile from wifi_networks;View Full Query Details
select * from launchd where \\
name = 'com.apple.machook_damon.plist' OR \\
name = 'com.apple.globalupdate.plist' OR \\
name = 'com.apple.appstore.plughelper.plist' OR \\
name = 'com.apple.MailServiceAgentHelper.plist' OR \\
name = 'com.apple.systemkeychain-helper.plist' OR \\
name = 'com.apple.periodic-dd-mm-yy.plist';View Full Query Detailsselect * from ( \\
select apps.bundle_short_version as xcode_version, \\
apps.path as xcode_path, \\
file.path, \\
file.type as file_type \\
from apps, file \\
where apps.bundle_name='Xcode' and \\
file.path like (apps.path || '/Contents/Developer/Platforms/%/Developer/SDKs/Library/%%') \\
) join hash using (path) where file_type = 'regular';View Full Query Detailsselect * from xprotect_reports;View Full Query Details
select * from launchd where name = 'com.apple.service.clipboardd.plist';View Full Query Details
select * from file where path in ('/bin/imin', '/bin/imout');View Full Query Detailsselect * from file where path in ('/usr/share/.zk', '/usr/share/.zk/zk', '/etc/1ssue.net', '/usr/X11R6/.zk', '/usr/X11R6/.zk/xfs', '/usr/X11R6/.zk/echo', '/etc/sysconfig/console/load.zk');View Full Query Details