sensepost / snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Other
429 stars 128 forks source link

Add SSL support for the sync web server #34

Open maximcherny opened 9 years ago

maximcherny commented 9 years ago

The Flask web server used to perform data sync could benefit from having SSL support so that the base64 encoded data can be transmitter over an encrypted connection.

Please let me know if you need a pull request for:

https://github.com/maximcherny/snoopy-ng/commit/8a4868b1e43e797950b70c753a99ebd357954f1a

glennzw commented 9 years ago

SSL support would be great, thanks for the offer. Yes please on the pull request.

Also on my to-do list is incorporating the sync server into a real webserver - Apache, nginx, etc. Flask isn't great for high loads, and should really only be used for testing. I've got a solution half working.