Skip to content

Commit 341e466

Browse files
Update README.md
updated compile from source code info
1 parent ec72866 commit 341e466

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hashgen (go) - Cyclone's hash generator
1+
# hashgen - Cyclone's hash generator
22
```
33
$ ./hashgen_amd64.bin -m 0 -w rockyou.txt -o /dev/null
44
2023/11/02 19:10:51 Starting...
@@ -54,8 +54,14 @@ To use hashgen, type your mode, wordlist input & hash output files with a simple
5454
- https://github.com/cyclone-github/hashgen-testing
5555

5656
### Compile hashgen from source:
57-
- If you want the latest hashgen features, compiling from source is the best option since the release version may run several revisions behind the source code.
58-
- Compile from source code info:
57+
- If you want the latest features, compiling from source is the best option since the release version may run several revisions behind the source code.
58+
- This assumes you have Go and Git installed
59+
- `git clone https://github.com/cyclone-github/hashgen.git`
60+
- `cd hashgen`
61+
- `go mod init hashgen`
62+
- `go mod tidy`
63+
- `go build -ldflags="-s -w" hashgen.go`
64+
- Compile from source code how-to:
5965
- https://github.com/cyclone-github/scripts/blob/main/intro_to_go.txt
6066

6167
### Mentions:

0 commit comments

Comments
 (0)