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

相关推荐
吴秋霖1 天前
主流反爬虫、反作弊防护与风控对抗手段
爬虫·算法·反爬虫技术
hui函数1 天前
scrapy框架-day02
后端·爬虫·python·scrapy
用户051610461672 天前
爬虫 API 技术全解析:从原理到实战的高效数据采集指南
爬虫·api
xiaoxiongip6663 天前
动态ip适合挂什么项目
网络·爬虫·python·网络协议·tcp/ip·ip
q567315234 天前
自动化拨号爬虫体系:虚拟机集群部署与增量管理
运维·爬虫·网络协议·自动化
电商API_180079052474 天前
淘宝商品视频批量自动化获取的常见渠道分享
java·爬虫·自动化·网络爬虫·音视频
果壳~5 天前
【Python】爬虫html提取内容基础,bs4
爬虫·python·html
jay神5 天前
基于Python的商品爬取与可视化系统
爬虫·python·数据分析·毕业设计·可视化系统
华科云商xiao徐5 天前
如何在C语言环境中借助Linux库构建高效网络爬虫
爬虫·数据挖掘·数据分析
明远湖之鱼5 天前
巧用 Puppeteer + Cheerio:批量生成高质量 Emoji 图片
前端·爬虫·node.js