Skip to content

NathanCHEVALIER/SpoofMailCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpoofCheckMail

A simple NodeJS tool that check SPF records for potential security flaws.

Disclaimer

Educationnal purpose only

Infos

  • Soft: just all mechanism
  • Advanced: build the list and check for every IP

Features

Planned Features

API Ready Check for order evaluation Check for something after all mechanism Check for something after redirect mechanism Check for multiple v=spf1 on record -> qualification des unexpected tokens

Install

npm i

Usage

node index.js check -d example.com

Return Value

{
    'domain': ,
    'dnsStatus': ,
    'spfRecord': ,
    'mechanisms': ,
    'modifiers': ,

    'allMechanism': ,
    'ip4Mechanism': ,
    'ip6Mechanism': ,
    '': ,

    'spfStatus': ,
}

Guidelines

Please do not contribute at this time. You can therefore open issue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published