Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions penglab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down