LocalXpose is free/subscription based tool which enables local services/applications to be exposed over the internet. Insiders as well as threat actors can use this tool to perform variety of malicious tasks. Although, the tool requires an authentication token of which free token can be obtained from the website.
In order to install the localxpose, it can be done directly via choco, npm, snap etc. as well as downloadable binaries are provided that can be executed on the fly.
npm install -g loclx | Downloadable binaries
Exeuting the loclx command provided with the API key to authenticate and generate a tunnel.
loclx account login
Exeuting the binary to generate a local tunnel by binding it to the local service running on TCP ports.
loclx tunnel tcp/udp --port <PORT>
Executing the binary to generate a local tunnel by binding it to a local web server running on port 80.
loclx tunnel http --port <PORT>
Executing the binary to generate a local tunnel by binding it to the local file system exposed over port 80.
loclx tunnel http --port <PORT>
Executing the binary to generate a local tunnel by binding it to the local web server hosting phishing sites.
loclx tunnel http --port <PORT>