[INFO] Image:
[INFO] This software is developed for Kali Linux and made in Python.
[INFO] Support:
| System | Supported |
|---|---|
| Windows | ❌ |
| Kali Linux | ✅ |
| Debian | ✅ |
| Red Hat | ❌ |
| Fedora | ❌ |
| Android | ❌ |
| MacOS | ❌ |
[INFO] Linux installation:
[1] Clone the repository:
git clone https://github.com/ZombieGeeK0/Ryno
[2] Access to the folder and give parmissions to the install.sh:
cd Ryno && chmod +x install.sh && chmod 777 install.sh && cd v1
[INFO] Arguments:
[-c, --console] Requests an interactive shell. It is accompanied by the time in which to open the console in seconds (SECOND VERSION, under construction)
[-s, --scan] Scan the ports of the IP indicated next to the argument
[-l, --leave] Exits the terminal and/or program
[-t, --text] Provides information of some kind in plain text
[-e, --encrypt] Is followed by the passkey and the plaintext subsequently specified with the "-t" parameter. Specifies the password with which to encrypt a string
[-u, --unhash] Breaks the hash on the encryption cipher specified after the "-u" parameter. The hashed plaintext is indicated by the parameter "-t". Indicates the passkey to decrypt the text
[-r, --research] Search for an email on OSINT pages. The email is indicated after the "-r" parameter
[-q, --qrcode] Generates a QR code of a given page after the argument "-q"
[-o, --osint] Scan a web with OSINT techniques
[INFO] Examples:
python3 ryno.py -c 3 (SECOND VERSION, under construction)
python3 ryno.py -s 127.0.1.1
python3 ryno.py -l true
python3 ryno.py -e passkey -t hello
python3 ryno.py -u passkey -t codemessage1234
python3 ryno.py -r iamdonald@gmail.com
python3 ryno.py -q https://www.google.com
python3 ryno.py -o https://www.github.com -t username
[INFO] Sites searched by the "-r" parameter ("--research"):
- Facebook ✔️
- Twitter ✔️
- Instagram ✔️
[INFO] Algorithms supported in Ryno:
| System | Supported |
|---|---|
| AES | ❌ |
| DES | ❌ |
| simplecrypt | ✔️ |
| RSA | ❌ |
| MD5 | ❌ |
| SHA-256 | ❌ |
Explicacion del funcionamiento
- ZombieGeek0: The Ryno proyect.
- Euronymou5: For the OSINT email.
[ 📬 ] Contacta conmigo a través de Discord mandando una invitación a qwfkr.
qwfkr
[ 📬 ] Si lo prefieres, mándame un correo a 3xpl017.contact@proton.me.
3xpl017.contact@proton.me.

