mailspoof Logo

mailspoof

0
Free
Visit Website

Email spoofing is alive and well. Many organisations' SPF and DMARC records do not provide the necessary guidance for recipients to validate the authenticity of emails bearing their domain names. mailspoof can be used by organisations, pentesters and red-teamers to quickly sift through a large list of domains for lax SPF and DMARC policies. In some cases mailspoof could highlight spoofable external domains that employees are likely to trust, such as suppliers gathered from OSINT or other known organisations. Email spoofing may be successful against recipients that manage their filtering themselves. Large email providers like GMail have the big data and the heuristics to efficiently handle spam. For example, GMail will likely forward a spoofed email from a common domain directly to the spam folder, even if the email doesn't fail validation due to lax policies. Installation: $ pip3 install mailspoof Examples: CLI mailspoof outputs JSON, making it easy to query with a tool like jq. $ printf "google.com\napple.com\nmicrosoft.com" > /tmp/list $ mailspoof -d github.com -d reddit.com -iL /tmp/list

FEATURES

ALTERNATIVES

Android application for learning about vulnerabilities in modern Android apps and testing pentesting skills.

Verify scripts and executables to mitigate chain of supply attacks.

Innovative tool for mobile security researchers to analyze targets with static and dynamic analysis capabilities and sharing functionalities.

Python tool for monitoring user-select APIs in Android apps using Frida.

A platform that provides visibility and security monitoring of hardware, firmware, and software components in IT infrastructure to identify supply chain risks and vulnerabilities.

Detect and warn about potential malicious behaviors in Android applications through static analysis.

Comprehensive manual for mobile app security testing and reverse engineering with technical processes for verifying controls.

PHP Script demonstrating a smart honey pot for email form protection.