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

相关推荐
电商API_1800790524713 小时前
Python 实现闲鱼商品列表批量采集,接口异常重试机制搭建
大数据·开发语言·数据库·爬虫·python
绘梨衣54716 小时前
采集基类设计遇到的描述符bug
爬虫·python·bug
如烟花的信页20 小时前
*花顺cookie逆向分析
javascript·爬虫·python·js逆向
qq36219670520 小时前
Telegram APK 下载安装完整指南 — 2026年最新
android·人工智能·爬虫·chatgpt·智能手机
yijianace21 小时前
Python爬虫项目实战:从 BeautifulSoup 到 XPath
爬虫·python·beautifulsoup
金融RPA机器人丨实在智能1 天前
工程线索工具合规避坑指南:使用开源爬虫抓取数据会触犯法规吗?实在Agent给出了安全答案
人工智能·爬虫·安全·ai·开源
去码头整点薯条ing1 天前
某红书笔记接口逆向【x-s参数】
javascript·爬虫·python
在放️1 天前
Python 爬虫 · XML、xpath 与 lxml 模块基础
开发语言·爬虫·python
小白学大数据1 天前
知网数据实战:爬虫 + 网络分析打造论文关键词图谱
爬虫·python·scrapy
有味道的男人1 天前
利用爬虫获取 1688 商品详情:高效采集完整方案(含原生爬虫风险 + Open Claw 合规替代方案
爬虫