usage: leakcheck [-h] [--type TYPE] [--limit LIMIT] [--offset OFFSET] [--public] [--api-key API_KEY] [--proxy PROXY] [--pretty] query
LeakCheck CLI Tool
positional arguments:
query The value to search for (email, username, etc.)
options:
-h, --help show this help message and exit
--type TYPE, -t TYPE Type of query (email, username, etc.). Will be auto-detected if not provided.
--limit LIMIT, -l LIMIT
Limit the number of results (max 1000, default 100)
--offset OFFSET, -o OFFSET
Offset the results (max 2500, default 0)
--public, -p Use the public API instead of the authenticated API.
--api-key API_KEY API key to authenticate with the LeakCheck service. If not provided, will attempt to read from environment variable.
--proxy PROXY Optional proxy to use for the requests (HTTP, HTTPS, SOCKS5 supported). If not provided, will attempt to read from environment variable.
--pretty Display prettified JSON output instead of a table.