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

There is a syntax error at line 17 #2

Open
liubin opened this issue Apr 10, 2014 · 1 comment
Open

There is a syntax error at line 17 #2

liubin opened this issue Apr 10, 2014 · 1 comment

Comments

@liubin
Copy link

liubin commented Apr 10, 2014

Hi

options = OptionParser(usage='%prog server [options]', description='Test for SSL heartbeat vulnerability (CVE-2014-0160))

should be

options = OptionParser(usage='%prog server [options]', description='Test for SSL heartbeat vulnerability (CVE-2014-0160)')

Doesn't id? The last single quote is lost.

Thanks,
Bin Liu

@danhunsaker
Copy link

Duplicate of #1

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

No branches or pull requests

2 participants