-
Go to CAMPAIGN -> EXPORT CSV -> RESULTS and download all campaigns you want to report.
-
Open the script and make the nesessary changes I indicate at the top of the file.
-
Run the script:
python3 ExtractData.py
-
Result file will be ready in a second.
ertaku12/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.
Python