Listening Ports
select * from listening_ports;View Full Query Details
select * from listening_ports;View Full Query Details
select liu.*, p.name, p.cmdline, p.cwd, p.root from logged_in_users liu, processes p where liu.pid = p.pid;View Full Query Details
select distinct pid, path from process_open_files where path not like '/private/var/folders%' and path not like '/System/Library/%' and path not in ('/dev/null', '/dev/urandom', '/dev/random');View Full Query Detailsselect distinct pid, family, protocol, local_address, local_port, remote_address, remote_port, path from process_open_sockets where path <> '' or remote_address <> '';View Full Query Details
select opera_extensions.* from users join opera_extensions using (uid);View Full Query Details
select * from pci_devices;View Full Query Details
select * from process_envs;View Full Query Details
select * from block_devices where type = 'Virtual Interface';View Full Query Details
select * from users join shell_history using (uid);View Full Query Details
select * from smbios_tables;View Full Query Details