Generating Reports
Last updated
Last updated
Reporting is an important part of any Gottaphish campaign. To help facilitate generating reports, there are a few options you could consider:
The Gottaphish dashboard (Campaigns section) gives a quick overview showing the results for a particular campaign:
In addition to providing the results in the dashboard, you have the option to export the raw logs from Gottaphish using the "Export CSV" button at the top of the page. You could then parse these CSV files using other software such as Excel or Google Sheets.
By clicking on the Reporting section you will arrive on the Opensearch dashboard. From there you can build your own dashboard or using the default one and click on export PDF
Tips: Dont forget to click on Complete on the Web UI campaign to export the result in this Opensearch dashboard.
Gophish has an incredible community that has built tools around the API to help make reporting easy. A great example of this is called . Gottaphish is compatible with this product as well
, created by Github user , provides a really simple, clean way to generate reports for a given Gottaphish campaign. You can use this script to generate reports for the campaign in either CSV or DOCX format.
If you are wanting to make custom reports, perhaps for one or more campaigns, we strongly suggest you consider leveraging the extensive .
We have a that can help facilitate getting the data you need from the API. You can find the documentation for the Python API client .