Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3.5环境,查询pocsuite的version时,异常处理语法报错 #155

Open
TesterCC opened this issue Feb 23, 2018 · 5 comments
Open
Labels

Comments

@TesterCC
Copy link

OS / Software Version

  • Please copy uname -a result here:
    Darwin MBP 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64

  • Pocsuite version : pocsuite-2.0.7

How to reproduce the issue ?

正常通过pip安装pocsuite
$ pip install pocsuite
$ pocsuite --version

报错信息:
/virtualenv_workspace/pentest36/lib/python3.6/site-packages/pocsuite/pocsuite_cli.py", line 196
except Exception, ex:
^
SyntaxError: invalid syntax

看来是此版本此处的语法没有兼容python3的语法

@hysia
Copy link

hysia commented Feb 27, 2018

pocsuite 目前不支持 py3

@hysia hysia added the question label Feb 27, 2018
@jinyu00
Copy link

jinyu00 commented Mar 13, 2018

不支持 py3 很难受~

@intosec
Copy link

intosec commented Mar 16, 2018

正在适配py3,发现除了几处import变化比较大之外,改动最多的地方是except ... as ... ,然后就是去掉了py2版本里大量用来处理Unicode的代码(但是也无法兼容py2了)。
基本完成了linux下各项测试,另外如果poc文件里存在跟py3不兼容的代码,也需要进行修复,所以感觉从py2迁移到py3代价不小。

@hysia
Copy link

hysia commented Dec 10, 2018

pocsuite3 支持

python3, IPV6 目前还是
beta版本,没公开对外发布

@Jar711red
Copy link

请问是永久不对外发布还是暂时不对外发布?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants