Cred Finder 1.1 - Sorter Lines - @ai_wallets
Overview
Cred Finder is a user-friendly GUI application designed to parse text files containing YOUR OWN (😎) login credentials (URLs, usernames, passwords) and organize them based on specified services. It searches for matches with services listed in `services.txt` and saves results in structured formats, making it ideal for processing large datasets of credentials.
⚡️⚡️⚡️UPDATE ⚡️⚡️⚡️ 14.10.2025 New Feature 🔥🔥🔥
🆕 - TXT File Processing: Scan a single TXT file (e.g., base.txt) for service matches and save full matching lines to `Good/ULP base/<service>.txt` with duplicate removal.
Features
- Credential Parsing: Extract URLs, usernames, and passwords from text files.
- Service Matching: Match credentials against services listed in `services.txt`.
- Multiple Output Formats:
- Full Results: Save detailed credential blocks (folder, URL, username, password) to `Good/<service>.txt`.
- Lines Results: Save username-password pairs to `Good/Lines/<service> lines.txt` with duplicate removal.
- U*L*P Format: Save URL:username:password lines to `Good/U*L*P/BaseULP<timestamp>.txt` with duplicate removal.
- TXT File Processing: Scan a single TXT file (e.g., base.txt) for service matches and save full matching lines to `Good/ULP base/<service>.txt` with duplicate removal.
- Progress Tracking: Displays a progress bar and real-time logs in the GUI.
- Multi-threaded Processing: Efficiently processes files using a dedicated thread.
- Error Logging: Logs errors and progress updates in the GUI for easy troubleshooting.
Requirements
- Operating System: Windows
- Input Files:
- A folder containing text files.
- A single TXT file for TXT processing (e.g., base.txt with lines like `https://example.com/login:user:pass`).
- A `services.txt` file in the same directory as the executable, containing one service per line (e.g., `example.com`, `dichvusocks.net`).
Usage
1. Prepare Input Files:
- Need the folder with l*o*g*s
- Ensure `services.txt` is in the same directory as the executable, listing services to match against (one per line).
2. Run the Application:
- Launch `Cred Finder.exe` (Windows).
3. Using the GUI:
- Select Folder: Click "Select Folder" to choose the folder containing your credential files.
- Select TXT: Click "Select TXT" to choose a single TXT file for processing (optional, for ULP base output).
- Configure Output: Check the desired output formats (`Full Results`, `Lines Results`, `U*L*P`). All are enabled by default.
- Start Processing: Click "Start".
- Monitor Progress: View real-time progress via the progress bar and logs in the text area.
- Stop Processing: Click "Stop" to halt the process if needed.
4. Output:
- Good/<service>.txt: Detailed credential blocks for each matched service, including folder path, URL, username, and password.
Example:
```
-----------------— 01.10.2025 12:00:00
-----------------— FOLDER: D:/logs/7708887116
SITE: https://dichvusocks.net/login
USER: Admin
PASS: Admin
```
- Good/Lines/<service> lines.txt: Username-password pairs for each service, with duplicates removed.
Example:
```
Admin Admin
```
- Good/U*L*P/BaseULP<timestamp>.txt: All credentials in the format `URL:username:password`, with duplicates removed.
Example:
```
https://dichvusocks.net/login:Admin:Admin
```
- Good/ULP base/<service>.txt: Full matching lines from the selected TXT file for each service, with duplicates removed.
Example for dichvusocks.net:
```
https://dichvusocks.net/register:Admin:1122
https://dichvusocks.net:Admin1:123
https://dichvusocks.net/login:Admin2:786
```
Notes
- Ensure `services.txt` is correctly formatted and present in the same directory as the executable.
- The application creates `Good`, `Good/Lines`, `Good/U*L*P`, and `Good/ULP base` folders automatically if they don't exist.
- Results are appended to existing `<service>.txt` files, while `Lines` and `U*L*P` files are overwritten with unique entries.
Troubleshooting
- Missing services.txt: Ensure `services.txt` is in the same directory as `Cred Finder.exe`.
- File Errors: Verify that input files are correctly formatted and accessible.
Updates and Support
For the latest updates, support, and additional tools, join our Telegram channel
Related Tools: click crypto tools, parsers, checkers, converters and etc
The author of Cred Finder does not hold any responsibility for the misuse of this tool. Parsing or using credentials without prior consent is illegal and punishable by law. Use this tool responsibly and only with permission or to test your own logins and passwords.