All Projects → T4P4N → Awesome Termux

T4P4N / Awesome Termux

Licence: gpl-3.0
Awesome Termux :- Bash Scripts, Wiki, Articles,Shells & Many More...

Projects that are alternatives of or similar to Awesome Termux

Hackphiles
BruteForce Tool For both Instagram and Facebook
Stars: ✭ 57 (-47.22%)
Mutual labels:  termux
Tbomb
This is a SMS And Call Bomber For Linux And Termux
Stars: ✭ 1,287 (+1091.67%)
Mutual labels:  termux
Hpomb
HPomb closed-source project for SMS , Call & Mail bombing available for Window , Linux , MacOS And Android( Termux )
Stars: ✭ 102 (-5.56%)
Mutual labels:  termux
Vaim Sms
THIS TOOL IS FOR DDOS ATTACK ON PHONE NUMBER YOU CAN USE THIS TOOL ON YOUR KALI LINUX OR TERMUX ALSO IF IS NOT WORK THEN PLEASE CONTACT ME IN "VAIMPIER RITIK" YOUTUBE CHANNEL THANKYOU FOR COMING HERE ......
Stars: ✭ 62 (-42.59%)
Mutual labels:  termux
Unfollow Plus
Automated Instagram Unfollower Bot
Stars: ✭ 79 (-26.85%)
Mutual labels:  termux
Zphisher
An automated phishing tool with 30+ templates.
Stars: ✭ 1,321 (+1123.15%)
Mutual labels:  termux
Libandroid Shmem
System V shared memory emulation on Android using ashmem.
Stars: ✭ 53 (-50.93%)
Mutual labels:  termux
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (-3.7%)
Mutual labels:  termux
Termux
Node.js module for Termux-API
Stars: ✭ 87 (-19.44%)
Mutual labels:  termux
Dotfiles
Awesome personal dotfiles
Stars: ✭ 99 (-8.33%)
Mutual labels:  termux
Bash2mp4
Video Downloader for Termux .
Stars: ✭ 68 (-37.04%)
Mutual labels:  termux
Ni bomber
💥 advanced sms bomber in python to kill the phone
Stars: ✭ 77 (-28.7%)
Mutual labels:  termux
Termux Ndk
android-ndk for termux
Stars: ✭ 91 (-15.74%)
Mutual labels:  termux
Instabrute.github.io
best script for hacking instagram
Stars: ✭ 62 (-42.59%)
Mutual labels:  termux
Pakcrack
All in 1 Pakisthani Facebook Cloner [ 7/8/9/10/11 DIGIT ]
Stars: ✭ 105 (-2.78%)
Mutual labels:  termux
Bad Robo
🐙 Get Daily 400-500 Real Followers 👽 [BadRobo] is Best Instagram Bot Available Now with All Features!. Our BOT did not violate any of Instagram's rules, so you don't have to worry about getting ACTION BLOCK!
Stars: ✭ 59 (-45.37%)
Mutual labels:  termux
Instabruteforce
hacking-tool termux-tools termux noob-friendly instagram-bot bruteforce-password-cracker wordlist-technique
Stars: ✭ 86 (-20.37%)
Mutual labels:  termux
Afgcrack
All in 1 Afganisthani Facebook Cloner [ 7/8/9/10/11 DIGIT ]
Stars: ✭ 105 (-2.78%)
Mutual labels:  termux
Termux Float
Termux add-on app to show the terminal in a floating terminal window.
Stars: ✭ 105 (-2.78%)
Mutual labels:  termux
Osint San
Framework для сбора данных из открытых источников. В Framework используется большое количество API, их необходимо зарегистрировать самому.​
Stars: ✭ 99 (-8.33%)
Mutual labels:  termux

Awesome Termux Awesome

Introduction

  • Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager.

How termux is different from Linux

Termux:Addons

Termux has some extra features. You can add them by installing addons:

Termux:API Access Android and Chrome hardware features.

Termux:Boot Run scripts when your device boots.

Termux:Float Run Termux in a floating window.

Termux:Styling Have color schemes and powerline-ready fonts customize the appearance of the Termux terminal.

Termux:Task An easy way to call Termux executables from Tasker and compatible apps.

Termux:Widget Start small scriptlets from the home screen.

Shells in Termux

Customizing Termux

  • Enable Dark UI Mode in Termux Add this line to your ~/.termux/termux.properties
