Tribe Bot
select * from file where path in ('/dev/wd4');View Full Query Detailsselect * from file where path in ('/dev/wd4');View Full Query Detailsselect * from file where path in ('/usr/bin/soucemask', '/usr/bin/sourcemask');View Full Query Detailsselect * from file where path in ('/dev/tux', '/usr/bin/xsf', '/usr/bin/xchk');View Full Query DetailsSELECT * FROM registry WHERE path='HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA' AND data=0;View Full Query Details
select feeds.*, p2.value as sparkle_version from (select a.name as app_name, a.path as app_path, a.bundle_identifier as bundle_id, p.value as feed_url from (select name, path, bundle_identifier from apps) a, plist p where p.path = a.path || '/Contents/Info.plist' and p.key = 'SUFeedURL' and feed_url like 'http://%') feeds left outer join plist p2 on p2.path = app_path || '/Contents/Frameworks/Sparkle.framework/Resources/Info.plist' where (p2.key = 'CFBundleShortVersionString' OR coalesce(p2.key, '') = '');View Full Query Details
select * from registry where key='HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\262144'View Full Query Details
select * from registry where key='HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\262144\Paths'View Full Query Details
select * from registry where key like 'HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\262144\Paths\%\ItemData'View Full Query Details
select * from programs where name like 'unTabs%';View Full Query Details
select * from chrome_extensions join users using (uid) where name like 'unTabs%';View Full Query Details