JordanDJensen's Stars
fdzdev/FTP-AnonHunter
FTP-AnonHunter is a Python tool designed to automate the discovery of anonymous open FTP servers. Using Nmap’s ftp-anon script, the tool scans a list of IP addresses for open FTP ports (port 21) and identifies servers that allow anonymous logins. The results are logged into an output file for easy tracking and follow-up.
fdzdev/Subdomain-Takeover-Checker
Python tool for detecting subdomain takeover vulnerabilities by resolving CNAME records and checking for known error messages. It supports bulk domain scanning and logs detailed results for analysis.
fdzdev/DMARC-SPF-Checker
Python tool designed to identify misconfigured DMARC and SPF settings in domains. It resolves DNS records, checks for DMARC policies, SPF records, and logs the results for each domain. Additionally, it provides the option to send a spoofed email for testing purposes if misconfigurations are detected. Supports bulk and individual scanning.