Skip to content

Commit

Permalink
Fixed typo in requirements.sh (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ck3nd authored Nov 10, 2022
1 parent 53d066f commit 841c93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/showinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "8. Combinator: Will combine two input wordlists to create new passwords -
echo "9. Iterate results: Iterate gathered results from a previous performed job, advise to run this multiple times after completing other tasks"
echo "10. Prefix suffix: Will take the already cracked hashes, take the prefix and suffix and put them together in variations"
echo "11. Common substring: Will take the common substrings out of the already cracked hashes and create new variations"
echo "12. PACK rulegen will take the already cracked plaintext passwords and create a new rule, the rule is then used with the wordlist of your choise. Requires python2 and pyenchant (pip install pyenchant==3.0.0a1)"
echo "12. PACK rulegen will take the already cracked plaintext passwords and create a new rule, the rule is then used with the wordlist of your choice. Requires python2 and pyenchant (pip install pyenchant==3.0.0a1)"
echo "13. PACK maskgen will craft pattern-based mask attacks."
echo "14. Fingerprint attack, disassembling cracked plaintext passwords into all its possible mutations. Using as new input and afterwards running with some rules"
echo "15. Takes all wordlists in a folder, for example the 'wordlists'. Goes thru them plaintext and then again with OneRuleToRuleThemAll."
Expand Down

0 comments on commit 841c93e

Please sign in to comment.