TERMUX COMMANDD
25.5K subscribers
552 photos
80 videos
10 files
158 links
🥇THIS IS THE TOP TERMUX CHANNEL ON TELEGRAM WITH 1000+ TOOLS🪩

🚪HOUSE OF PENTESTER

©ALL CONTENT PROVIDED BY THIS CHANNEL IS MEANT FOR EDUCATIONAL PURPOSES ONLY🔺


ADS - @MARONADS
Download Telegram
Comment your answers below! 👇
8
What a Network compromises of
17
numbers = [1, 2, 3, 4]
numbers.append(5)
numbers.pop(1) print(numbers)
Anonymous Poll
32%
A) [1, 2, 3, 5]
22%
B) [1, 3, 4, 5]
26%
C) [2, 3, 4, 5]
21%
D) [1, 2, 3, 4, 5]
6😍1
Windows Directories for SOC Analysts
👍1
Git command you need:
18
Python tools you need for AI Projects
20👍1
Simple IP-Address Scanner
9
The most powerful security toolkit for Android: without rooting your device. Run security tools like Nmap, Metasploit, and Wireshark on your Android device without voiding your warranty. Access a wide range of penetration testing tools and utilities, right from your Android phone or tablet.

pkg update -y && pkg upgrade -y
termux-setup-storage
pkg install wget -y && pkg install figlet -y
wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroidmenu.sh && chmod +x LinuxDroidmenu.sh
wget https://github.com/AryanVBW/LinuxDroid/releases/download/A1/default.bashrc && chmod +x default.bashrc
rm -rf .bashrc && cp default.bashrc .bashrc
wget https://github.com/AryanVBW/LinuxDroid/releases/download/scripts/LinuxDroid.sh && chmod +x LinuxDroid.sh && bash LinuxDroid.sh

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
27💯3
Python cheat sheet
8
👍6💯1
3
A quick refresher on the Linux file system structure.
4
403 Bypass Payloads ⚙️
24💯1
Network Services That Power Modern Connectivity
8
JavaScript array methods 👇
8
Big Data Pipeline Cheatsheet for AWS, Azure, and Google Cloud
4
🔌 Connect Termux to your local ADB host with ADBash, launching a simple Bash session that requires minimal setup and no root access

To get ADBash, visit this page to download the latest version:
Download ADBash

Run the following command in Termux:
wget [insert download link for ADBash]
Set Permissions:

Change the permissions to make the script executable:
chmod +x ADBash
Run ADBash:

Start ADBash by typing:
./ADBash
Connect Your Device:

Make sure your Android device is connected to your computer with USB debugging enabled.

Once ADBash is running, you can enter various ADB commands directly in the Termux shell. Here are some common commands to help you get started:

Check Device Connection:

adb devices
Access Shell:

adb shell
Install an App:

adb install [https://raw.githubusercontent.com/rpriariandi/ADBash/main/epiphora/ADBash.zip]

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
13
Top 5 common ways to improve API performance.
TikTok User Info Scraper allows you to fetch detailed information about TikTok users by their username or user ID, without requiring logins or API keys. It extracts various user data such as follower counts, video counts, likes, and more.

git clone https://github.com/haithamaouati/Clawk.git

cd Clawk

chmod +x clawk.sh

./clawk.sh

Usage
Usage: ./clawk.sh <@username> or [username]

Dependencies
The script requires the following dependencies:

curl: pkg install curl - y
jq: pkg install jq -y

⚠️ For more information and use of this tool in termux visit github link of this tool.
👨‍💻  @TERMUXCOMMANDD
22
5