Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaked8634 committed Apr 7, 2024
1 parent 7ffd2c2 commit ef5e045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashcat_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
TMP_DIR = "/tmp"
NTFY_TOPIC = os.environ["NTFY_TOPIC"]
HASHCAT_ATTACK = os.environ["HASHCAT_ATTACK"]
WORKLOAD = "1"
WORKLOAD = "4"
DICT_URL = os.environ.get("DICT_URL")
WORDLIST_FILENAMES: list[str] = []
OUT_FILE = os.path.join(TMP_DIR, "hashcat.out")
Expand Down

0 comments on commit ef5e045

Please sign in to comment.