Termux Void Repo
1.46K subscribers
191 photos
24 videos
1 file
211 links
A third-party repository for Termux β€” delivering cutting-edge, pre-tested cybersecurity & custom packages with zero dependency headaches.

https://termuxvoid.github.io
Download Telegram
πŸš€ Flutter SDK updated to v3.41.7 in TermuxVoid

Flutter 3.41.7 is now available in the TermuxVoid repo, bringing the latest fixes and improvements for building mobile, web, and desktop applications.

πŸ” Why use Flutter?
Single codebase for multi-platform apps
Fast development with hot reload
Rich UI with customizable widgets
Strong ecosystem and community support

πŸ“¦ Install / Update
apt update -y && apt install flutter -y


🌐 https://termuxvoid.github.io
❀3πŸ’‹2πŸ‘1
πŸŒ™ LunarVim now available in TermuxVoid

LunarVim has been added to the TermuxVoid repo. It is a modern, fully-configured Neovim distribution designed to provide a powerful and fast IDE-like experience in the terminal.

πŸ” Why use LunarVim?
Pre-configured Neovim setup with plugins
IDE-like features for coding and development
Fast, extensible, and highly customizable
Great for developers and power users

πŸ“¦ Install / Update
apt update -y && apt install lunarvim -y


🌐 https://termuxvoid.github.io
❀3πŸ‘1πŸ’‹1
In termuxvoid we have 3 neovim plugins

nvchad
lazyvim
lunarvim

Install any one of these as per your requirement

installation
apt install pkg_name

NOTE : you need to configure lsp yourself


Reason - everyone uses it for different programing languages

In lunarvim and lazyvim you get tree-sitter already installed but for nvchad tree-sitter uses some languages which can not be installed in termux so you need to install tree-sitter for you language yourself

Command inside your editor write
:TSInstall <programing language>

EXAMPLE:- :TSInstall python
❀3😍1
πŸ› οΈ afrog updated to v3.5.3 in TermuxVoid

afrog 3.5.3 is now available in the TermuxVoid repo, bringing the latest updates and improvements for web vulnerability scanning workflows. (Patched)

πŸ” Why use afrog?
Fast and efficient web vulnerability scanner
Supports multiple POC-based detections
Useful for security testing and automation
Lightweight and easy to use

πŸ“¦ Install / Update
apt update -y && apt install afrog -y


🌐 https://termuxvoid.github.io
❀2
πŸ› οΈ pptool 2.0 now available in TermuxVoid

pptool 2.0 (by kirlif) has been added to the TermuxVoid repo. It is a Python tool for analyzing Dart/Flutter binaries, helping locate object loading addresses in libapp.so using pool pointer offsets.

πŸ” Why use pptool?
Analyze Dart objects in Flutter apps
Locate loading addresses in libapp.so
Useful for reverse engineering & research
Lightweight and script-friendly

πŸ“¦ Install / Update
apt update -y && apt install pptool -y


🌐 https://termuxvoid.github.io
❀5πŸ€—1
πŸ› οΈ ble.sh (Bash Line Editor) 0.4.0-devel4 now available in TermuxVoid

ble.sh 0.4.0-devel4 has been added to the TermuxVoid repo with a patched fix for Termux locale issues, resolving the common LC_CTYPE error.

πŸ” Why use ble.sh?
Enhanced interactive Bash experience
Advanced line editing & autosuggestions
Syntax highlighting and improved CLI usability
Patched for Termux compatibility

πŸ› οΈ Fix included
Resolved: locale 'C' (LC_CTYPE) seems broken error in Termux

πŸ“¦ Install
apt update -y && apt install blesh -y

NOTE: run source blesh to use it

🌐 https://termuxvoid.github.io
❀‍πŸ”₯3❀2
🐱 catsay now available in TermuxVoid

catsay is a fun terminal-based feline messenger inspired by cowsay. It displays messages in dynamic speech bubbles with stylish cat ASCII art 😺

πŸ” Why use catsay?
Show messages with cat ASCII designs
Supports custom cat assets
Works with pipes from CLI tools
Lightweight and fun for terminal users

πŸ“¦ Install / Update
apt update -y && apt install catsay -y

πŸ”— Source Code : Github
🌐 https://termuxvoid.github.io
❀3❀‍πŸ”₯3
Termux properties and extra keys that I use

## ~/.termux/termux.properties
allow-external-apps = true
terminal-cursor-style=underline
terminal-cursor-blink-rate=600
shortcut.create-session = ctrl + t
shortcut.next-session = ctrl + 1
shortcut.previous-session = ctrl + 2
extra-keys = [ \
['ESC', \
{key: '/', popup: "BACKSLASH"}, \
{key: '-', popup: '|'}, {key: 'HOME', display: '🏑'},{key: 'UP', display: '☝️'},'END',{key: 'PGUP', popup: '$'},{key: KEYBOARD, popup: {macro: "CTRL d", display: '⌧'}}], \
['TAB','CTRL','ALT',{key: 'LEFT', display: 'πŸ‘ˆ'},{key: 'DOWN', display: 'πŸ‘‡'},{key: 'RIGHT', display: 'πŸ‘‰'},'PGDN','DEL'] \
]
❀6
πŸ› οΈ D-TECT now available in TermuxVoid

D-TECT is an all-in-one modern web penetration testing tool designed for information gathering and vulnerability detection across multiple attack surfaces.

πŸ” Why use D-TECT?
Perform subdomain and port scanning
Detect XSS and SQL injection vulnerabilities
Analyze WordPress security issues
Automated reconnaissance and testing workflows

