#211·flowsint

[功能] Maigret Enricher: 扫描所有站点、绕过 Cloudflare 并改进终端日志记录

作者: PrinceBunBun981创建于 2026年8月12日更新于 2026年9月18日
标签enhancement

[ { "name": "MAX_CONNECTIONS", "type": "number", "description": "Number of concurrent connections to use for the scan", "required": False, "default": "25", }, { "name": "SCAN_ALL_SITES", "type": "select", "description": "Perform a scan of the username across all sites instead of the top 500 (takes longer)", "required": False, "default": "false", "options": [ {"label": "Enabled", "value": "true"}, {"label": "Disabled", "value": "false"}, ], }, { "name": "CLOUDFALRE_BYPASS", "type": "select", "description": "Bypass Cloudflare protection using Flaresolverr or Trawl", "required": False, "default": "true", "options": [ {"label": "Enabled", "value": "true"}, {"label": "Disabled", "value": "false"}, ], }, { "name": "CLOUDFALRE_BYPASS_URL", "type": "url", "description": "Flaresolverr or Trawl URL", "required": False, }, ]

The main issue I ran into when trying out a way to implement using the Cloudflare bypass was that Maigret depends on a settings.json for configuring the modules:

内容来源: reconurge/flowsint