From 0ec16fd342c4914984c793a1a9f9a34fe862248a Mon Sep 17 00:00:00 2001 From: Kings Coder <107310958+ManKing2@users.noreply.github.com> Date: Tue, 29 Nov 2022 03:58:13 +0300 Subject: [PATCH] Update penglab.ipynb --- penglab.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",