Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 1.37 KB

README.md

File metadata and controls

70 lines (57 loc) · 1.37 KB

IGHack-Auto

Español:

Introduccion

Este es un programa con uso educacional, solo para aprender como es la base de un password cracker. No me hago responsable el uso que contenga. Es apto para cualquier terminal Lo unico que requiere es los requisitos, pero si lo instalas y ejecutas setup.sh se instala automaticamente

Como instalar

  • Primero descargamos git para poder copiar el repositorio
apt install git 

(sudo apt install git si es linux)

  • Luego copiamos el repositorio
git clone https://github.com/JuanEGamerYT/ighack
  • Entramos al directorio
cd ighack
  • Descargamos los requisitos
bash setup.sh
  • Y luego ya podemos ejecutar ighack con
bash ighack.sh

Ingles:

Introduction

This is a program for educational use, only to learn how a password cracker is based. I am not responsible for the use it contains. It is suitable for any terminal The only thing it requires is the requirements, but if you install it and run setup.sh it installs automatically

How to install

  • First we download git to be able to copy the repository
apt install git

(sudo apt install git if linux)

  • Then we copy the repository
git clone https://github.com/JuanEGamerYT/ighack
  • We enter the directory
cd ighack
  • We download the requirements
bash setup.sh
  • And then we can run ighack with
bash ighack.sh