use-black-ui=true
  • Disable Vibration/haptic feedback Add this line to your ~/.termux/termux.properties
bell-character=ignore

Text Editors in Termux

  • Emacs : Extensible, customizable text editor-and more
  • joe : Wordstar like text editor
  • jupp : user friendly full screen text editor
  • Micro : Micro is a terminal-based text editor that aims to be easy to use and intuitive (notepad like keybindings crtl+c crtl+v etc.)
  • nano : nano is a small and friendly editor.
  • ne : Easy-to-use and powerful text editor
  • sed : GNU stream text editor (More useful in bash scripting)
  • Vim : Vi IMproved - enhanced vi editor
  • Neovim : Neovim is an extension of Vim: feature-parity and backwards compatibility are high priorities.
  • zile : Lightweight clone of the Emacs text editor

IDEs

  • Codiad
  • emacs
  • vim

Package Management

Termux uses apt and dpkg for package management, similar to Ubuntu or Debian. Many quirks from Ubuntu are carried over here.

Install package(s):

pkg i <package name>

Update and upgrade packages:

pkg up <package name>

Remove/Uninstall Package(s):

pkg un <package name>

List files 'owned' by package:

pkg f <package name>

Reinstall a Package(s):

pkg re <package name>

Show some info about package(s):

pkg sh <package name>

Search package(s):

pkg se <package name> or <regex>

List all packages:

pkg list-a

List all installed packages:

pkg list-i
  • A quick warning for root users: if you prefer to use apt over pkg - never run it as root as you will mess up file permissions and SELinux contexts so you won't be able to use it as normal user. If you did this and your environment was broken, do not ask for help - this is your own fault !

  • Read wiki to learn more

Servers & Daemons

Termux is capable of accessing remote devices by using some common tools. It is also possible to turn a device running Termux into remote controlled server.

  • FTP Server (requires busybox):
busybox tcpsvd -vE 0.0.0.0 2121 busybox ftpd -w path/to/serve

Warning: -w allows upload and don't use port below 1024 or else you may get permission denied error.

busybox httpd -p 0.0.0.0:8080
  • HTTP Proxy Server
tinyproxy -d

Tinyproxy

Termux Services

To install termux services, run

pkg i termux-services

To then enable and run a service, run

sv-enable <service> 

If you only want to run it once, run

sv up <service> 

To later stop a service, run:

sv down <service> 

Or to disable it

sv-disable <service>

IRC

  • ERC is an IRC client for Emacs.
  • irssi is an IRC client.
  • weechat is an IRC chat client.

Proot (Run Linux Distributions inside Termux)

  • Arch (Thanks to sdrausty)
  • Archstrike (just modifies the pacman.conf file)
  • Blackarch (just modifies the pacman.conf file)
  • Debian (Thanks to sp4rkie)
  • Fedora (Thanks to nmilosev)
  • Slackware (Thanks to gwenhael)
  • Ubuntu (Thanks to neo-oli)
  • Alpine Linux (Thanks to Hax4us)

Termux Related Stuff That might be useful

Keyboard Shortcuts

The following shortcuts are available when using Termux with a hardware (e.g. bluetooth) keyboard and also with hacker's keyboard on most devices:

  • Ctrl + Alt + C → Create new session
  • Ctrl + Alt + R → Rename current session
  • Ctrl + Alt + or N → Next session
  • Ctrl + Alt + or P → Previous session
  • Ctrl + Alt + → Open drawer
  • Ctrl + Alt + → Close drawer
  • Ctrl + Alt + F → Toggle full screen
  • Ctrl + Alt + M → Show menu
  • Ctrl + Alt + U → Select URL
  • Ctrl + Alt + V → Paste
  • Ctrl + Alt + + or - → Adjust text size
  • Ctrl + Alt + 1-9 → Go to numbered session
  • Source Termux-Wiki

Some aliases that i use:

alias a='startarch' # For starting termux arch
alias cls='clear'
alias e='logout'
alias gcl='git clone'
alias h='htop'
alias j='jobs'
alias nano='nano -m' # Enable Touch/Mouse Support in nano
alias p='pwd'
alias q='exit'
alias rf='rm -rf'
alias weather='curl wttr.in/delhi-india' # change the place to yours
alias pst=termux-clipboard-get # paste
alias cpy=termux-clipboard-set # copy
alias open=termux-open # open with external app

FAQ

Read The FAQs here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].