八〇六

Results 3 issues of 八〇六

有后门的,各位小心珍重

#test on Windows7 C:\Users\whoami\Desktop\Tools>EyeWitness.exe --help Unhandled Exception: System.MissingMethodException: Method not found: 'System.Th reading.Tasks.Task System.Threading.Tasks.Task.Run(System.Func`1)'. at EyeWitness.Program.Main(String[] args)

原脚本使用情况: ![img](https://user-images.githubusercontent.com/41460798/181268633-e10ce384-691d-46f7-b50d-779af1f266bf.jpg) 添加修复代码: ``` python import urllib3 ... ... try: urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) response = requests.get(url, verify=False, allow_redirects=False) except Exception as e: ... ```