Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

numcracker by skill347

A simple Python script for cracking a range of numbers, from a hash pattern.


Usage

usage: numcracker [-h] [--mode {sha512,sha256,sha1,md5}] [--out OUT] [--verbose] [--leading LEADING] range expression

positional arguments:
  range                 Range of numbers to crack. Example: 100-250
  expression            RegEx expression to match.

options:
  -h, --help            show this help message and exit
  --mode {sha512,sha256,sha1,md5}, -m {sha512,sha256,sha1,md5}
                        Select the hashing algorithm. Default is SHA512.
  --out OUT, -o OUT     Output filename.
  --verbose, -v         Verbose mode.
  --leading LEADING, -l LEADING
                        Target number length (will add leading zeros).

About

Crack simple number hashes.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages