-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p align="center"><img width=500 alt="Cloudtopolis" src="https://raw.githubusercontent.com/JoelGMSec/Cloudtopolis/master/Cloudtopolis.png"></p> | ||
<p align="center"><img width=550 alt="Cloudtopolis" src="https://raw.githubusercontent.com/JoelGMSec/Cloudtopolis/master/Cloudtopolis.png"></p> | ||
|
||
|
||
**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!). Together with Google Collaboratory, it allows us to break hashes without the need for dedicated hardware from any browser. | ||
|
@@ -20,9 +20,7 @@ https://ssh.cloud.google.com/cloudshell/editor?hl=es&fromcloudshell=true&shellon | |
|
||
Then, run the following commands inside this terminal: | ||
``` | ||
wget https://raw.githubusercontent.com/JoelGMSec/Cloudtopolis/master/Cloudtopolis.sh | ||
chmod +x Cloudtopolis.sh | ||
./Cloudtopolis.sh | ||
curl https://raw.githubusercontent.com/JoelGMSec/Cloudtopolis/master/Cloudtopolis.sh | bash | ||
``` | ||
|
||
|
||
|
@@ -65,7 +63,7 @@ To load them, it is only necessary to change "False" to "True" before starting t | |
By default, only Rockyou is selected to load at startup. | ||
``` | ||
|
||
The detailed guide of installation, use and advice can be found in the following link: | ||
### The detailed guide of use can be found at the following link: | ||
|
||
https://darkbyte.net/cloudtopolis-rompiendo-hashes-en-la-nube-gratis | ||
|
||
|
@@ -85,11 +83,11 @@ https://cloud.google.com/terms/service-terms/nvidia | |
# Credits and Acknowledgments | ||
This tool has been created and designed from scratch by Joel Gámez Molina // @JoelGMSec | ||
|
||
Original idea from @mxrch, inspired by Penglab: https://github.com/mxrch/penglab | ||
Original idea from **@mxrch**, inspired in *Penglab* --> https://github.com/mxrch/penglab | ||
|
||
Hashtopolis by Sein Coray: https://github.com/s3inlc/hashtopolis | ||
**Hashtopolis** by *Sein Coray* --> https://github.com/s3inlc/hashtopolis | ||
|
||
Hashcat: https://github.com/hashcat/hashcat | ||
**Hashcat** --> https://github.com/hashcat/hashcat | ||
|
||
|
||
# Contact | ||
|
@@ -98,102 +96,7 @@ This software does not offer any kind of guarantee. Its use is exclusive for edu | |
For more information, you can contact through [email protected] | ||
|
||
|
||
------------------------------------------------------------------------------------------------------------- | ||
# Spanish description | ||
# Support | ||
You can support my work buying me a coffee: | ||
|
||
|
||
**Cloudtopolis** es una herramienta que facilita la instalación y el aprovisionamiento de Hashtopolis en la plataforma Google Cloud Shell, de forma rápida y totalmente desatendida (y además, gratis!). Junto con Google Colaboratory, nos permite romper hashes sin necesidad de hardware dedicado desde cualquier navegador. | ||
|
||
|
||
# Requisitos | ||
Disponer de 1 cuenta de Google (como mínimo). | ||
|
||
|
||
# Instalación | ||
La instalación de Cloudtopolis se realiza en dos fases: | ||
|
||
|
||
### Fase 1 | ||
|
||
Acceder a Google Cloud Shell desde el siguiente enlace: | ||
|
||
https://ssh.cloud.google.com/cloudshell/editor?hl=es&fromcloudshell=true&shellonly=true | ||
|
||
A continuación, ejecutar los siguientes comandos dentro de esta terminal: | ||
``` | ||
wget https://raw.githubusercontent.com/JoelGMSec/Cloudtopolis/master/Cloudtopolis.sh | ||
chmod +x Cloudtopolis.sh | ||
./Cloudtopolis.sh | ||
``` | ||
|
||
|
||
### Fase 2 | ||
|
||
Acceder a Google Colaboratory a través del siguiente enlace: | ||
|
||
https://colab.research.google.com/github/JoelGMSec/Cloudtopolis/blob/master/Cloudtopolis.ipynb | ||
|
||
Es necesario rellenar los campos en la sección "Requeriments" con los datos obtenidos en Hashtopolis. | ||
|
||
Puedes acceder directamente a Hashtopolis (siempre que se encuentre en ejecución) desde la siguiente url: | ||
|
||
https://ssh.cloud.google.com/devshell/proxy?authuser=0&port=8000&environment_id=default | ||
|
||
Por último, ejecutar el código de Colaboratory hasta que el agente aparezca registrado en Hashtopolis. | ||
|
||
|
||
# Uso | ||
|
||
Una vez terminada la instalación, pueden añadirse más agentes repitiendo la fase 2 tantas veces como se desee. | ||
Para ello, es necesario utilizar 1 cuenta de Google por cada instancia de Colaboratory. | ||
No es necesario repetir la fase 1 en ningún momento, puedes utilizar tus otras cuentas o las de tus amigos y compañeros. | ||
|
||
``` | ||
Opciones adicionales: | ||
Kaonashi = Descargará el diccionario Kaonashi.txt | ||
Kaonashi_WPA = Descargará el diccionario Kaonashi_WPA100M.txt | ||
Rockyou = Descargará el diccionario rockyou.txt | ||
OneRule = Descargará la regla OneRuleToRuleThemAll | ||
VPS = Habilita el modo VPS, para conectarse a un servidor de Hashtopolis propio a través de SSH | ||
SshHost = Aquí debes introducir el host o la IP pública del servidor VPS | ||
SshPort = Aquí debes introducir el puerto SSH del servidor VPS | ||
SshUser = Aquí debes introducir el usuario del servidor VPS | ||
SshPass = Aquí debes introducir la contraseña del servidor VPS | ||
Para cargarlas, solo es necesario cambiar "False" por "True" antes de arrancar el código del cuaderno. | ||
Por defecto, solo Rockyou está seleccionado para cargarse al inicio. | ||
``` | ||
|
||
La guía detallada de instalación, uso y consejos se encuentra en el siguiente enlace: | ||
|
||
https://darkbyte.net/cloudtopolis-rompiendo-hashes-en-la-nube-gratis | ||
|
||
|
||
# Licencia | ||
Este proyecto está licenciando bajo la licencia GNU 3.0 - ver el fichero LICENSE para más detalles. | ||
|
||
A continuación se adjuntan los términos y condiciones de NVIDIA y Google Colaboratory, así como las preguntas frecuentes: | ||
|
||
https://colab.research.google.com/pro/terms | ||
|
||
https://research.google.com/colaboratory/faq.html | ||
|
||
https://cloud.google.com/terms/service-terms/nvidia | ||
|
||
|
||
# Créditos y Agradecimientos | ||
Esta herramienta ha sido creada y diseñada desde cero por Joel Gámez Molina // @JoelGMSec | ||
|
||
Idea original de @mxrch, inspirado en Penglab: https://github.com/mxrch/penglab | ||
|
||
Hashtopolis de Sein Coray: https://github.com/s3inlc/hashtopolis | ||
|
||
Hashcat: https://github.com/hashcat/hashcat | ||
|
||
|
||
# Contacto | ||
Este software no ofrece ningún tipo de garantía. Su uso es exclusivo para entornos educativos y/o auditorías de seguridad con el correspondiente consentimiento del cliente. No me hago responsable de su mal uso ni de los posibles daños causados por el mismo. | ||
|
||
Para más información, puede contactar a través de [email protected] | ||
[<img width=250 alt="buymeacoffe" src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png">](https://www.buymeacoffee.com/joelgmsec) |