Krantz Sort
Bulk file processing at millions of lines per second. Requires Pro plan.
Install & Launch
krantz sort Modules
| Module | Description |
|---|---|
| Deduper | Remove duplicate lines, preserving order. Optional case-insensitive mode. |
| ULP Cleaner | Strip tracking parameters from URLs in URL:Login:Pass lines. |
| LP Cleaner | Validate Login:Password pairs against length and complexity rules. |
| Filter | Keep or remove lines by substring or regex pattern. |
| Splitter | Split files by line count or into N equal parts. |
| Joiner | Merge multiple files into one, with optional dedup and sort. |
| CIS Cleaner | Remove lines with CIS email domains (mail.ru, yandex.ru, bk.ru, etc.). |
| Lookup | Filter or flag entries found in a local reference database. Supports 100M+ entries. |
| Domain Counter | Count and rank email domains. Outputs sorted domain:count pairs. |
| ULP Sorter | Categorize URL:Login:Pass lines by login type (email, phone, username). |
| Archive Extractor | Extract text from ZIP archives, including password-protected ZIPs. |
Only one module runs at a time. Each run saves results to a timestamped subfolder under the output directory.
Settings
Output directory — default ~/Documents/krantz/sorter/. Each run creates a timestamped subfolder.
Separator — character used to parse input lines:
| Separator | Example |
|---|---|
Colon : (default) | [email protected]:password |
Semicolon ; | [email protected];password |
| Tab | [email protected] password |
Pipe \| | [email protected]\|password |
Select a module from the sidebar to see its specific options.