Esonhugh / AliyunCTF-Email-Spoofing-DKIM-Creator

Aliyun CTF Teapot mail server POC for DKIM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aliyun CTF Teapot Mail Server DKIM spoofing fast poc

Usage

update file of <your domain> to your domain and make the DKIM for your domain

Save your private key as mail.pem

go build -o signer.exe signer.go
./signer.exe [mailname].eml
# find the bodyhash
swaks --data output2.eml \
  --to admin --from admin_required@outlook.com \
  --server TheTeapotServer --port 25

About

Aliyun CTF Teapot mail server POC for DKIM


Languages

Language:Go 100.0%