Skip to content

Checks to see if a domain can be utilized to send spoofed emails.

Notifications You must be signed in to change notification settings

OyeBenny/Email-Spoof-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Email-Spoof-Checker

The script is requesting DNS records for the host, analyzing the settings on the DMARC/DKIM/SPF and then based on those results it tells you if it's spoofable.

In other words, it checks to see if a domain can be utilized to send spoofed emails. IT JUST CHECKS. You put a list of domains into a file and you run it.

You would want to use it on a bunch of different root domains, not subdomains.

The domain, although it can be spoofed, most domains can be spoofed, but they will go to spam - due to the root domain's DMARC policy. You can have either "Allow", "Quarantine", "Reject". The only one that actually prevents it is reject, but quarantine is what usually happens.

To Run: python spoofcheck.py scope.txt

About

Checks to see if a domain can be utilized to send spoofed emails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages