Cloudtopolis is a tool that facilitates the installation and provisioning of Hashtopolis on the Google Cloud Shell platform, quickly and completely unattended (and also, free!).
Requirements
Installation
Phase 1
Access Google Cloud Shell from the following link:
https://ssh.cloud.google.com/cloudshell/editor?hl=es&fromcloudshell=true&shellonly=true
Then, run the following commands inside this terminal:
wget https://raw.githubusercontent.com/JoelGMSec/Cloudtopolis/master/Cloudtopolis.sh
chmod +x Cloudtopolis.sh
./Cloudtopolis.sh
Phase 2
Access Google Colaboratory through the following link:
https://colab.research.google.com/github/JoelGMSec/Cloudtopolis/blob/master/Cloudtopolis.ipynb
It is necessary to fill the fields in the “Requeriments” section with the data obtained in Google Cloud Shell and Hashtopolis.
For this, you can access to Hashtopolis directly from the following url:
https://ssh.cloud.google.com/devshell/proxy?authuser=0&port=8000&environment_id=default
Or through an SSH tunnel, following the instructions that appear after the execution of the first script.
Finally, run the Colaboratory code until the agent is registered with Hashtopolis.
Use
After installation is complete, more agents can be added by repeating phase 2 as many times as desired. For this, it is necessary to use 1 Google account for each instance of Colaboratory. It is not necessary to repeat phase 1 at any time, you can use your other accounts or those of your friends and colleagues.
Now it is possible to select additional options!
AllwaysP100 = If selected, the script will not run unless the assigned GPU is a TESLA P100
Kaonashi = Will download Kaonashi.txt dictionary and OneRuleToRuleThemAll rule
Rockyou = Will download rockyou.txt dictionary
To load them, it is only necessary to change “False” to “True” before starting the code from the notebook.
By default, only Rockyou is selected to load at startup.
The detailed guide for installation, use and advice is at the following link:
https://darkbyte.net/cloudtopolis-rompiendo-hashes-en-la-nube-gratis
License
This project is licensed under the GNU 3.0 license – see the LICENSE file for more details.
The following are the NVIDIA and Google Colaboratory terms and conditions, as well as the frequently asked questions:
https://colab.research.google.com/pro/terms
https://research.google.com/colaboratory/faq.html
https://cloud.google.com/terms/service-terms/nvidia
Credits & Acknowledgments
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…