Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsrei/crawler-js-hook-framework-public
JS逆向Hook工具集,开源部分工具到这里
https://github.com/jsrei/crawler-js-hook-framework-public
crawler
Last synced: about 2 months ago
JSON representation
JS逆向Hook工具集,开源部分工具到这里
- Host: GitHub
- URL: https://github.com/jsrei/crawler-js-hook-framework-public
- Owner: JSREI
- Created: 2021-01-02T13:16:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T12:59:57.000Z (over 1 year ago)
- Last Synced: 2023-11-08T02:27:41.123Z (about 1 year ago)
- Topics: crawler
- Homepage:
- Size: 11.9 MB
- Stars: 208
- Watchers: 8
- Forks: 85
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 爬虫相关的一些Hook
将JS逆向时用到的一些工具封装为油猴脚本,降低逆向成本。# 组件导航
目前各组件已经拆分独立为单独的仓库,请单击感兴趣的组件跟随到具体仓库查看详情,欢迎提出问题、建议、PR等。
- [Cookie Hook](https://github.com/JSREI/js-cookie-monitor-debugger-hook)
- [Script Hook](https://github.com/JSREI/js-script-request-response-hook)
- [Storage Hook](https://github.com/JSREI/js-storage-monitor-debugger-hook)
- [页面跳转代码位置定位通杀方案](https://github.com/JSREI/page-redirect-code-location-hook)
- [jQuery Hook](https://github.com/JSREI/jQuery-hook)## 通用概念:断点规则
### 为什么会需要断点规则?
笔者在逆网站的时候逐渐意识到,范围太大、操作不方便Hook起不到高效率节省头发的作用,
搞这么复杂就是为了**外科手术式**的**精准Hook**。