phishing-frenzy icon indicating copy to clipboard operation
phishing-frenzy copied to clipboard

Ruby on Rails Phishing Framework

Results 48 phishing-frenzy issues
Sort by recently updated
recently updated
newest added

A colleague of mine wrote a script to import template easier. See the blog post for more details: https://milo2012.wordpress.com/2016/01/22/easily-clone-sites-and-use-as-phishing-frenzy-templates/ You might want to adapt this script

enhancement
Low

Would be nice :)

enhancement
Low

There are a number of times were having a tracked variable that is reportable for whether or not a file was clicked for download from the PF campaign web page...

enhancement
Low

As mentioned in the note for the SMTP Delay option, no delay is applied when Sidekiq is enabled and in use. Rather, the delay is applied to batches of emails...

enhancement
question
Medium

Is there a method to enforce the sending of only TEXT emails? I've run into a situation where the target turning all HTML emails into attachments. All "legitimate" emails are...

enhancement
question
Medium

I am using the email sending delay feature successfully with 2 concurrent Sidekiq workers and background email enabled. So that works fine. **My question:** Sometimes I want to send-out two...

enhancement
question
Low

Hi, When an email is in error in the SMTP log : ![frenzy_02](https://cloud.githubusercontent.com/assets/15234442/18740437/f9b513bc-80a9-11e6-950f-2a8156acbf9c.PNG) It is flagged "Email sent : Yes" in the report page : ![frenzy_01](https://cloud.githubusercontent.com/assets/15234442/18740435/f777092a-80a9-11e6-998b-dc64d7d0d2d5.PNG) I don't seen any...

bug
Medium

Hi, The code flag an email "opened" if the embedded link is open. This is logical : to click on the link, an user must have open the email. The...

enhancement
question
Medium

Not sure if the level of effort here is warranted but it would be great if the letter opener route was created on the fly for each individual campaign and...

enhancement
Low

Current POC at the moment. TODO: - [x] Handle User/Password submission direct to rails - [x] Consider if campaigns controller is right place to do this? - [x] Migrate image...