.. generated, remove this comment to keep this file ``sockets.unix`` ================ .. code-block:: console $ target-query -f sockets.unix .. list-table:: Details :widths: 20 80 * - Module - ``os.unix.linux.sockets.NetSocketPlugin`` * - Output - ``records`` **Module documentation** No documentation **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.