Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Final commit (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrendor committed Sep 22, 2023
1 parent ae1d7cb commit ed23aa2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<p align="center">
<img src="logo.png">
</p>

# Jack Hash Finder
Quick lookup for the original value of an hash

# Purpose
I was tired of looking up for common hashes values by hand. During CTFs you will eventually encounter some hashes. Instead of cracking them on your local machine or fire up a browser and look it up, the script does it for you. It tries some services to see if it's a common and known hash.


```bash
./jhf 21232f297a57a5a743894a0e4a801fc3
```
You can specify more than one hash
```bash
./jhf b3ddbc502e307665f346cbd6e52cc10d 0bc11f2f3279555c317be9cf9e52645a
```
Or you can read from file by using `-f` or `--file`
```bash
./jhf -file report/hashes.txt
```

Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed23aa2

Please sign in to comment.