New Analyzer: Base64AsciiAnalyzer #166
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
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.The text was updated successfully, but these errors were encountered: