Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

michaelfoster/mediacrack

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

MediaCrack

MediaCrack is a password revorery tool for MediaWiki "B" passwords. "B" type passwords consist of the following components:

  • A colon and the capital letter "B", followed by
  • A colon and a pseudo-random eight-digit hex salt, followed by
  • A colon and the MD5 hash of a concatenation of:
    • The eight-digit hex salt,
    • A dash ("-"), and
    • The MD5 hash of the password

Requirements

  • OpenSSL library
  • POSIX threads

Usage

To compile, use make.

MediaCrack takes words from standard input and attempts them in order. You can run MediaCack alongside John the Ripper:

% john --incremental=alpha --stdout | ./mediacrack :B:838c83e1:e4ab7024509eef084cdabd03d8b2972c
Salt: 838c83e1, MD5: e4ab7024509eef084cdabd03d8b2972c
Success! The password was "password"

...or provide an actual wordlist:

% cat wordlist | ./mediacrack :B:838c83e1:e4ab7024509eef084cdabd03d8b2972c
Salt: 838c83e1, MD5: e4ab7024509eef084cdabd03d8b2972c
Success! The password was "password"

License

I give permission for you to do whatever you want with this software.

About

Password recovery for MediaWiki "B" type passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.