Can't run interactive hashcat inside a while read loop - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Can't run interactive hashcat inside a while read loop (/thread-12197.html) |
Can't run interactive hashcat inside a while read loop - richardmalone - 10-22-2024 Hello, I am trying to run hashcat v6.1.0 in a bash script multiple times in a loop. The issue that I'm having it that, because hashcat is interactive, the script executes it multiple times over. I would like to run the first hashcat command and, only when that finishes, the second one should run. Here is my script: Code: while read dict[/color] Also, what about nested while loop? For example: Code: [color=#0c0d0e]while read rule_right[/color] Also, what about nested while loop? For example: |