Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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工具集,开源部分工具到这里

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**。