Dashboard redirectors - ttpreport/ligolo-mp GitHub Wiki
Redirectors allow to redirect traffic from a port on a machine with an established session to any specified address and port. This is mainly used to chain agents together to reach the server from network segments without direct external network access: you redirect traffic from one agent to another until you end up in one that can reach the server.
But of course, the functionality is very generic, so you can get creative and, for example, expose a local port 25 to external port 9925 by configuring a redirector from 0.0.0.0:9925
to 127.0.0.1:25
.
[!NOTE] You can have unlimited amount of redirectors per session
Creating redirector
While in sessions pane, select a session you want to add a redirector to and access context menu by pressing Enter
:
Select Add redirector
and you will be presented with the form:
Here, you can specify a "from" - an address the redirector will listen to. Then, "to" - an address to redirect the traffic to. Then you select the type of redirector: TCP or UDP.
Removing redirector
Navigate to the redirectors pane by pressing Tab
, then select a redirector you want to remove and access context menu by pressing Enter
. The only option available there is "Remove".