-
-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python-yenc: add package #3928
python-yenc: add package #3928
Conversation
yEnc is a binary-to-text encoding scheme for transferring binary files in messages on Usenet or via e-mail. The Python module can be also used on several Capture the Flags to solve InfoSec challenges by yEnc decoding.
no update since 2014 and it's working with python 3.11 ? |
Yes, it works. You can test it by solving this simple challenge: https://cybertalents.com/challenges/network/hidden-in-plain Writeup for faster test: https://abdelrahman671.github.io/posts/Hidden-In-Plain/ Just note that for the writeup working script, you need the latest python-pyshark (I bumped the latest version on #3929) |
Have you checked the source code for obvious backdoors or similar? As it has zero states, a quick check would be good They still react to PRs, so I think it's fine to add it if the code is ok and it works. |
Yes I checked. There are no evidences of backdoors or similar. Did you experience a case where a proposed tool in BlackArch hid a backdoor? |
I'm not competent to review C code. |
yEnc is a binary-to-text encoding scheme for transferring binary files in messages on Usenet or via e-mail. The Python module can be also used on several Capture the Flags to solve InfoSec challenges by yEnc decoding.