Tags:

My modification of GoPhish

StatusTaskDescription
☑️Activity detected statisticStatistic that is detecting if the link was opened in real browser - it could be useful when sandbox arrives. It could be added with the landing page section.
☑️Displaying proper data in chartsSo gophish has a system that is showing statistic in wrong way. Now every event is collected and displayed. F.e submitted data does not mean that link was clicked.
☑️ReportSo gophish only returns basic data from the campaign. Now I am working to add ability to generate PDF overview report and advanced XLSX report.

Updates

Activity detected statistic

This new feature ‘recognizes’ valid users (well it tries):

Activity information

A new statistic titled “Activity Detected” has been introduced for cases when many sandboxes don’t even access the page through a browser - perfect for phishing campaigns that have a lot of undefined security mechanisms.

Activity Statistics
### Displaying proper data in charts Well, I think the best way to describe it is to show how it works.
Charts

Every event is now collected separately. In this case, there were 3 users:

Checkout the project

GitHub