https://github.com/stringmanolo/otts
HackingOS
https://github.com/stringmanolo/otts
Last synced: 13 days ago
JSON representation
HackingOS
- Host: GitHub
- URL: https://github.com/stringmanolo/otts
- Owner: StringManolo
- Created: 2021-06-22T21:20:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T00:04:21.000Z (over 4 years ago)
- Last Synced: 2025-04-02T02:46:56.566Z (10 months ago)
- Size: 3.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# otts
Otts is a customized versión of an alpine linux designed to hacking using Termux on an Android OS without root.
## How to install?
Run the next command:
```
yes | pkg install quickjs && pkg install proot-distro; git clone https://github.com/stringmanolo/otts && cd otts && 7z x otts.7z && mv otts.override.sh /data/data/com.termux/files/usr/etc/proot-distro/ && mv otts /data/data/com.termux/files/usr/var/lib/proot-distro/installed-rootfs/otts && echo '#!/usr/bin/bash
proot-distro login otts' > ~/../usr/bin/otts && chmod +775 ~/../usr/bin/otts && otts
```
## How to run?
Run the next command
```
otts
```