在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