blob: ffe431fdb0b8ff76189ff155a78cf3fc48753763 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
April 2018
# FreeDom - Free Domain Checker
This little multithreaded tool, written in **Haskell**, searches quickly
for free domains. Just give it a list of words and top level domains. It
uses **DNS lookup**, so it is not 100% reliable but it is **very fast**. Below
find a short example of **FreeDom** scanning for free domains in
**100 threads** simultaneously.
<asciinema-player loop="1" preload="true" theme="solarized-dark" autoplay="true" src="freedom.cast"></asciinema-player>
You can use **whois**, which is unfortunately painfully slow and often throttled,
to cross check the final results you are interested in.
## Git Repo
You can find the **source code** in my Haskell git repository:
* <https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=freedomain>
|