mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-23 05:39:22 +08:00
429 B
429 B
任务:抓取这5页的数字,计算加和并提交结果
https://match.yuanrenxue.com/match/12
查看请求地址
https://match.yuanrenxue.com/api/match/12?page=1&m=eXVhbnJlbnh1ZTE%3D
其中m是加密参数
m=eXVhbnJlbnh1ZTE%3D
打断点调试
"m": btoa('yuanrenxue' + window.page)
很简单,直接上python代码