chenjj / espoofer

An email spoofing testing tool that aims to bypass SPF/DKIM/DMARC and forge DKIM signatures.🍻

Home Page:https://www.jianjunchen.com/p/composition-kills.USESEC20.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server IP blocked via SpamHaus

ankushgoel27 opened this issue · comments

Hello,

i have a server ip but regardless its blocked by spamhaus by default. Unable to send emails to yahoo.com. Using the server mode. Can you please add a SMTP relay option for the server mode?

python3 espoofer.py -id server_a3
                               ____         
  ___  _________  ____  ____  / __/__  _____
 / _ \/ ___/ __ \/ __ \/ __ \/ /_/ _ \/ ___/
/  __(__  ) /_/ / /_/ / /_/ / __/  __/ /    
\___/____/ .___/\____/\____/_/  \___/_/     
        /_/                                 
    
Start sending emails...
Connecting ('98.136.96.76', 25)
>>> 220 mtaproxy401.free.mail.ne1.yahoo.com ESMTP ready

<<< ehlo 33.gooqle.net

>>> 250-mtaproxy401.free.mail.ne1.yahoo.com
250-PIPELINING
250-SIZE 41943040
250-8BITMIME
250 STARTTLS

<<< mail from: <any@33.gooqle.net>

>>> 553 5.7.1 [TSS07] Connections will not be accepted from 206.189.235.121, because the ip is in Spamhaus's list; see https://postmaster.verizonmedia.com/error-codes

I was able to bypass the Spamhaus list but still my email lands in the spam folder. How do i get a reputable IP to not land in the spam folder? Most companies only offer smtp relay service.

I think SMTP relay services often will filter or normalize ambiguous email messages, but you can use the client mode to send messages to SMTP relay services via their SMTP APIs, which will relay the messages to the target servers.