
getCabrito
Email open & click tracking server for goCabrito. It works extactly similar to marketing emails. It detects the uniqly generated URLs for each sent email. In nutshell, it’s like goPhish tracking opens and clicks to give statistics however getCabrito is not a full solution like goPish it just tracks and save the tracks in a sqlite database.
The script takes a sqlite database generate by goCabrito. The generate database by goCabrito contains all the users that have been tracked by injecting one or more of the tracking tags {{track-open}} or {{track-click}}.
Once the tracking URL is visited, it maps the hash from the URL with current database records. It then update the database with the required information such as:
- click_at
- click_count
- open_at
- open_count
- user_agent
- ip_addr
- loots (submitted data if any POST request)
Although getCabrito updates the given database with the above collected data, it writes in visits.log
file for debugging
Note: I’ve added some queries that might help you to generate some statistics after you finish your campagin(s).
All what you need to do is after/during the campagin, you run these scripts against the sqlite database you have get some numbers
- number of clicks
- number of opens
- data submitted
- visits