Mainly the captcha inside the login page.
Note
leak-lookup.com could change their ASCII Fig-font, this project is un-tested with alternative fonts.
Only tested & supported font is zend-framework.flf
After querying GitHub for about 5 minutes I located the font they're using: zend-framework.flf.
The FLF class parses the Zend Framework FIGlet font file and provides methods to render ASCII art for any character.
The solver creates a database of character patterns by generating the ASCII art for each letter using the font parser.
When given a captcha, the solver:
- Slides a window across the ASCII art
- Compares each window to all known character patterns
- Calculates a similarity score for each potential match
- Selects the character with the highest score above a threshold
This repository is intended for educational and research purposes only. The code and content provided here are not affiliated with, endorsed by, or associated with leak-lookup.com or any related entities.
If you are a representative of leak-lookup.com and believe this repository violates your rights or terms of service, please contact me at legal@sys32.dev to request its removal. I will respond promptly to resolve the issue.
