nicocha30 / ligolo-ng

An advanced, yet simple, tunneling/pivoting tool that uses a TUN interface.
GNU General Public License v3.0
2.57k stars 258 forks source link

Cannot connect to proxy (from agent) when interface cannot be found #88

Closed 0xNoport closed 1 month ago

0xNoport commented 1 month ago

I had the redis service installed on linux and as redis user you cannot run ifconfig or ip addr (at least not on the machine that i was on) so it didn't let me connect to the proxy... Is there any workaround/possible fix? As any other user i was able to run ip addr and then also was able to connect to the proxy. (the machine i was working on was PG Practice: "Readys")

nicocha30 commented 1 month ago

Hey @0xNoport Do you have any idea how I can reproduce this issue?

0xNoport commented 1 month ago

No, I only know that it appears if the redis service can't list the interfaces.

nicocha30 commented 1 month ago

Tested on Redis Docker, without ifconfig/ip addr, no issues. Ligolo-ng does not use these commands.