Skip to content

lucidtrip/md5checker.php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

md5checker.php

md5checker is a command line interface tool to check md5.

Core Requirements

  • PHP with phpcurl

usage

php md5checker.php user:md5

examples

adddir

php md5checker.php test:098f6bcd4621d373cade4e832627b4f6

for multicheck use xargs

xargs -a md5_list.txt -i -n 1 -P 25 php md5checker.php "{}"

for more configs and options look the first lines of this script!

Contact

  • email: lucid.trip[at]mail[dot]ru

About

check a list with md5s

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages