Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vzsoares/catmail-phishing-go


https://github.com/vzsoares/catmail-phishing-go

Last synced: about 1 month ago
JSON representation

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)


main gif

### Wouldn't you click?


email example

> 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:


email example

### Flow:


email example

## **☕ Usage**

```sh
# go required
go run cat.go
```