ordinary-hacker
ordinary-hacker
I'm going to see if I fix this
Done, now just wait for it to be merged and see if the checks pass :D
I'm going to add this once I have time, probably tomorrow going to start working on it
Alright, so TLS over TCP and DTLS over UDP. I choose these two because most commom payloads (e.g. `bash -i` payloads) should be easy to adapt by adding `openssl` somewhere...
@futurist I have been trying to revive and revamp this project, and I think the best option is to get rid completely of Google translation and rather just use zhconv...
Though in general I think it's better to straight up use hardcoded translations rather than complex logic with APIs.
ok, finally it seems I found a dead issue to do something :D I'll add this
ok I've made some progress, I just have a bunch of bugs to fix to be ready to do a PR
prob going to finish later, like in a week I think
I also see a similar warning with lots of other python tools, essentially the `pkg_resources` module which is part of setuptools is being deprecated, however lots of python tools do...