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

⚙️ Configuration

Global Settings

Output Directory

  • Default: %AppData%/quantium-vx/chronos/output (Windows)
  • Each run creates a timestamped subdirectory
  • Custom location can be set in the application

Thread Count

  • Default: Automatically detects CPU cores
  • Currently used for parallel archive extraction in ULP Extractor
  • Controls Rayon thread pool size

Buffer Size

  • Default: 10,000,000 lines
  • Controls when data is flushed to disk
  • Prevents excessive memory usage during processing

🔧 Module-Specific Settings

📦 Archive Processing

  • Password List: Text file with one password per line

Deduplication

  • Fast Mode: Quick hash-based comparison
  • Compressed Mode: Slower but more thorough

📄 Supported Formats

🔐 Credential Formats

Chronos processes credentials in various formats. See Common Data Formats for standard formats.

Additional Chronos Formats:

  • Log:Pass:URL - user123:pass456:https://example.com

Output Formats:

  • UrlLogPass: URL:LOGIN:PASSWORD
  • LogPassUrl: LOGIN:PASSWORD:URL
  • LogPass: LOGIN:PASSWORD
  • Normal: Multi-line format
    Host: URL
    Login: LOGIN
    Password: PASSWORD
    

File Types

  • Text files (.txt)
  • Archives (.zip, .rar, .7z) with password support
  • Mixed format directories

Format Requirements

  • Minimum 3 characters per field
  • Valid URL format required for URL fields
  • UTF-8 encoding supported

⚡ Performance Tips

Storage

Speed is Everything!

  • SSD strongly recommended for optimal performance
  • Use CrystalDiskMark to verify disk speed
  • Fast I/O is critical for processing large files

Memory

  • Buffer automatically flushes at 10M lines
  • Each line consumes ~100-200 bytes in memory
  • Monitor RAM usage with large datasets