Skip to content

TheRaphael0000/domain_name_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run

uv run main.py --help

examples

# all raphael + figure '.de' domains
uv run main.py "raphael[0-9]\.de" 

# letter,vowel,letter,vowel '.de' domains
uv run main.py "[a-z][aeiouy][a-z][aeiouy]\.de"

# random 4 letters '.de' domains
uv run main.py "[a-z]{4}\.de" -r

About

Find domain names using regex

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages