User Guide Gottaphish
  • Introduction
  • What is Gottaphish?
  • Prerequisite for use
  • Getting Started
  • Documentation
    • Changing Account Settings
    • Groups
    • Templates
    • Attachment Tracking
    • Landing Pages
    • Campaigns
    • Advanced Dashboard (Optional)
    • Using the API
    • Generating Reports
    • Access emails answered
    • Email Reporting
    • Webhooks
    • User Management
  • Building Your First Campaign
    • Introducing the Morning Catch Corporation
    • Importing Groups
    • Creating the Template
    • Creating the Landing Page
    • Launching the Campaign
  • Template Reference
  • FAQ
Powered by GitBook
On this page
  • Using the Web UI
  • Using the Gottaphish reporting tool
  • Using GoReport
  • Leveraging the API
  1. Documentation

Generating Reports

PreviousUsing the APINextAccess emails answered

Last updated 1 year ago

Reporting is an important part of any Gottaphish campaign. To help facilitate generating reports, there are a few options you could consider:

Using the Web UI

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.

Using the Gottaphish reporting tool

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.

Using GoReport

Leveraging the API

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 .

GoReport
GoReport
@chrismaddalena
Gophish API
Python API client
here