04-10-2025, 03:34 AM
Scans folders, finds .txt files with email:password, and cleans them in place. Deletes garbage lines, filters only .IT emails, skips weak passwords and hashes. Built in C++17, uses all your threads. No bloat.
Features
[*]Multi-core speed
[*]In-place file cleaning
[*]Archive detection (zip, rar, 7z, etc.)
[*]Skips junk lines, hashes, worst passwords
[*]Keeps clean email:password combos.
How to Use
https://pasted.pw/view.php?id=3712
Features
[*]Multi-core speed
[*]In-place file cleaning
[*]Archive detection (zip, rar, 7z, etc.)
[*]Skips junk lines, hashes, worst passwords
[*]Keeps clean email:password combos.
How to Use
- Place worst_passwords.txt in the same folder so it removes weak passwords, you can download it from here: https://github.com/danielmiessler/SecLis...100000.txt
- Compile the code with any C++17 compiler
- Run it and enter the full base path to get clean
- All .txt files will be overwrited, and archives will be logged
https://pasted.pw/view.php?id=3712