-
Notifications
You must be signed in to change notification settings - Fork 132
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
error: reading email list #16
Comments
you need to add the "-s" flag to send the emails. from the help page: [python spf.py -h] |
sorry for the delay and the issue. In the current implementation, the phishing emails have to point to a phishing website. to enable the generation of the phishing websites, use the "-w" option. You can also use the "-v -v" options to enable verbose/debug output. This project has been slightly neglected by me over the past year while I was working on a different project "APT2". I do plan on revisiting SPF to update and improve it in the next few months. |
ok, so I'm waiting for your updates |
did you try running it with the "-w" option? As for the updates, be patient, they may take a few months. It is starting in on the holiday season after all. :-) |
yes I tried but it returns me that couldn't send email at targets |
is this still an issue? just checking as I was unable to reproduce your error and several code update/changes have been made since the last comment. Just looking to see if this is still an issue and if so, I will take another look to see if I can figure it out. |
Hi,
I'm trying to use your script to send the web phishes pages by emails and I'm trying with some my email.... So, I create a txt file and call it email.txt that contains emails for three different lines, in the Spf directory...
When I try to launch the attack I type:
./spf.py -d example.com --ip my_public_address -f email.txt -C default.cfg
When the attack start appears me emails that are included in file: "email.txt"..
Then for the question : "obtaining list of email address" I answer "Y", the program write the emails included in the file and it automatically exit and don't laugh the attack...
Why ?? there is an error or am I that do something wrong?
Thanks!
The text was updated successfully, but these errors were encountered: