当前位置:网站首页>How to realize batch sending when fishing
How to realize batch sending when fishing
2022-07-05 13:03:00 【[email protected]】
0x01 trouble
When making phishing emails , Sometimes there are too many people to send , As a result, too much time is spent in the process of sending emails .
0x02 Solutions
1, The first one can be used as follows , Realize batch sending directly in the recipient , But there is a problem , In this case, batch sending is realized , All recipients' email contents are the same , This can not realize the specialization of everyone's email ( Because you need to add tracker, Through this tracker To track the status of the corresponding message of the corresponding recipient ), So this method has problems at present .
msg.SetHeader(“Bcc”, mailto…
2, The second is to send directly in parallel , utilize goruntine, Each recipient corresponds to one goruntine. This kind of problem is that you need to set it yourself smtp The number of connections that the server can accept , Ensure client to smtp There are enough connections to correspond to goruntine The number of , Otherwise the connection will reset , Cause unable to send email
As shown below ,activecall Interpretation of parameters
activeCall is an atomic int32; the low bit is whether Close has been called. the rest of the bits are the number of goroutines in Conn.Write.
by 0 when , It means the connection is normal , by 1 when , It means the connection is closed . If smtp The number of connections is less than goruntine The number of , It will cause the connection to close ,activecall Parameter is 1.


版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202140524137840.html
边栏推荐
- 我在滴滴做开源
- Cf:a. the third three number problem
- Free testing of Taobao tmall API order and flag insertion remark interface
- 自然语言处理从小白到精通(四):用机器学习做中文邮件内容分类
- Hiengine: comparable to the local cloud native memory database engine
- Discussion on error messages and API versions of SAP ui5 getsaplogonlanguage is not a function
- Notes for preparation of information system project manager --- information knowledge
- How to connect the API interface of Taobao open platform (super detailed)
- 研究:数据安全工具在 60% 的情况下无法抵御勒索软件
- insmod 提示 Invalid module format
猜你喜欢

Association modeling method in SAP segw transaction code

Natural language processing series (I) introduction overview

使用 jMeter 对 SAP Spartacus 进行并发性能测试

SAP SEGW 事物码里的导航属性(Navigation Property) 和 EntitySet 使用方法

Notes for preparation of information system project manager --- information knowledge

石臻臻的2021总结和2022展望 | 文末彩蛋

Introduction to sap ui5 dynamicpage control

Small case of function transfer parameters

国内市场上的BI软件,到底有啥区别

SAP ui5 objectpagelayout control usage sharing
随机推荐
Principle and performance analysis of lepton lossless compression
Discussion on error messages and API versions of SAP ui5 getsaplogonlanguage is not a function
实现 1~number 之间,所有数字的加和
自然语言处理从小白到精通(四):用机器学习做中文邮件内容分类
Pandora IOT development board learning (HAL Library) - Experiment 7 window watchdog experiment (learning notes)
Taobao short video, why the worse the effect
【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
SAP SEGW 事物码里的 ABAP 类型和 EDM 类型映射的一个具体例子
Hundred days to complete the open source task of the domestic database opengauss -- openguass minimalist version 3.0.0 installation tutorial
The solution of outputting 64 bits from printf format%lld of cross platform (32bit and 64bit)
What if wechat is mistakenly sealed? Explain the underlying logic of wechat seal in detail
国内市场上的BI软件,到底有啥区别
Introduction to sap ui5 flexiblecolumnlayout control
SAP UI5 DynamicPage 控件介绍
Yyds dry inventory JS intercept file suffix
Taobao product details API | get baby SKU, main map, evaluation and other API interfaces
数据湖(七):Iceberg概念及回顾什么是数据湖
##无监控,不运维,以下是监控里常用的脚本监控
Run, open circuit
OpenHarmony应用开发之Navigation组件详解