projects
/
hashcat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73fd95a
)
Fix changes
author
jsteube
<jens.steube@gmail.com>
Sun, 22 May 2016 20:25:15 +0000
(22:25 +0200)
committer
jsteube
<jens.steube@gmail.com>
Sun, 22 May 2016 20:25:15 +0000
(22:25 +0200)
docs/changes.txt
patch
|
blob
|
history
src/hashcat.c
patch
|
blob
|
history
diff --git
a/docs/changes.txt
b/docs/changes.txt
index
206a9fb
..
375c49b
100644
(file)
--- a/
docs/changes.txt
+++ b/
docs/changes.txt
@@
-69,6
+69,7
@@
It combines all features of all hashcat projects in one project.
- Extended version information
- Removed some duplicate rules in T0XlCv1, d3ad0ne and dive
- Redesigned changes.txt layout
+- Redesigned --help menu layout
##
## Bugs
diff --git
a/src/hashcat.c
b/src/hashcat.c
index
adac10a
..
5d271f3
100644
(file)
--- a/
src/hashcat.c
+++ b/
src/hashcat.c
@@
-6120,7
+6120,7
@@
int main (int argc, char **argv)
}
}
- if ((workload_profile < 1) || (workload_profile > 3))
+ if ((workload_profile < 1) || (workload_profile > 4))
{
log_error ("ERROR: workload-profile %i not available", workload_profile);