sockets.unix
¶
$ target-query <path/to/target> -f sockets.unix
Module |
|
Output |
|
Module documentation
Linux volatile net sockets plugin.
Function documentation
This plugin yields the unix sockets and available stats associated with them.
Yields UnixSocketRecord with the following fields:
hostname (string): The target hostname.
domain (string): The target domain.
protocol (string): The protocol used by the socket.
flags (bytes): The flags associated with the socket.
type (string): The stream type of the socket.
state (string): The state of the socket.
inode (int): The inode associated to the socket.
path (string): The path associated to the socket.