Formats
Chronos offers versatile parsing and output formats to handle a broad range of data contexts. By accommodating multiple file structures, Chronos ensures no credential, combo, or log is left behind during processing.
Supported Formats
URL:Login:Password (ULP)
The ULP format is the primary credential format used throughout Chronos. It stores the source URL, username, and password as a three-part entry.
See detailed ULP format specificationExample ULP Entries:
example.com:username:password123
https://example.org:admin:securepass
mail.service.net:[email protected]:p@ssw0rd!
ULP is the most versatile format as it maintains the complete context of credentials (where they came from, login details, and authentication).
Format Handling by Module
Different Chronos modules have specific capabilities and requirements for data formats:
Format Conversion
Chronos provides several ways to convert between formats:
To convert ULP format to Login:Pass:
- Use the UlpSorter module with the
Log:Pass
output format
Best Practices for Format Management
By understanding and properly managing data formats within Chronos, you can ensure seamless processing across modules and maintain the integrity of your valuable data.