Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

πŸ› οΈ 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

Common Use Cases

  • Separate email credentials from usernames
  • Extract phone number logins
  • Filter by specific patterns within categories
  • Organize mixed-format credential dumps

🧹 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

πŸ“€ 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

✨ 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

βœ‚οΈ 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

πŸ”— 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

πŸ” 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