nicocha30 / ligolo-ng

An advanced, yet simple, tunneling/pivoting tool that uses a TUN interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how too forwd localhost

never-ask-why opened this issue · comments

ex : - if tomcat is runnning on port 127.0.0.1:8080
how to access it

Hey you can add listener via listener_add command, check out the README.md

@AdMediastic smh I've been trying to do that for a bit now but I always get "listen tcp target:8000: bind: address already in use"

@AdMediastic smh I've been trying to do that for a bit now but I always get "listen tcp target:8000: bind: address already in use"

Hey @Pibbs

Can you use ss -ntlpu and see if there are any services running on port 8000
If so, you can get the PID of the same and use sudo kill <PID> command
Make sure you run all of the above commands on target machine
If it's windows, you can use netstat ano and taskkill

And then try adding the listener in ligolo

I hope this helps!

@AdMediastic I appreciate the response but you missed the point. I already know there's something running on that port on the remote machine. The goal was to use ligolo to set up a reverse port forward so I could enumerate/navigate to that local port on the agent.

From what I've seen it looks like the author of ligolo is working on implementing that but hasn't yet, so I just ended up using chisel.

Duplicates #15