viramontesrenteria / cyberspy

Plugin for Termux in order to extend its functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CyberSpy - Espía Cibernético

Hacking Tool Suite for Android in Termux (No root)

This tool can only be executed in Termux.

Preview in Termux

CyberSpy

Requirements

  • Updated Termux application.
  • Android 9 or higher.
  • Minimum 100MB of available storage.

Download Termux F-Droid

Note: It is not recommended to use the Termux application that is available in "Google Play Store" because the developers no longer maintain this app and therefore it is outdated. Termux still receives updates on another platform called "F-Droid" so download the app with the following link: Termux F-Droid

Installation in Termux

Update Termux repositories.

yes|pkg update && yes|pkg upgrade

Grant storage permissions to Termux.

termux-setup-storage

Install "git" version control software.

yes|pkg install git

Clone github repository.

git clone https://github.com/Darkmux/cyberspy.git

Access the cloned "cyberspy" folder.

cd cyberspy

Grant execute permissions to all files with extension (.sh).

chmod 777 *.sh

Run the installer.

bash cyberspy.sh

New Commands Available

The main command is spy which is used along with its arguments for it to work properly:

Arguments Available

Shows a help menu on the use of cyberspy in the terminal.

spy help

Shows the list of tools or banners available to use and install.

spy list <tools|banners|prompts>

Find and update CyberSpy to its latest version. (Run it whenever they enter the terminal).

spy update

Completely uninstall CyberSpy and go back to the default Termux (only use it if you don't like cyberspy).

spy uninstall

Changes the size of the banner depending on the specified argument. (It is recommended to adapt it to your font size in Termux).

spy style <banner|prompt>

Installs the tool specified as an argument.

spy install <tool>

Removes the tool specified as an argument.

spy remove <tool>

Reinstall the tool specified as argument.

spy reinstall <tool>

Follow Me

Coded by: @Darkmux

© WHITE HACKS

About

Plugin for Termux in order to extend its functions.

License:GNU General Public License v3.0


Languages

Language:Shell 98.0%Language:Ruby 1.7%Language:JavaScript 0.3%