
Verify whether the domain is vulnerable to spoofing by Email-vulnerablity-checker
Features
- This tool will automatically tells you if the domain is email spoofable or not
- you can do single and multiple domain input as well (for multiple domain checker you need to have text file with domains in it)
Usage:
Clone the package by running:
git clone https://github.com/BLACK-SCORP10/Email-Vulnerablity-Checker.git
Step 1. Install Requirements
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# Update the package list and install dig for Debian-based Linux distribution sudo apt update sudo apt install dnsutils # Install dig for CentOS sudo yum install bind-utils # Install dig for macOS brew install dig” dir=”auto”>
# Update the package list and install dig for Debian-based Linux distribution
sudo apt update
sudo apt install dnsutils# Install dig for CentOS
sudo yum install bind-utils
# Install dig for macOS
brew install dig