Checking free ENS domains by dictionary attack on-chain
I wrote the following script and used it to check for a free domains on-chain. It is small but it helps and is beginner friendly. You basicly do not need any knowledge of the code whatsoever.
You can either use SQL version which puts the free domains into a designated table or you can use a version without SQL which will put them into a single file.
I wrote SQL version at first but later figured there might be people who would want to use that without installing SQL provider software.

