将 Python 的 smtplib 与 Tor 结合使用
我正在对垃圾邮件进行实验。 其中一项实验需要通过 Tor 发送邮件。 由于我使用 Python 和 smtplib 进行实验,因此我正在寻找一种使用 Tor 代理(或其他方法)来执行邮件发送的方法。 想法如何做到这一点?
I'm conducting experiments regarding e-mail spam. One of these experiments require sending mail thru Tor. Since I'm using Python and smtplib for my experiments, I'm looking for a way to use the Tor proxy (or other method) to perform that mail sending.
Ideas how this can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于垃圾邮件发送者的滥用,许多 Tor 出口节点拒绝发出端口 25 (SMTP) 流量,因此您可能会遇到问题。
Because of abuse by spammers, many Tor egress nodes decline to emit port 25 (SMTP) traffic, so you may have problems.
http://bent.latency.net/smtpprox/ 我之前发现了这个,但还没有尝试过它
http://bent.latency.net/smtpprox/ I found this earlier, but haven't tried it