A simple, offline Python tool for validating email addresses against the RFC822 standard. Perfect for quick checks, integration into scripts, or security testing of email input fields.
Clone the repository or download the script: git https://github.com/coffinxp/RFC822-Email-Validator.git) cd RFC822-Email-Validator
Run the script: python3 rfc822_email_validator.py
Enter the email address you want to validate when prompted.
Result: The script will print "RFC822 valid: YES" if the email is valid, or "RFC822 valid: NO" if not.
$ python3 rfc822_email_validator.py Enter email address: test@example.com RFC822 valid: YES
$ python3 rfc822_email_validator.py Enter email address: ">@test.com RFC822 valid: NO
You can use this tool to test how your application handles potentially malicious email input, such as XSS payloads. Example payloads to try: - ">@test.com - ">@test.com - ">"@x.y
Inspired by the classic RFC822 email validation tools and designed for modern security testing workflows.
$ claude mcp add RFC822-Email-Validator \
-- python -m otcore.mcp_server <graph>