https://github.com/dmdhrumilmistry/termuxscripts
A Termux Hacking tools and Linux distros Script Collections to Hack with Android
https://github.com/dmdhrumilmistry/termuxscripts
dmdhrumilmistry hacking installation-scripts linux scripts termux
Last synced: 12 months ago
JSON representation
A Termux Hacking tools and Linux distros Script Collections to Hack with Android
- Host: GitHub
- URL: https://github.com/dmdhrumilmistry/termuxscripts
- Owner: dmdhrumilmistry
- License: mit
- Created: 2022-01-05T11:42:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-17T12:45:54.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T07:08:47.237Z (about 1 year ago)
- Topics: dmdhrumilmistry, hacking, installation-scripts, linux, scripts, termux
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TermuxScripts
```bash
===============================
___ ___ __
| |__ |__) |\/| | | \_/
| |___ | \ | | \__/ / \
__ __ __ __ ___ __
/__` / ` |__) | |__) | /__`
.__/ \__, | \ | | | .__/
______________________________
Project by
dmdhrumilmistry
______________________________
```
## Scripts
- Installation Scripts
|Script Name|Description|
|:---------:|:----------|
|[Beef](https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/Installation/Beef/beef-installer.sh)|Installs Beef Framework on Termux|
|[cryptography](https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/Installation/cryptography.sh)|Helps to install cryptography python package|
|[Install Linux Distros](https://github.com/dmdhrumilmistry/TermuxScripts/tree/main/Installation/linux_distros)
[Ubuntu](https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/Installation/linux_distros/ubuntu.sh)|Installation Scripts to install linux distros in Termux without Root|
|[TOR WebServer](https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/Installation/tor_webserver.sh)|Installs and configures apache2 webserver to host a website on TOR network|
|[Ngrok](https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/Installation/ngrok_installation.sh)|Installs ngrok on Termux|
|[GooglePhish](https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/Installation/GooglePhish.sh)|Installs Google Phishing Page Project on Termux|
## Installation
- Install **TermuxScripts** project
```bash
bash -c "$(curl -fsSL https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/installer.sh?raw=True)"
```
- Provide `termux-scripts.py` permission for execution if missing
```bash
chmod +x TermuxScripts/termux-scripts.py
```
## Usage
- Start UI using
```bash
python termux-scripts.py
```
_OR_
```bash
./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:
```bash
>> 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](https://github.com/dmdhrumilmistry/TermuxScripts/blob/main/LICENSE)
## Contributions
- Fork this project
- Update project
- Create Pull Request
- PR will be merged after reviewing the commits