google / nogotofail

An on-path blackbox network traffic security testing tool
Apache License 2.0
2.94k stars 418 forks source link

Python 3? #133

Open mrbluecoat opened 3 years ago

mrbluecoat commented 3 years ago

Any plans to migrate to Python 3?

chadbrubaker commented 3 years ago

I've had a WIP branch to do that but havent gotten around to completing it (2to3 does not have a good time unfortunately since this is a lot attempted parsing of network traffic for matching) I'll try and clean it up and make sure its fully working when I get some free time.

mrbluecoat commented 3 years ago

A quickstart would also be awesome... Perhaps a more detailed version of https://groups.google.com/g/nogotofail/c/lB9f8TPZlb0/m/ABhaLIDhEqkJ

Update: https://github.com/google/nogotofail/blob/dev/docs/gce/readme.md is good. Any chance you could create a version with WireGuard or Strongswan IPSEC IKEv2 instead of OpenVPN?