Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lgcarmo authored Dec 27, 2023
1 parent 1effcae commit b8a28be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ This simple Rust program is designed to crack MD5 hashed passwords by comparing

```bash
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
```bash
$ git clone https://github.com/lgcarmo/Md5_BruteForce.git
$ cd Md5_BruteForce

$ cargo b
```

## Usage

```bash
$ ./md5_bruteForce> <target_md5> <nome_do_arquivo>
```

0 comments on commit b8a28be

Please sign in to comment.