/Gophish-ExtractDataFromCSV

This Python script reads Gophish result files (.csv) in a specific directory, counts how many emails are sent, opened and counts the number of people who clicked the link, and submitted data. In the end, it stores them on a file.

Primary LanguagePython

EXTRACT DATA FROM GOPHISH CSV FILES

WHAT YOU NEED TO DO?

  1. Go to CAMPAIGN -> EXPORT CSV -> RESULTS and download all campaigns you want to report.

  2. Open the script and make the nesessary changes I indicate at the top of the file.

  3. Run the script:

    • python3 ExtractData.py

  4. Result file will be ready in a second.

EXAMPLE INPUT

EXAMPLE OUTPUT

Note: This script can't extract raw passwords and usernames.