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

User miscount when target created from Simple Send #43

Closed ad0nis closed 7 years ago

ad0nis commented 7 years ago

Users created by Simple Send are not appropriately counted in the UI if they are then later added to a campaign.

Repro steps:

Raikia commented 7 years ago

Good catch, this is actually a bug elsewhere. When you send a "simple send"email, it creates a hidden TargetUser for use on the back-end. It should not be assignable to a list at all (which is where the bug resides). To make the TargetUser unhidden, you need to add it under "All Targets", which is when it can then be used in a list and a campaign.

Raikia commented 7 years ago

This has been fixed and pushed to master. Thanks for the bug report. It will be included in the next auto-update release (or if you completely fresh install)