blob.png

点我下载

可以在

https://github.com/liujin1995/CET

参考本作者的源代码


先把他解压在网站根目录,

https://www.unique-liu.com/cet //服务已经停止

http://cet.unique-liu.com  //服务已经停止

如上,大家可以通过截包,分析数据,此数据无加密


以前某作者源码:

https://github.com/realityone/GetCET/


用putty通过ssh登陆:

先运行一下  python

一般来说Ubuntu和centos都自带了python,下面以centos为例

1、

如果有的话,就是能运行的话,就开始安装pip

命令为 yum install python-pip

安装好以后继续安装requests库

命令为pip install requests

然后咱们运行一下里面的cet4.py或者cet6.py

如果没报错就OK了。

2、

如果运行python提示没有找到命令

则我们安装py环境

命令为yum install python

安装好后开始安装pip

命令为 yum install python-pip

安装好以后继续安装requests库

命令为pip install requests

然后咱们运行一下里面的cet4.py或者cet6.py

如果没报错就OK了。