Skip to content

tingyukj/sendMail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

批量发送钓鱼邮箱

场景介绍

在红队进行渗透期间,社工钓鱼的手段必不可少。但由于收集到的邮箱数量众多,单个发送影响时间。此工具可以批量发送邮箱,以达到"大面积撒网"的目的。

目录结果

1.文件为源码
2.jar文件为编译好的文件,可以直接运行

使用说明

1.java -jar sendMail.jar

image

2.模板地址为txt文件

image 模板第一行为主题
第二行开始其余内容为邮件正文,支持html模板 image

3.收件人地址为txt文件

image image

4.附件地址为任意文件

image image

5.发件人邮箱为你的邮箱地址 例如:xxxxxxx@qq.com

6.发件人密钥为使用的邮件服务器提供的api密钥

不会获取请查看此文章https://service.mail.qq.com/cgi-bin/help?subtype=1&&no=1001256&&id=28

7.邮箱服务器为smtp.qq.com、smtp.163.com,其他请自行百度

效果如图

image image

About

批量发送钓鱼邮箱

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%