Js逆向爬虫基础篇

这里写自定义目录标题

  • 逆向技巧
    • 断点
    • [一 、请求入口定位](#一 、请求入口定位)
      • [1. 关键字搜索](#1. 关键字搜索)
      • [2. 请求堆栈](#2. 请求堆栈)
      • [3. hook](#3. hook)
      • [4. JSON.stringify](#4. JSON.stringify)
    • 二、响应入口定位:
      • [1. 关键字搜索](#1. 关键字搜索)
      • [2. hook](#2. hook)
      • [3. JSON.parse](#3. JSON.parse)

逆向技巧

断点

  1. 普通断点

  2. 条件断点

  3. 日志断点

  4. XHR断点

一 、请求入口定位

1. 关键字搜索

复制代码
	 key关键字
	 方法关键字: encrypt  decrypt
   . headers关键字
	 路径关键字
		 interceptors:
		      interceptors.request.use(fn1)
		      interceptors.request.use(fn2)
		      interceptors.response.use(fn3)
		      interceptors.response.use(fn3)
		      n = n.then(t.shift(), t.shift());

2. 请求堆栈

3. hook

4. JSON.stringify

二、响应入口定位:

1. 关键字搜索

2. hook

3. JSON.parse

相关推荐
深蓝电商API11 小时前
Referer 校验原理
爬虫·referer
天空11013 小时前
你的网站在 AI 眼里是什么样:三类「人能看见、AI 看不见」的内容
爬虫·seo
zx_7414848118 小时前
【Python入门】爬虫实战:Requests + XPath 从基础到实战
开发语言·爬虫·python
for_ever_love__20 小时前
python爬虫: GET请求与POST请求
开发语言·爬虫·python·网络编程
IT毕设实战小研1 天前
基于安卓的考研资讯系统设计与实现
android·大数据·vue.js·爬虫·python·考研·课程设计
IT毕设实战小研1 天前
基于安卓的空气质量查询系统
android·大数据·vue.js·爬虫·python·django·课程设计
benchmark_cc1 天前
1000只ETF的5分钟K线如何批量获取?QuantDash分页策略与高性能Python实践
开发语言·人工智能·爬虫·python·算法·quantdash·量化数据源
跨境观察员小周1 天前
Crawl4AI 零基础入门:网页爬虫保姆级教程
爬虫
绘梨衣5472 天前
异步任务队列-学习2
爬虫·python·学习·任务队列
Python大数据分析@2 天前
推荐一个好用的爬虫CLI工具
爬虫·网络爬虫