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

New Analyzer: Base64AsciiAnalyzer #166

Closed
d-Rickyy-b opened this issue Jan 31, 2020 · 5 comments
Closed

New Analyzer: Base64AsciiAnalyzer #166

d-Rickyy-b opened this issue Jan 31, 2020 · 5 comments
Labels
Difficulty: Easy This is an easy issue which should not take a lot of time hacktoberfest Label for issues suited for the Hacktoberfest event New Analyzer For suggesting a new analyzer

Comments

@d-Rickyy-b
Copy link
Owner

Implement a new analyzer that subclasses Base64Analyzer and only returns True if the found base64 decodes to valid ascii characters.

We can overwrite the verify method and call super().verify(results) before doing our base64 ascii decoding.

@d-Rickyy-b d-Rickyy-b added New Analyzer For suggesting a new analyzer Difficulty: Easy This is an easy issue which should not take a lot of time hacktoberfest Label for issues suited for the Hacktoberfest event help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Jan 31, 2020
@jonahrosenblum
Copy link
Contributor

I'd like to take a shot at this.

@d-Rickyy-b
Copy link
Owner Author

Thanks, I'd be very happy about that. If you have any questions, feel free to ask!

@jonahrosenblum
Copy link
Contributor

Hey, I tried to send you a message on telegram but I'm not sure if it reached you. I have some questions about getting the databases to work, test cases, etc. if you don't mind.

@d-Rickyy-b
Copy link
Owner Author

Hi there, I did not receive any message so far. You sent your message the right way? https://t.me/d_Rickyy_b is my username :)

@jonahrosenblum
Copy link
Contributor

I believe it sent correctly this time, please let me know if you still did not receive anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Easy This is an easy issue which should not take a lot of time hacktoberfest Label for issues suited for the Hacktoberfest event New Analyzer For suggesting a new analyzer
Projects
None yet
Development

No branches or pull requests

2 participants