SkillAgentSearch skills...

Md5substr

substr(md5()) cracker

Install / Use

/learn @epixoip/Md5substr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

md5substr

Multi-threaded SIMD program to generate collisions for truncated MD5 hashes, e.g. substr(md5(pass), 0, 8)

This can also be used to generate "vanity" MD5 hashes

Compile

cc -o md5substr md5substr.c -march=native -O4 -funroll-loops -pthread

Usage

./md5substr <target> <offset>

Examples

If the hash "bab3d011" was generated with substr(md5(pass), 0, 8),

./md5substr bab3d011 0

If the hash "deadbea7" was generated with substr(md5(pass), 16, 8),

./md5substr deadbea7 16

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1mo ago
Forks1

Languages

C

Security Score

90/100

Audited on Feb 7, 2026

No findings