Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

SHi-ON/FreeDom

Repository files navigation

FreeDom

Domain check to find available names by generating candidate strings and running WHOIS lookups.

Features

  • Three-letter, four-letter, and five-letter CVCVC generators.
  • Prefix/suffix (tri-part) generator driven by input.txt.
  • Skips any domains already logged in doms_checked.txt, doms_failed.txt, doms_forbidden.txt, or doms_free.txt.

Getting Started

  1. Use Python 3.8+.
  2. Install dependencies from the included pyproject.toml:
    pip install .
  3. Run the checker:
    freedom          # console script installed via pip
    # or
    python finder.py # from the repository root
  4. To run continuously in the background, use ./run.sh.

Configuring Candidates

  • input.txt includes --prefixes and --suffixes sections used by the tri-part generator.
  • Inside finder.py, choose which generator to run in main() (tri-part, three-letter, four-letter, or CVCVC) by uncommenting the desired call.

Outputs

  • doms_free.txt: domains detected as free.
  • doms_checked.txt: domains confirmed as taken.
  • doms_failed.txt: lookups that errored and should be retried.
  • doms_forbidden.txt: forbidden domains that should be ignored on subsequent runs.

License

Apache 2.0

About

Domain check to find available ones

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors