convert tncc-wrapper.py to Python 3.x, and include tncc-emulate.py

Addresses #91 (closed)

Good news: it's easy to make tncc-wrapper.py run with Python 3.x (it's basically just a shell script)

Bad news: it relies on a binary tncc_preload.so which needs to be built from https://github.com/russdill/ncsvc-socks-wrapper, and has other transitive dependencies

Conclusion: we rely should just use russdill's tncc.py spoofer, which I've already ported to Python 3.x

  • Added a modernized Python 3.x version under the name of tncc-emulate.py (original author confirmed he's fine with this!)
Edited by Daniel Lenski

Merge request reports

Loading