Documentation
Common Formats
Understanding the data formats supported by Quantium software for optimal processing and analysis.
Url:log:pass Formats
URL-First Patterns
Standard format with URL component first
example.com:username:password
example.com;username;password
example.com|username|password
example.com username password
https://example.com:username:password
mail.example.com:[email protected]:password123
Login-First Patterns
Alternative format with login component first
username:password:example.com
username;password;example.com
username|password|example.com
username password example.com
[email protected]:password:mail.example.com
log:pass Format
Simplified format without URL
Supported Separators
:
(colon - default), ;
(semicolon), |
(pipe), or space
Proxy Formats
Supported protocols: HTTP/HTTPS, SOCKS4, SOCKS5
Basic Formats
Host:Port
127.0.0.1:9050
Host:Port:User:Pass
proxy.example.com:8080:username:password
Host:Port@User:Pass
User:Pass@Host:Port
username:[email protected]:8080
User:Pass:Host:Port
Protocol-Specific Formats
Proto://Host:Port
socks5://127.0.0.1:9050
http://proxy.example.com:8080
Proto://Host:Port:User:Pass
Proto://Host:Port@User:Pass
Proto://User:Pass@Host:Port
socks5://user:[email protected]:9050
Proto://User:Pass:Host:Port
Alternative Formats
Host:Port|Proto
192.168.1.1:8080|http
Host:Port|Proto:User:Pass
127.0.0.1:9050|socks5:username:password
Default Protocol
When no protocol is specified, proxies default to SOCKS5