Kali GoAgent 3.15報錯:GoAgent DNSServer requires dnslib and gevent 1.0

在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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章