All Projects → grahamhelton → spoofpoint

grahamhelton / spoofpoint

Licence: other
Spoofpoint is a domain monitoring tool that allows you to generate a list of domains that are 1 character off of your domain (grahamhelton.com turns into -> grahamheIton.com ((The L is a capital I )), check a list of domains you already have, or check as single domain.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to spoofpoint

GitPageHijack
OK now. Let's hijack github user's custom domain.
Stars: ✭ 45 (+80%)
Mutual labels:  domain
registry
TLD Management Software
Stars: ✭ 32 (+28%)
Mutual labels:  domain
laravel-module-loader
THIS PACKAGE HAS BEEN DEPRECATED — A lightweight package to organize your code into contextual modules.
Stars: ✭ 76 (+204%)
Mutual labels:  domain
hipanel
Control panel for hosting, domains and more
Stars: ✭ 44 (+76%)
Mutual labels:  domain
Cloudflare-dns-update
Allows me to update my CloudFlare dns record so that I can have access to my server with a dynamic IP
Stars: ✭ 35 (+40%)
Mutual labels:  domain
IP2Location-PHP-Module
This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
Stars: ✭ 154 (+516%)
Mutual labels:  domain
extract-domain
Extract domain name from an URL
Stars: ✭ 22 (-12%)
Mutual labels:  domain
TASNET
Time-domain Audio Separation Network (IN PYTORCH)
Stars: ✭ 18 (-28%)
Mutual labels:  domain
hosts
冷莫(trli)的规则唯一一个提供全球比较全的库Cold Mo (TRLI) rules is the only one to provide a global comparison of the library.
Stars: ✭ 4 (-84%)
Mutual labels:  domain
mac os scripts
Some scripts for automating Windows domain stuff for MacOS machines
Stars: ✭ 27 (+8%)
Mutual labels:  domain
ip2location-nginx
Nginx module that allows user to lookup for geolocation information using IP2Location database.
Stars: ✭ 33 (+32%)
Mutual labels:  domain
BlackIQ.ir
BlackIQ.ir Source Code
Stars: ✭ 14 (-44%)
Mutual labels:  domain
Dumb
Dumain Bruteforcer - a fast and flexible domain bruteforcer
Stars: ✭ 54 (+116%)
Mutual labels:  domain
Malicious Domain Whois
🔰 非法域名挖掘与画像系统
Stars: ✭ 69 (+176%)
Mutual labels:  domain
icinga-domain-expiration-plugin
Icinga2/Nagios plugin for checking domain expiration
Stars: ✭ 24 (-4%)
Mutual labels:  domain
domain-word
Tells you which "words" can be written as a publicly available domain
Stars: ✭ 40 (+60%)
Mutual labels:  domain
keycloak-home-idp-discovery
Keycloak: Home IdP Discovery - discover home identity provider or realm by email domain
Stars: ✭ 42 (+68%)
Mutual labels:  domain
generator-react-domain
Generate React Components with Domain-Driven File Structuring ❄️
Stars: ✭ 18 (-28%)
Mutual labels:  domain
ucsunivention
⚫ Curso GRÁTIS SAMBA-4 UCS Univention Core Free 5.x Domain Controller Active Directory Open Source
Stars: ✭ 29 (+16%)
Mutual labels:  domain
DDD
Domain-Driven Design is a software development approach in which it utilizes concepts and good practices related to object-oriented programming.
Stars: ✭ 51 (+104%)
Mutual labels:  domain

What is this?

Spoofpoint is a domain monitoring tool that allows you to generate domains names one character off of your domain that could have been registered by an attacker attempting to get a domain that looks like yours, check a single domain to see if it is registered, or check a precompiled list of domains to see if they exist.

Install

Debian

sudo apt-get install whois bind9-dnsutils
git clone https://github.com/grahamhelton/spoofpoint 
cd spoofpoint
./spoofpoint -i <inputlist> -d <singledomain>

Arch

sudo pacman -S whois bind9-dnsutils
git clone https://github.com/grahamhelton/spoofpoint 
cd spoofpoint
./spoofpoint -i <inputlist> -d <singledomain>

Usage

Generate domains names one character off of your domain that could have been registered by an attacker attempting to get a domain that looks like yours.

./spoofpoint -g <yourdomain.com>

Check a list of domains your already have.

./spoofpoint -i <yourdomain.com>

Check a single domain

./spoofpoint -d <yourdomain.com>

Who is this meant for?

This is meant for people who are tasked with defending an organization from potential phishing attacks via spoofed domains. There are more advanced free tools out there that use python to generate permutations of your domain such as dnstwist but this tool is a super quick and super lightweight to check up on some domains you are worried about.

Why is this better than <insert big comany's domain monitor tool>

It's probably not, but it does 95% of what those big companies do except it can be done for free in under 5 minutes.

Here are some free tools made by people in the community that are also cool!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].