From c505450d9871f336311014e5ec2c347630503c19 Mon Sep 17 00:00:00 2001 From: Hugo Biais Date: Fri, 24 Feb 2023 18:05:49 +0000 Subject: [PATCH 1/2] Add Warning section to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 13a4586..4558b7f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ You only need a Google Account to use Google Colab, and to use ngrok for SSH (op ## What is Google Colab ? Google Colab is a free cloud service, based on Jupyter Notebooks for machine-learning education and research. It provides a runtime fully configured for deep learning and free-of-charge access to a robust GPU. +## Warning +Google Colab prohibits the use of their services for certain actions, including password cracking. By using **Penglab**, you risk getting your Google Colab blocked from accessing Colab runtimes (which is what makes this tool great). **Use at your own risks**. + ## Benchmarks #### Hashcat Benchmark : From 2dc0795826b115d910c1bd67d8a0a3a26b3e4a00 Mon Sep 17 00:00:00 2001 From: Hugo Biais Date: Fri, 24 Feb 2023 18:15:35 +0000 Subject: [PATCH 2/2] Add link to Google Colab restrictions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4558b7f..4069d5c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You only need a Google Account to use Google Colab, and to use ngrok for SSH (op Google Colab is a free cloud service, based on Jupyter Notebooks for machine-learning education and research. It provides a runtime fully configured for deep learning and free-of-charge access to a robust GPU. ## Warning -Google Colab prohibits the use of their services for certain actions, including password cracking. By using **Penglab**, you risk getting your Google Colab blocked from accessing Colab runtimes (which is what makes this tool great). **Use at your own risks**. +Google Colab prohibits the use of their services for certain [actions](https://research.google.com/colaboratory/faq.html#limitations-and-restrictions), including password cracking. By using **Penglab**, you risk getting your Google Colab blocked from accessing Colab runtimes (which is what makes this tool great). **Use at your own risks**. ## Benchmarks