v1.0.0
Spoofy.py v1.0.0 is the initial release of the tool, which performs the following tasks:
- Queries DNS servers to retrieve SPF and DMARC records for a given domain or list of domains.
- Determines if a domain is vulnerable to email spoofing by analyzing the retrieved SPF and DMARC records and their attributes.
- Prints the results to the console or outputs them to an Excel file.
- Changes and updates made in this release:
Initial release of Spoofy
- Supports single domain and input list of domains
- Prints results to console or saves them to an Excel file
- Utilizes DNS resolver to retrieve SPF and DMARC records
- Analyzes retrieved records to determine vulnerability to email spoofing
Future plans for the next release:
- Add support for additional email authentication protocols such as DKIM and ARC.
- Implement more advanced analysis techniques to improve accuracy of spoofing detection.
- Enhance reporting capabilities with charts, graphs, and data visualization.
- Improve the tool's performance and scalability for large-scale assessments.