A simple NodeJS tool that check SPF records for potential security flaws.
Educationnal purpose only
- Soft: just all mechanism
- Advanced: build the list and check for every IP
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
npm i
node index.js check -d example.com
{
'domain': ,
'dnsStatus': ,
'spfRecord': ,
'mechanisms': ,
'modifiers': ,
'allMechanism': ,
'ip4Mechanism': ,
'ip6Mechanism': ,
'': ,
'spfStatus': ,
}
Please do not contribute at this time. You can therefore open issue