Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
SpoofcheckSelfTest — Web application that lets you test if your domain is vulnerable to email spoofing | Kitploit
Tools/GitHubGitHub/bishopfox/spoofcheckselftest
Vulnerability ScannersConfiguration AuditingEmail SecurityDNS Analysis
GitHubbishopfox/spoofcheckselftest

SpoofcheckSelfTest

Web application that lets you test if your domain is vulnerable to email spoofing

View Repository
441579 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

SpoofCheck Self Test

Web application that lets you test if your domain is vulnerable to email spoofing.

NOTE: This application is still in development.

Installation:

This application is designed to be used as a service. However, if you want to host this yourself, do the following:

root@kitploit:~
    git clone https://github.com/bishopfox/spoofcheckselftest.git
    cd spoofcheckselftest
    pip install -r requirements.txt
    

Running:

root@kitploit:~
./selftest.py -s

Then visit http://localhost:8888 in a web browser

Download Tool