GoPhishReport is a penetration testing and red teaming tool that creates custom phishing campaign reports for GoPhish phishing campaigns based of the two CSV files that GoPhish can generate.
Main Features
- Automated phishing campaign reporting
- A phishing report that combines the GoPhish CSV files
- A phishing report that summarizes all emails opened, links clicked, and data submitted
Installation
Clone the GitHub repository
git clone https://github.com/centralinfosec/GoPhish-Phishing-Campaign-Reporting /opt/Central-InfoSec/GoPhish-Phishing-Campaign-Reporting
Usage
- Execute a phishing campaign with GoPhish
- Export the GoPhish phishing data in both the Events and Results CSV files
- Update the file names in the PowerShell script (Lines 6 and 7)
- Update the directory names in the PowerShell script (Lines 10 and 13)
- Run the following PowerShell script:
CreatePhishingReportsFromGoPhishPhishingCampaign.ps1