nicocha30 / ligolo-ng

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

Some mistake in readme #83

Closed MelForze closed 2 months ago

MelForze commented 2 months ago

Hi, you should change the command in the readme to add a route on macOS. In the readme

sudo route add -net 192.168.2.0/24 interface utun4

Should be:

sudo route add -net 192.168.2.0/24 -interface utun4

And thank you so much for adding macOS support :)

nicocha30 commented 2 months ago

Woops! My bad. I will update the README ASAP. Have you tested Ligolo-ng on MacOS? I will need feedback since I have not been able to test it extensively.

MelForze commented 2 months ago

Woops! My bad. I will update the README ASAP. Have you tested Ligolo-ng on MacOS? I will need feedback since I have not been able to test it extensively.

Yeah, I did. Everything works fine, haven't noticed anything yet :) If I notice anything, I'll post the issue later!