Skip to content

dmdhrumilmistry/TermuxScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermuxScripts

===============================
___  ___  __
 |  |__  |__)  |\/| |  | \_/
 |  |___ |  \  |  | \__/ / \

 __   __   __     __  ___  __
/__` /  ` |__) | |__)  |  /__`
.__/ \__, |  \ | |     |  .__/
______________________________
Project by
dmdhrumilmistry
______________________________

Scripts

  • Installation Scripts
    Script Name Description
    Beef Installs Beef Framework on Termux
    cryptography Helps to install cryptography python package
    Install Linux Distros
    Ubuntu
    Installation Scripts to install linux distros in Termux without Root
    TOR WebServer Installs and configures apache2 webserver to host a website on TOR network
    Ngrok Installs ngrok on Termux
    GooglePhish Installs Google Phishing Page Project on Termux

Installation

  • Install TermuxScripts project

    bash -c "$(curl -fsSL https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/installer.sh?raw=True)"
  • Provide termux-scripts.py permission for execution if missing

    chmod +x TermuxScripts/termux-scripts.py

Usage

  • Start UI using

    python termux-scripts.py

    OR

    ./termux-scripts.py
  • Use help menu for options

    >> help
    +---------+----------------------------------------------+
    | Command | Description                                  |
    +---------+----------------------------------------------+
    |   help  | prints commands along with description       |
    |   exit  | exits TermuxScripts console                  |
    |  clear  | clears console                               |
    |   show  | print options in current directory           |
    |  select | selects a directory, eg. select Installation |
    |   back  | move one directory back                      |
    |   run   | runs a script eg. run GooglePhish.sh         |
    +---------+----------------------------------------------+
    
  • To run GooglePhish.sh scripts from Installation scripts use:

    >> show
    +--------------+-----------------------+---------------+
    |     Dir      |         Files         | Dirs          |
    +--------------+-----------------------+---------------+
    |      .       |      installer.sh     | .git          |
    |              |                       | Installation  |
    | Installation |     GooglePhish.sh    | Beef          |
    |              |    cryptography.sh    | linux_distros |
    |              | ngrok_installation.sh |               |
    |              |    tor_webserver.sh   |               |
    +--------------+-----------------------+---------------+
    >> select Installation 
    >> run GooglePhish.sh

License

MIT License

Contributions

  • Fork this project
  • Update project
  • Create Pull Request
  • PR will be merged after reviewing the commits

About

A Termux Hacking tools and Linux distros Script Collections to Hack with Android

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published