Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/conkeyscan/conkeyscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def main(
:param username: The username of the account to be used
:param password: The according password OR an API key!
:param dict_path: The path to the dictionary file containing the keywords to search for, falls back to included dict
:param cql: A custom CQL query which must include KEYWORD_PLACEHOLDER at least once in the string which will be repalced by the keyword
:param cql: A custom CQL query which must include KEYWORD_PLACEHOLDER at least once in the string which will be replaced by the keyword
:param disable_ssl_checks: Specify whether to verify SSL/TLS certificates
:param rate_limit: Max requests per second
:param proxy: The HTTP or SOCKS proxy to be used (examples: socks5://127.0.0.1:1337 or http://127.0.0.1:8080 )
Expand Down