# Functions
NewDecoder decode Ligolo-ng packets.
NewEncoder encode Ligolo-ng packets.
No description provided by the author
NewNetInterfaces converts a net.Interface slice to a NetInterface slice that can be transmitted over Gob.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Bind to a listener.
No description provided by the author
No description provided by the author
No description provided by the author
Start a listener.
No description provided by the author
Bind to a socket.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ConnectRequestPacket is sent by the proxy to request a new TCP/UDP connection.
ConnectResponsePacket is the response to the ConnectRequestPacket and indicate if the connection can be established, and if a RST packet need to be sent.
Envelope is the structure used when Encoding/Decode ligolo packets.
HostPingRequestPacket is used when a ICMP packet is received on the proxy server.
HostPingResponsePacket is sent by the agent to indicate the requested host status.
InfoReplyPacket contains the Name of the agent and the network interfaces configuration.
InfoRequestPacket is sent by the proxy to discover the agent information.
LigoloDecoder is the struct containing the decoded Envelope and the reader.
LigoloEncoder is the structure containing the writer used when encoding Envelopes.
ListenerCloseRequestPacket is the packet sent when closing Listeners.
ListenerCloseResponsePacket is the response to ListenerCloseRequestPacket.
No description provided by the author
ListenerRequestPacket is used when a new listener socket is created by the proxy.
ListenerResponsePacket is used to indicate if the Listener was created, and send the ListenerID.
ListenerSockRequestPacket is used by the proxy when relaying a listener socket.
ListenerSockRequestPacket is the response to ListenerSockRequestPacket.
NetInterface is the structure containing the agent network informations.