百木园-与人分享,
就是让自己快乐。

python爬虫 - js逆向解密之简单端口加密破解v2 -- 修复版

前言

这篇跟上一篇很像,而且他的端口显示也很类似,是的,它也是一个国外的代理网站

分析

打开网站查看:

 

 

 

发现它的的端口和之前的网站一样,不是直接显示的,那么用SmallProxy这个关键词搜索下在哪,很快就找到了下面这个:

 

 

 

 

关键点

 

代码:

<script type=\"text/javascript\">
//<![CDATA[
Xinemara = 2051;BigBlind = Xinemara^42776;DexterProxy = Xinemara^19605;BigGoodProxy = 26194^DexterProxy;Defender = 18662^BigGoodProxy;SmallProxy = 32206^BigGoodProxy;SmallBlind = 24500^Defender;Agile = Defender^BigGoodProxy;ProxyMoxy = 31100^Agile;BigProxy = 35563^SmallProxy;DontGrubMe = BigProxy^BigProxy;NineBeforeZero = 40710^14588;Xorg = SmallProxy^57660;Socks = 61653^27735;HttpSocks = BigBlind^DexterProxy;GrubMe = 1176^45424;Polymorth = 23590^54130;
//]]>
</script>

来源:https://www.cnblogs.com/Eeyhan/p/15293236.html
图文来源于网络,如有侵权请联系删除。

未经允许不得转载:百木园 » python爬虫 - js逆向解密之简单端口加密破解v2 -- 修复版

相关推荐

  • 暂无文章