Commit Graph

5 Commits

Author SHA1 Message Date
github-actions[bot]
408cb0e346
Update HAR: m-team-cookie-flaresolverr (#542)
Co-authored-by: a76yyyy <a76yyyy@users.noreply.github.com>
2024-02-18 12:21:15 +08:00
Sinkerine
a4230dfce8
Update m-team flaresolverr HAR description and format the HAR content (#540)
The cookies param in requests is supported in
https://github.com/FlareSolverr/FlareSolverr/releases/tag/v3.2.0, the
fork of FlareSolverr is no longer needed for the HAR.
2024-02-18 08:12:43 +08:00
IITII
734572923c m-team 增加签到日志 2023-03-14 06:07:00 +00:00
Sinkerine
2448105ed4
Update m-team FlareSolverr har (#270)
* Update m-team FlareSolverr har

Changelog:
- Add domain to cookies which is required since FlareSolverr 3.0.0
- Add failed asserts to check again the response of FlareSolverr

Before the User cookies support mentioned in
https://github.com/FlareSolverr/FlareSolverr/issues/650 is implemented in the
official repo, the har only works with this docker image:
`15cm/flaresolverr:3.0.0` or onward. The docker image is built from
https://github.com/15cm/FlareSolverr .

Fix https://github.com/qiandao-today/templates/issues/225

* Add everything before </title> of FlareSolverr response to har __log__

The FlareSolverr response status is before the response body that contains
"</title>". If the user name can be found in the title, it means the login
succeeded. The __log__ looks like this:
 {"status": "ok", "message": "Challenge not detected!", "solution": {"url": "https://kp.m-team.cc/userdetails.php?id=<userid>", "status": 200, "captcha_type": null, "cookies": [{"domain": "kp.m-team.cc", "httpOnly": false, "name": "tp", "path": "/", "secure": false, "value": "<tp_cookie>"}], "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36", "headers": {}, "response": "<html xmlns=\"http://www.w3.org/1999/xhtml\"><head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n<meta name=\"generator\" content=\"NexusPHP\">\n<title>M-Team - TP :: \u7528\u6236\u8a73\u60c5 - <username> - Powered by NexusPHP</title>
2023-01-08 10:12:07 +08:00
Sinkerine
13739f57be
Add a template to use FlareSolverr for bypassing m-team's CloudFlare Protection (#228)
* 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>
2022-07-17 15:47:35 +08:00