nicocha30 / ligolo-ng

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

Allow specifying trusted cert fingerprint #50

Closed ecki closed 4 months ago

ecki commented 9 months ago

Instead of -ignore-cert just implement an option --accept-cert <fingerprint> and check the fingerprint (make sure to print it when generating a self signed cert), this way it’s least overhead and most secure option and you no longer need to deprecate it.

nicocha30 commented 9 months ago

Good idea! I will implement this ASAP.

nicocha30 commented 4 months ago

Implemented in Ligolo-ng v0.6!