Chronos Modules
ULP Sorter
Smart Categorization Engine
Sorts url:log:pass files by credential type and pattern
Features
- Automatic categorization: MailPass, UserPass, PhonePass, UrlLogPass, LogPass
- Pattern-based filtering with regex support
- Separate output files for each category
- Optional deduplication within sorted files
- Fast Search: Performance improvement (premium feature)
Common Use Cases
- Separate email credentials from usernames
- Extract phone number logins
- Filter by specific patterns within categories
- Organize mixed-format credential dumps
ULP Extractor
Archive Mining Tool
Extracts credentials from password files and archives
Features
- Searches for password files (passw*.txt patterns)
- Recursive archive extraction (ZIP, RAR, 7Z)
- Path filtering with mask patterns
- Regex filtering for specific content
Common Use Cases
- Process stealer log archives
- Extract credentials from nested archives
- Filter by specific file paths or patterns
- Consolidate passwords from multiple sources
ULP Cleaner
Data Validation & Cleaning
Validates and cleans url:log:pass formatted data
Features
- Validates credential format using parser
- Removes protocols and cleans URLs
- Separates into “normal” and “bad” outputs
- Filters spam/ads patterns
Common Use Cases
- Clean raw credential dumps
- Remove invalid/corrupted entries
- Prepare data for further processing
- Validate URL:login:password format
CIS Cleaner
Blacklist-based Filtering Filters lines based on configurable blacklist patterns
Features
- Blacklist pattern matching
- Fast regex-based processing
- Separate outputs for cleaned and blacklisted lines
Common Use Cases
- Remove unwanted entries based on patterns
- Filter data using blacklist rules
- Clean databases by removing matched content
LP Cleaner
Advanced Validation Engine
Advanced cleaner for log:pass format
Features
- Login/password length validation (min/max)
- Password complexity requirements (uppercase, lowercase, digits, special chars)
- Email format validation (optional)
- Separates valid and invalid entries
Common Use Cases
- Filter by password strength
- Validate email:password lists
- Enforce password policy requirements
- Clean data for specific services
Anti-Public
Find Unique Credentials
Compares against your stored database to find new entries
Features
- Identify credentials not in your existing collection
- Fast in-memory comparison
- Low-memory mode using hashes
- Optional update of stored database
Common Use Cases
- Find new unique credentials
- Compare against previous collections
- Build a master database over time
- Differential analysis between datasets
Joiner
File Consolidation Tool
Merges multiple files into one
Features
- Combine split files
- Merge different sources
- Optional deduplication
- Format preservation
Common Use Cases
- Reassemble split files
- Combine multiple databases
- Consolidate results
Deduper
Duplicate Line Removal
Efficiently removes duplicate lines from text files
Features
- Fast deduplication algorithm
- Memory-efficient processing
- Preserves original order
- Handles large files with ease
Common Use Cases
- Remove duplicate credentials
- Clean repetitive data
- Optimize file size
- Ensure unique entries only
Splitter
File Division Tool
Splits large files into manageable chunks
Features
- Configurable chunk size
- Line-based splitting (no data corruption)
- Sequential naming
- Progress tracking
Common Use Cases
- Break down TB-sized files
- Prepare data for parallel processing
- Create manageable file sizes
Filter
Advanced Pattern Matching
Advanced filtering using regular expressions
Features
- Complex regex pattern support
- Include/exclude modes (invert filter)
Common Use Cases
- Extract specific patterns
- Remove unwanted data
- Complex data filtering
- Custom search operations