first
This repository has been archived on 2025-10-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-06-12 16:44:44 +02:00
.gitignore initial commit 2024-06-12 16:34:55 +02:00
LICENSE.md add license 2024-06-12 16:44:44 +02:00
main.py initial commit 2024-06-12 16:34:55 +02:00
README.md initial commit 2024-06-12 16:34:55 +02:00
requirements.txt initial commit 2024-06-12 16:34:55 +02:00

numfinder scans for nameservers incrementally to find the first available numerical domain

WARNING: It's usually inaccurate because a registered domain can (and many do) have no nameservers

Examples:

  • Scan .com and .eu: python3 main.py com eu
  • Scan .rocks from 100 up to 1000: python3 main.py --min 100 --max 1000 rocks