Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

D3vil0p3r
Copy link
Contributor

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.

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.
@D3vil0p3r D3vil0p3r marked this pull request as ready for review August 2, 2023 12:13
@D3vil0p3r D3vil0p3r requested a review from noptrix as a code owner August 2, 2023 12:13
@noraj
Copy link
Contributor

noraj commented Aug 2, 2023

no update since 2014 and it's working with python 3.11 ?

@D3vil0p3r
Copy link
Contributor Author

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)

@ikstream
Copy link
Member

ikstream commented Aug 6, 2023

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.

@D3vil0p3r
Copy link
Contributor Author

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?

@D3vil0p3r
Copy link
Contributor Author

@ikstream @noraj I'm reviewing all my open PRs. Did you analyze this one?

@noraj
Copy link
Contributor

noraj commented Jul 1, 2024

I'm not competent to review C code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants