js_reverse/README.md
2023-06-03 09:55:15 +08:00

26 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# js逆向学习
断断续续学习逆向这么久总觉得缺点什么终于在今年有时间系统的学习逆向知识。如果我的笔记对你有所帮助请点个star满足一下我的虚荣心给我一点继续更新的动力感谢。
**另外再提一下找份苏州园区python开发、爬虫相关的工作不考虑其他地方不低于15K可加班但需要有双休制度联系微信(ai_txqc),非诚勿扰!**
## 常用的逆向工具
| 名称 | 在线地址
| :-------- | :-----
| 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/)
| JSON格式化 | [https://spidertools.cn/#/formatJSON](https://spidertools.cn/#/formatJSON)