Raikia / FiercePhish

FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
https://github.com/Raikia/FiercePhish/wiki
GNU General Public License v3.0
1.31k stars 249 forks source link

Add inbox #8

Closed Raikia closed 7 years ago

Raikia commented 7 years ago

Add functionality to receive email (by connecting to an IMAP server), and reply to the emails.

GitHipster commented 7 years ago

A 'catch all' mailbox would be nice to prevent lots of undeliverable out of office notifications when using a false source mail address.

Raikia commented 7 years ago

That's what this will be. The installer already sets up imap (dovecot) with this configuration, so it's just a matter of writing the background jobs to grab mail and the UI to display it.

Raikia commented 7 years ago

This was included in the v1.2.0 release. Issue resolved.