Results 43 comments of Chris King

Right now, there is no attachment capability for campaign emails. That said, it shouldn't be difficult to add since it's really just missing the upload form. I will include this...

Yeah, in v1.3.0, I'm going to do a pass through everything and add "Export to CSV" for all the different types of data stored

It will be coming soon. For now, the manual install instructions should work well for you: https://github.com/Raikia/FiercePhish/wiki/Manual-Installation-Guide-(FiercePhish)

This is the CSRF protection and happens if your session expires while you are waiting on a page. I suspect you sat on the "Create Campaign" page for a long...

This is actually a solid idea. I know that mailgun _does_ do this, so that is a decent workaround for right now. I think adding a section for "Advanced settings"...

What says too many connections? The web interface? A log file? More information needed

Please submit a new github issue and supply screenshots and as much information as possible. You can find more information on what log files to supply here: [How to report...

Yeah, that's due to silly error handling here: https://github.com/Raikia/FiercePhish/blob/master/resources/views/emails/check_settings.blade.php#L177 This won't exist in v2.0 so it will disappear then. Thanks for the report!

Yeah, the whole reporting module is something that was never created (which is terrible of me) because there were a lot of "lessons learned" from this first version and I...

Yeah, thats true. The import job is a background job so I didn't make any type of error notification system for it, which was shortsighted. I'll make sure I address...