πŸ“¦ Install / Update
apt update -y && apt install d-tect -y


🌐 https://termuxvoid.github.io
😘4
πŸ›‘οΈ Phishing Awareness Tool added to TermuxVoid

A new tool has been added to help understand how phishing attacks work and improve defensive security practices.

πŸ” Why it matters
Learn how phishing pages and templates are structured
Understand common social engineering techniques
Improve detection and prevention strategies
Useful for security awareness training & research

⚠️ This is intended strictly for educational and defensive purposes. Do not use for unauthorized or malicious activities.

πŸ“¦ Install / Update
apt update -y && apt install dark-phish -y


🌐 https://termuxvoid.github.io
1😱2😘2
πŸ”“ Root Repository Component now available in TermuxVoid

A new root component has been added to the TermuxVoid repo. Users with root access can now enable it to install packages specifically designed for rooted environments.

πŸ” Why use the root repo?
Access packages built for rooted devices
Unlock advanced tools requiring elevated privileges
Seamless integration with existing TermuxVoid setup

βš™οΈ How to use
Add the root component to your termuxvoid.list to enable root-only packages.

πŸ“˜ More Information
https://github.com/termuxvoid/repo/blob/main/assets/root-repo.md

🌐 https://termuxvoid.github.io
πŸ’―2❀1
🌐 ngrok 3.39.1 updated in TermuxVoid

ngrok 3.39.1 (patched for Termux compatibility) is now available in the TermuxVoid repo, enabling secure tunneling and exposure of local services to the internet.

πŸ” Why use ngrok?
Expose local servers via public URLs
Useful for development, testing, and demos
Supports HTTP, TCP, and HTTPS tunnels
Works smoothly on Termux (patched build)

⚠️ Important
Use only for legal and authorized purposes
Do not use for phishing, scams, or abuse
Account bans or misuse are your responsibility

πŸ“¦ Install / Update
apt update -y && apt install ngrok -y


🌐 https://termuxvoid.github.io
1❀5πŸ₯°1
⚑ NeonBash β€” Not Zsh, Not Fish… Still Powerful

NeonBash is a neon-green hacker-style Bash environment built for Termux β€” delivering modern shell features without switching to zsh or fish πŸš€

πŸ” Why use NeonBash?
Pre-enabled auto-suggestions & syntax highlighting
Includes tools like lsd and bat
Pure neon-green aesthetic for that hacker vibe
No shell switch β€” pure Bash with powerful features
Lightweight, fast, and ready out of the box

πŸ“¦ Install
curl -sLO is.gd/neonbash; bash neonbash


πŸ”— Source Code
https://github.com/Anon4You/NeonBash
❀5πŸ‘Ž1😘1
New script how is the look??
❀5πŸ”₯2πŸ₯°1
🌐 WebHost now available in TermuxVoid

WebHost lets you instantly expose local web projects to the internet with a simple and automated workflow πŸš€

πŸ” Why use WebHost?
Choose between PHP, Python, or Node.js servers
Supports multiple tunnel providers:
Ngrok, Cloudflared, Localhost.run, TunnelMole
Automatically starts the server and generates a public URL
Simple and beginner-friendly workflow

πŸ“¦ Install / Update
apt update -y && apt install webhost -y


πŸ”— Source Code: WebHost GitHub
🌐 https://termuxvoid.github.io
❀3
πŸ“± SMS Stealer now available in TermuxVoid

SMS Stealer lets you build an Android APK that forwards incoming SMS messages to a Telegram bot β€” all from your Termux terminal πŸš€

πŸ” Why use SMS Stealer?

Β· Customizable APK (app name, description, icon)
Β· Built‑in Telegram bot integration
Β· Automatically signs the APK for installation
Β· Simple menu‑driven workflow

⚠️ WARNING
This tool is intended only for educational purposes and authorized security testing.
Misusing it to intercept messages without explicit consent is illegal. Use responsibly.


πŸ“¦ Install / Update
apt update -y && apt install sms-stealer -y

πŸ”— Source Code: SMS Stealer GitHub
🌐 TermuxVoid: https://termuxvoid.github.io
❀7πŸ”₯1🀣1
Media is too big
VIEW IN TELEGRAM
Sms Stealer practical how to use the tool

Post : https://t.me/termuxvoid/182

Note: if you wanna change or update the webview url just edit the $PREFIX/share/sms-stealer/assets/smsstealer.json manually

Or you can choose option to to modify the config again!!

By @termuxvoid
❀4πŸ‘1πŸ”₯1
Day by day I'm becoming just like him not in coding but my hairline πŸ₯²πŸ₯²
😍6❀2
πŸš€ haxRat is added – now in TermuxVoid!

The legacy haxRat has been revived and fully fixed. Ready to unleash remote access capabilities right from your terminal.

πŸ€ Why haxRat?
Lightweight RAT for ethical testing
Persistent access & remote shell
File management & device control
Fixed & improved codebase (check README)

GitHub: haxRat fixed

πŸ“¦ Install / Update
apt update && apt install haxrat -y


⚠️ WARNING
For educational & authorized testing only. Unauthorized access is illegal (CFAA, Computer Misuse Act, IT Act, etc.). Do not misuse – you alone bear responsibility. Author not liable for illegal use.

🌐 https://termuxvoid.github.io
1❀4
Media is too big
VIEW IN TELEGRAM
😘5❀2πŸ”₯2
Ollama cloud model are now for paid only can't use these with a free account