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

python web.py default.cfg #22

Open
maxriley1 opened this issue Oct 11, 2017 · 1 comment
Open

python web.py default.cfg #22

maxriley1 opened this issue Oct 11, 2017 · 1 comment

Comments

@maxriley1
Copy link

Cannot load or open the website. Presumably there is something in plain sight that i am missing. Have tried both spf.py --test -d example.com and ./webpy default.cfg

Generating SSL CERT
/bin/bash: certonly: command not found

Traceback (most recent call last):
File "./web.py", line 323, in
PhishingWebServer(Utils.load_config(sys.argv[1])).start()
File "./web.py", line 281, in start
cert_path = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'

@tatanus
Copy link
Owner

tatanus commented Oct 26, 2017

There was an issue with the way I was handling SSL certs. Unfortunately I had to remove the ssl cert support at the moment, but everything else should be working again.

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