Transmute
Simple but effective word list transmutation command-line app. Feed it words, and mangle them into new variations quickly and easily!
Install / Use
/learn @eshork/TransmuteREADME
transmute.py
A command-line program to generate transmutations of input words, for the purpose of adding controlled complexity to password cracking dictionaries.
Sometimes your password cracking dictionary lacks originality. Your word list may contain every word in the english language, but what if your target was clever enough to append a symbol or number to the end of a common word? Or worse, they replaced a letter with a symbol! Your dictionary doesn't contain that variant, and thus it will never find the user's password.
Enter transmute. With this tool, you can add salt to password dictionaries in a controlled manner.
getting started
Help is embedded. All you need to do is simply run transmute with the -h argument for the full list.
Under most Unix-like environments, you can either:
python transmute.py -h
OR
chmod +x transmute.py
./transmute.py -h
The choice is yours.
Transmute was originally developed using Python 2.7.5, running on Mac OSX 10.9.3 Mavericks. I blame any and all weirdness on the idiosyncrasies of that platform.
examples
Transmute a single word "hello" into all possible capitalization combinations
./transmute.py -c -w hello
Transmute a single word "hello" into all possible leet combinations
./transmute.py -l -w hello
Transmute a single word "hello" into all possible combined capitalization and leet combinations
./transmute.py -cl -w hello
Transmute an entire dictionary list of words into all possible combined capitalization and leet combinations
cat your_dictionary | ./transmute.py -cl
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
