Skip to content

Commit b3403f6

Browse files
authored
Fixed static config in option 15 (#31)
1 parent 9cf0b17 commit b3403f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

scripts/processors/15-multiple-wordlists.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
# Author: crypt0rr - https://github.com/crypt0rr/
33

44
# Requirements
5-
source scripts/selectors/hashtype.sh
6-
source scripts/selectors/hashlist.sh
5+
if [[ "$STATICCONFIG" = true ]]; then
6+
source hash-cracker.conf
7+
else
8+
source scripts/selectors/hashtype.sh
9+
source scripts/selectors/hashlist.sh
10+
fi
711
source scripts/selectors/multiple-wordlist.sh
812

913
# Rules

0 commit comments

Comments
 (0)