tatanus / SPF

SpeedPhishing Framework
Other
436 stars 134 forks source link

maybe an issue maybe user error + enhancement #1

Open Raytri3 opened 8 years ago

Raytri3 commented 8 years ago

First things first great tool and a lot of potential. But in playing around with over the last few days I encountered some issues:

  1. --ip didn't change the IP address. it still took my system ip regardles of what I put in. Also I would like to see this be part of the cfg too. It looks like (line 212 of web.py) the variable ip is getting set to the system ip address (that is if I am reading it right and following all the right paths).
  2. I set a custom smtp in the cfg and verified that it worked over port 25 (non-ssl) but when switching to SSL (port 465) it didn't work - as if it wasn't making an ssl handshake. I confirmed through outlook that ssl worked.
  3. I switched the templates around - wanted to send just one (office365) but kept getting the cisco vpn one not sure why it wasn't picking up other templates (configured it in config file). Would like to see this as an option in cfg as well - which email template (and of course the associated web template)]

keep up the good work

tatanus commented 8 years ago

I will get on fixing items #1 and #2 you mentioned.

As for #3, I just pushed a new update which allows you to select the templates you want to use. Try it and let me know if this will work for you or if you are still having an issue.

tatanus commented 8 years ago

--ip should now be working properly

I also added it to the config file if needed

Raytri3 commented 8 years ago

Thanks will test in next day or two and give feedback.

tatanus commented 8 years ago

this is mostly finished... #1 and #3 should be completed. I am still looking into possibly rewriting the way that I send the emails which would impact the way I send to SSL email servers.