xdavidhu / lanGhost

👻 A LAN dropbox chatbot controllable via Telegram
MIT License
353 stars 60 forks source link

HTTPS support #11

Closed ghost closed 6 years ago

ghost commented 6 years ago

Do you have any plans to add https support to 'mitm' and 'replaceimg' functions?

xdavidhu commented 6 years ago

Hi!

Unfortunately it's not possible to add HTTPS support to the attacks, because HTTPS connections are encrypted and can't be easily modified. There are techniques out there for downgrading HTTPS connections to HTTP (eg. sslstrip) but they don't always work reliably and can be messy so I decided not to use them with lanGhost.