diff --git a/penglab.ipynb b/penglab.ipynb index 2654e95..82b0c2f 100644 --- a/penglab.ipynb +++ b/penglab.ipynb @@ -26,15 +26,15 @@ "#by mxrch\n", "\n", "#Choose what you want to install\n", - "hashcat = False\n", + "hashcat = True\n", "john = False\n", - "hydra = False\n", + "hydra = True\n", "\n", "#Which shell ? (only one, or none)\n", "#⚠️ Don't select a shell to run bash commands in the Google Colab way (you'll see). Stable.\n", "ssh = False #It uses ngrok. Stable and interactive, but take a little time to setup\n", "python_shell = False #Useful for little hashes, but not for long hours, since you'll see the output only when it finish. Not interactive, but stable.\n", - "bash_shell = False #Useful for big hashes. but you'll don't see your input (surely a Google Colab protection). Stable.\n", + "bash_shell = True #Useful for big hashes. but you'll don't see your input (surely a Google Colab protection). Stable.\n", "\n", "#Wordlists (see weakpass.com to download them)\n", "wordlists_dir = \"wordlists\"\n",