Skip to content

Takes a file of username:hash and a file of hash:Password. Outputs a list of username:password

Notifications You must be signed in to change notification settings

hackern0v1c3/hash_combiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

hash_combiner

Takes a file of username:hash and a file of hash:Password. Outputs a list of username:password

formatting tips

Here are some examples to take output from popular programs and format it for hash_combiner. Please send other examples and I can post them here.

  1. secretsdump.py : cat secrets_dump.txt |cut -d'' -f2 | cut -d':' -f1,4 > secrets_dump_reformated.txt

About

Takes a file of username:hash and a file of hash:Password. Outputs a list of username:password

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages