All Projects → monkeym4ster → Domainfuzz

monkeym4ster / Domainfuzz

Domain name permutation engine for detecting typo squatting, phishing and corporate espionage

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Domainfuzz

Dnstwist
Domain name permutation engine for detecting homograph phishing attacks, typo squatting, and brand impersonation
Stars: ✭ 3,124 (+4121.62%)
Mutual labels:  dns, domains, phishing
Python Whois
Python module/library for retrieving WHOIS information of domains 💻❤
Stars: ✭ 128 (+72.97%)
Mutual labels:  dns, domain, domains
Dnsmorph
Domain name permutation engine written in Go
Stars: ✭ 148 (+100%)
Mutual labels:  dns, domains, phishing
Phishing.database
Phishing Domains, urls websites and threats database. We use the PyFunceble testing tool to validate the status of all known Phishing domains and provide stats to reveal how many unique domains used for Phishing are still active.
Stars: ✭ 296 (+300%)
Mutual labels:  domains, phishing
domainerator
Simple application written in Go that combines two wordlists and a list of TLDs to form domain names and check if they are already registered.
Stars: ✭ 26 (-64.86%)
Mutual labels:  dns, domain
Kldns
快乐二级域名分发系统
Stars: ✭ 277 (+274.32%)
Mutual labels:  dns, domain
dnstwister
Domain name permutation as a service
Stars: ✭ 46 (-37.84%)
Mutual labels:  dns, phishing
Js.org
Dedicated to JavaScript and its awesome community since 2015
Stars: ✭ 3,996 (+5300%)
Mutual labels:  dns, domain
Urlextractor
Information gathering & website reconnaissance | https://phishstats.info/
Stars: ✭ 341 (+360.81%)
Mutual labels:  domain, phishing
Information collection handbook
Handbook of information collection for penetration testing and src
Stars: ✭ 447 (+504.05%)
Mutual labels:  dns, domain
Sooty
The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
Stars: ✭ 867 (+1071.62%)
Mutual labels:  dns, phishing
domfind
A Python DNS crawler to find identical domain names under different TLDs.
Stars: ✭ 22 (-70.27%)
Mutual labels:  dns, phishing
DNS-Sinkhole-Lists-A2
A DNS Sinkhole List for testing purposes. (not for use in production systems) - UUID: 0f90ca2c-4b0a-4fbe-b659-449ab30c4284
Stars: ✭ 19 (-74.32%)
Mutual labels:  dns, domains
namecheapapi
Python Namecheap API wrapper. Supports domain registration/renewal/management, domain availability checks, DNS updates and more.
Stars: ✭ 22 (-70.27%)
Mutual labels:  dns, domains
Funceble
[ARCHIVED] Please report to https://github.com/funilrys/PyFunceble.
Stars: ✭ 25 (-66.22%)
Mutual labels:  domain, domains
Bash Toolkit
Este proyecto esá destinado a ayudar a los sysadmin
Stars: ✭ 13 (-82.43%)
Mutual labels:  dns, domain
Dnsbrute
a fast domain brute tool
Stars: ✭ 352 (+375.68%)
Mutual labels:  dns, domain
Thedev.id
🎉 An identity for developers on the web.
Stars: ✭ 37 (-50%)
Mutual labels:  dns, domain
icinga-domain-expiration-plugin
Icinga2/Nagios plugin for checking domain expiration
Stars: ✭ 24 (-67.57%)
Mutual labels:  domain, domains
ucsunivention
⚫ Curso GRÁTIS SAMBA-4 UCS Univention Core Free 5.x Domain Controller Active Directory Open Source
Stars: ✭ 29 (-60.81%)
Mutual labels:  domain, domains

DomainFuzz

Find similar-looking domain names that adversaries can use to attack you. Can detect typosquatters, phishing attacks, fraud and corporate espionage. Useful as an additional source of targeted threat intelligence.

Demo

Usage

TODO.

Command util

This project provides a cli tool.

For example, use qq.com as a target:

node cli.js --target qq.com --format csv --out-put qq.csv -c 10 --modules whois,banners,mxcheck,geoip

Options

  • --target <domain> target domain name or URL to check
  • -o --out-put <file> Output filename
  • -f --format <type> Output format (JSON|CSV) [JSON]
  • -c --concurrency <num> start specified NUMBER of concurrency
  • --modules <module> Enable modules (whois|banners|mxcheck|ssdeep|geoip)
  • --nameservers <nameservers> comma separated list of nameservers to query
  • --dictionary <file> generate additional domains using dictionary FILE
  • --registered show only registered domain names (TODO)
  • --can-register show only can register domain names (TODO)

Dependencies

Reference

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].