Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vzsoares/catmail-phishing-go
https://github.com/vzsoares/catmail-phishing-go
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vzsoares/catmail-phishing-go
- Owner: vzsoares
- Created: 2024-04-20T19:46:11.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-30T18:03:16.000Z (7 months ago)
- Last Synced: 2024-05-31T06:50:42.460Z (7 months ago)
- Language: Go
- 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
![GitHub repo size](https://img.shields.io/github/repo-size/vzsoares/catmail-phishing-go?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/vzsoares/catmail-phishing-go?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/vzsoares/catmail-phishing-go?style=for-the-badge)
### 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
```