mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-12 03:27:07 +08:00
28 lines
2.7 KiB
Markdown
28 lines
2.7 KiB
Markdown
# js逆向学习
|
||
断断续续学习逆向这么久,总觉得缺点什么,终于在今年,有时间系统的学习逆向知识。如果我的笔记对你有所帮助,请点个star,满足一下我的虚荣心,给我一点继续更新的动力,感谢。
|
||
|
||
## 常用的逆向工具
|
||
|
||
| 名称 | 在线地址
|
||
|:-------------------------------| :-----
|
||
| AST explorer | [https://astexplorer.net/](https://astexplorer.net/)
|
||
| ob混淆工具 | [https://obfuscator.io/](https://obfuscator.io/)
|
||
| 浏览器指纹查询 | [https://bot.sannysoft.com/](https://bot.sannysoft.com/)
|
||
| Web API 接口参考 MDN | [https://developer.mozilla.org/zh-CN/docs/Web/API](https://developer.mozilla.org/zh-CN/docs/Web/API)
|
||
| md5加密,sha1加密--md5在线解密 | [https://www.cmd5.com/hash.aspx](https://www.cmd5.com/hash.aspx)
|
||
| 在线字体编辑器-JSON在线编辑器 | [https://font.qqe2.com/](https://font.qqe2.com/)
|
||
| UrlEncode编码/UrlDecode解码 - 站长工具 | [https://tool.chinaz.com/tools/urlencode.aspx](https://tool.chinaz.com/tools/urlencode.aspx)
|
||
| 在线图片坐标拾取工具 | [https://uutool.cn/img-coord/](https://uutool.cn/img-coord/)
|
||
| AAEncode加密/解密 | [http://www.atoolbox.net/Tool.php?Id=703](http://www.atoolbox.net/Tool.php?Id=703)
|
||
| JSUnFuck解密 | [http://codertab.com/JsUnFuck](http://codertab.com/JsUnFuck)
|
||
| JSON格式化 | [https://spidertools.cn/#/formatJSON](https://spidertools.cn/#/formatJSON)
|
||
| 时间戳转换 | [https://tool.lu/timestamp/](https://tool.lu/timestamp/)
|
||
| Base64编码转换 | [https://www.qqxiuzi.cn/bianma/base64.htm](https://www.qqxiuzi.cn/bianma/base64.htm)
|
||
| 爬虫工具-爬虫分析工具-猿人学爬虫工具 | [http://tool.yuanrenxue.com/](http://tool.yuanrenxue.com/)
|
||
| JS代码混淆与还原 | [http://www.cnlans.com:8887/](http://www.cnlans.com:8887/)
|
||
| JavaScript反混淆器 | [https://deobfuscate.io/](https://deobfuscate.io/)
|
||
| JStillery反混淆器 | [https://mindedsecurity.github.io/jstillery/](https://mindedsecurity.github.io/jstillery/)
|
||
| jsdec反混淆器 | [https://jsdec.js.org/](https://jsdec.js.org/)
|
||
| 表格转换工具 | [https://tableconvert.com/](https://tableconvert.com/)
|
||
| js cookie变动监控可视化工具 & js cookie hook打条件断点 | [https://github.com/JSREI/js-cookie-monitor-debugger-hook/](https://github.com/JSREI/js-cookie-monitor-debugger-hook/)
|