Skip to content

Commit 61c3bcb

Browse files
v2023-10-13.1445; fixed #4
1 parent 1047013 commit 61c3bcb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Custom: -time 2m -crack 100
2424
./crackmon -t 2 -c 100 ./hashcat {hashcat args}
2525
2626
All flags:
27-
-t time threshold in minutes
28-
-c average cracks threshold per -t
29-
-debug enable debug output
30-
-help show this help menu
31-
-version show version info
27+
-t minimum runtime in minutes
28+
-c cumulative average cracks threshold
29+
-debug enable debug output
30+
-help show this help menu
31+
-version show version info
3232
```
3333
For troubleshooting, run with -debug flag
3434
```

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ https://github.com/cyclone-github/crackmon/blob/main/LICENSE
1414
1515
crackmon - by cyclone
1616
original idea by: https://github.com/justpretending/avgdrop
17-
hashcat wrapper tool to similate pressing "b" key to bypass current hashcat attack if cracking rate goes below threshold
17+
hashcat wrapper tool to simulate pressing "b" key to bypass current hashcat attack if cracking rate goes below threshold
1818
developed and tested on debian 12 linux
1919
2020
example:

0 commit comments

Comments
 (0)