We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf0b17 commit b3403f6Copy full SHA for b3403f6
scripts/processors/15-multiple-wordlists.sh
@@ -2,8 +2,12 @@
2
# Author: crypt0rr - https://github.com/crypt0rr/
3
4
# Requirements
5
-source scripts/selectors/hashtype.sh
6
-source scripts/selectors/hashlist.sh
+if [[ "$STATICCONFIG" = true ]]; then
+ source hash-cracker.conf
7
+else
8
+ source scripts/selectors/hashtype.sh
9
+ source scripts/selectors/hashlist.sh
10
+fi
11
source scripts/selectors/multiple-wordlist.sh
12
13
# Rules
0 commit comments