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
########
File "/root/SPF/spf/core/../web.py", line 281, in start
cert_path = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
########
########
[VERBOSE] /bin/bash: certonly: command not found
########
// Operating system used to compile and run SPF.
Kali Linux 2017
Ubuntu 16.04.3 LTS
// Shell command trying to run
./spf.py -d example.com -g -v -v -f targets.txt --simulate -w
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.
Got this errors.
Also attaching a screenshot.
########
File "/root/SPF/spf/core/../web.py", line 281, in start
cert_path = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
########
########
[VERBOSE] /bin/bash: certonly: command not found
########
// Operating system used to compile and run SPF.
Kali Linux 2017
Ubuntu 16.04.3 LTS
// Shell command trying to run
./spf.py -d example.com -g -v -v -f targets.txt --simulate -w
The text was updated successfully, but these errors were encountered: