mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"presence_strings": [
|
|
"user not found",
|
|
"404",
|
|
"Page not found",
|
|
"error 404",
|
|
"username",
|
|
"not found",
|
|
"пользователь",
|
|
"profile",
|
|
"lastname",
|
|
"firstname",
|
|
"DisplayName",
|
|
"biography",
|
|
"title",
|
|
"birthday",
|
|
"репутация",
|
|
"информация",
|
|
"e-mail",
|
|
"body",
|
|
"html",
|
|
"style"
|
|
],
|
|
"supposed_usernames": [
|
|
"alex", "god", "admin", "red", "blue", "john"
|
|
],
|
|
"retries_count": 0,
|
|
"sites_db_path": "resources/data.json",
|
|
"timeout": 30,
|
|
"max_connections": 100,
|
|
"recursive_search": true,
|
|
"info_extracting": true,
|
|
"cookie_jar_file": null,
|
|
"ignore_ids_list": [],
|
|
"reports_path": "reports",
|
|
"proxy_url": null,
|
|
"tor_proxy_url": "socks5://127.0.0.1:9050",
|
|
"i2p_proxy_url": "http://127.0.0.1:4444",
|
|
"domain_search": false,
|
|
"scan_all_sites": false,
|
|
"top_sites_count": 500,
|
|
"scan_disabled_sites": false,
|
|
"scan_sites_list": [],
|
|
"self_check_enabled": false,
|
|
"print_not_found": false,
|
|
"print_check_errors": false,
|
|
"colored_print": true,
|
|
"show_progressbar": true,
|
|
"report_sorting": "default",
|
|
"json_report_type": "",
|
|
"txt_report": false,
|
|
"csv_report": false,
|
|
"xmind_report": false,
|
|
"graph_report": false,
|
|
"pdf_report": false,
|
|
"html_report": false,
|
|
"web_interface_port": 5000
|
|
} |