zer0tonin / clean-wordlist

Generates a sanitized wordlist using LLMs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clean-wordlist

Generates a sanitized wordlist using LLMs. Base dictionary taken from dwyl/english-words.

Directly find the result here.

Server

The server uses Cloudflare's Workers AI to host Mistral 7B. Launch it by doing:

cd server
npm install
npx wrangler login # requires a cloudflare account
npx wrangler dev --remote

Client

The client will send the server words 5 by 5 to build the result.txt file. The process takes more than 20h, and the whole thing is not very stable. So you might really want to just use the results I provided in result.txt.

Launch it by doing:

cd client
npm install
SERVER_URL="http://localhost:8787" npm run start

About

Generates a sanitized wordlist using LLMs

License:MIT License


Languages

Language:TypeScript 100.0%