Generating Reports

    The Gophish dashboard 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 Gophish 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.

    GoReport, created by Github user , provides a really simple, clean way to generate reports for a given Gophish campaign. You can use this script to generate reports for the campaign in either CSV or DOCX format.

    We have a Python API client that can help facilitate getting the data you need from the API. You can find the documentation for the Python API client .