Cloudtopolis : Cracking Hashes In The Cloud For Free

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

  • Have 1 Google account (at least).

Installation

  • Cloudtopolis installation is carried out in two phases:

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

R K

Recent Posts

Cybersecurity – Tools And Their Function

Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…

2 hours ago

MODeflattener – Miasm’s OLLVM Deflattener

MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…

2 hours ago

My Awesome List : Tools And Their Functions

"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…

2 hours ago

Chrome Browser Exploitation, Part 3 : Analyzing And Exploiting CVE-2018-17463

CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…

2 hours ago

Chrome Browser Exploitation, Part 1 : Introduction To V8 And JavaScript Internals

The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…

2 hours ago

Chrome Browser Exploitation, Part 3: Analyzing and Exploiting CVE-2018-17463

The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…

5 hours ago