本来想研究研究游戏类的漏洞,但是研究研究就跑偏了,发现做的还是蛮安全的,这个游戏的漏洞没怎么发现,但是顺手写出了自动化的脚本程序,哎,也是有些失望!
#!/usr/bin/python
# -*- coding: utf-8 -*-
# pip install websocket-client
import requests
import websocket
import threading
import json, time
from requests.packages.urllib3.exceptions import I...