Skip to content

Instantly share code, notes, and snippets.

View rfong's full-sized avatar

rfong rfong

View GitHub Profile
@rfong
rfong / domain_finder.py
Last active December 3, 2019 23:45 — forked from stepchowfun/domain_finder.py
Fork of boyers's domain name n-gram generator that lets user specify initial prefix, or fallback on other domain extensions
#!/usr/bin/python -O
from optparse import OptionParser
import random
import string
import subprocess
import threading
import time
import re
# get a list of words with only ASCII characters, and surround them with ^ and $ to demarcate the word boundaries