mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-06 18:11:30 +00:00

* Add a template to use FlareSolverr for bypassing m-team's CloudFlare protection Example usage: - flaresolverr_url: http://flaresolverr-app-1:8191/v1 - cookies_value_tp: value of the tp key of your cookies - userid: your m-team userid * Update tpl_history.json for m-team-cookie-flaresolverr * Update tpls_history.json Co-authored-by: a76yyyyy <56478790+a76yyyy@users.noreply.github.com>
1 line
447 B
JSON
1 line
447 B
JSON
[{"request":{"method":"POST","url":"{{flaresolverr_url}}","headers":[{"name":"Content-Type","value":"application/json"}],"cookies":[],"data":"{\n \"cmd\": \"request.get\",\n \"url\":\"https://kp.m-team.cc/userdetails.php?id={{userid}}\",\n \"cookies\": [{\"name\": \"tp\", \"value\": \"{{cookies_value_tp}}\"}],\n \"maxTimeout\": 60000\n}"},"rule":{"success_asserts":[{"re":"200","from":"status"}],"failed_asserts":[],"extract_variables":[]}}] |