在Kali下运行GoAgent3.15报错,提示如下:
ERROR - [Mar 6 10:38:38] GoAgent DNSServer requires dnslib and gevent 1.0
Traceback (most recent call last):
File "./proxy.py", line 2686, in main
from dnsproxy import DNSServer
File "/root/programfiles/goAgent-v3.1.5/local/dnsproxy.py", line 14, in <module>
import gevent
File "/usr/local/lib/python2.7/dist-packages/gevent-1.0-py2.7-linux-x86_64.egg/gevent/__init__.py", line 36, in <module>
from gevent.hub import get_hub, iwait, wait
File "/usr/local/lib/python2.7/dist-packages/gevent-1.0-py2.7-linux-x86_64.egg/gevent/hub.py", line 14, in <module>
You can get a newer version of greenlet from http://pypi.python.org/pypi/greenlet/''' % (greenlet_version, ))
ImportError: Your version of greenlet (0.3.1) is too old (required >= 0.3.2)
You can get a newer version of greenlet from http://pypi.python.org/pypi/greenlet/
Unhandled exception in thread started by
sys.excepthook is missing
lost sys.stderr
处理步骤:
1、安装新版本的greenlet
https://github.com/python-greenlet/greenlet/archive/0.4.0.tar.gz
2、安装新版本的dnslib
https://pypi.python.org/pypi/dnslib
3、安装gevent 1.0
https://pypi.python.org/pypi/gevent#downloads
4、运行goagent-osx.command
Kali GoAgent 3.15报错:GoAgent DNSServer requires dnslib and gevent 1.0
原创Myblackpearl ©著作权
文章标签 系统软件 Kali配置GoAgent3.15 文章分类 运维
-
WSL2 Kali 整理
Windows 11 wsl2
发行版 linux Docker -
Kali Linux环境下源码编译Snort
本文介绍,新手快速掌握源码编译Snort的方法。
Kali 源码编译 编译过程