You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: