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

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago