tatanus / SPF

SpeedPhishing Framework
Other
436 stars 134 forks source link

Multiple errors #20

Open aoprea1982 opened 6 years ago

aoprea1982 commented 6 years ago

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 ########

spf12

// 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

spf15

tatanus commented 6 years ago

Yeah... I am aware of the fact that I pushed a slightly broken version of SPF to GIT.

As soon as I get back in town I will address the issues and update.

Sorry for the inconveniences.

tatanus commented 6 years ago

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.