From 841c93e4c5b6e6b119c9503b5507d02e1c3e66d0 Mon Sep 17 00:00:00 2001 From: N1ck3nd <33940529+N1ck3nd@users.noreply.github.com> Date: Thu, 10 Nov 2022 10:11:11 +0000 Subject: [PATCH] Fixed typo in requirements.sh (#18) --- scripts/showinfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/showinfo.sh b/scripts/showinfo.sh index 115cb98..d4f1b65 100644 --- a/scripts/showinfo.sh +++ b/scripts/showinfo.sh @@ -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."