视频爬虫及破解|python反混淆javascript代码

JavaScript代码一般都是可见的,一些关键的加密算法写在JS里其实很不安全。
代码混淆能将Js进行压缩,使之变成不易读的代码。如下图所示
视频爬虫及破解|python反混淆javascript代码
文章图片


当然这难不倒我们,网上有很多js反混淆的工具,作者推荐使用jsbeautifier。
因为最近项目用到python,jsbeautifier提供python库,调用起来特别方便。
jsbeautifier地址:http://jsbeautifier.org/

python库:https://github.com/beautify-web/js-beautify/tree/python-stable/python
调用方法:
import jsbeautifier
jsbeautifier.beautify(string)即可



【视频爬虫及破解|python反混淆javascript代码】如果本文对你有帮助,欢迎给博主团队打赏
视频爬虫及破解|python反混淆javascript代码
文章图片






    推荐阅读