https://github.com/vzsoares/catmail-phishing-go
Phishing attack proof of concept in go
https://github.com/vzsoares/catmail-phishing-go
go golang phishing-script
Last synced: 3 months ago
JSON representation
Phishing attack proof of concept in go
- Host: GitHub
- URL: https://github.com/vzsoares/catmail-phishing-go
- Owner: vzsoares
- Created: 2024-04-20T19:46:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-30T18:03:16.000Z (about 1 year ago)
- Last Synced: 2025-01-25T21:55:22.005Z (5 months ago)
- Topics: go, golang, phishing-script
- Language: Go
- Homepage:
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catmail Phishing Go
Phishing attack proof of concept in go



![]()
### Wouldn't you click?
![]()
> email example
## 🦩 **Why?**
The main reason here is to learn about golang.
The project was suggested by [Pedro Ramos](https://github.com/phramos07) as a way to increase golang skills, focusing in parallelism through routines.
## **🚀 About**
### Overall:
The project idea is to send a cute cat phishing scam email. In order to achieve this we need to download a cat image from the internet, then add a click to claim text, then put that image in a email template and then send it.
### Routines:
![]()
### Flow:
![]()
## **☕ Usage**
```sh
# go required
go run cat.go
```