Password cracker for .zip and .7z files
pkg upgrade -y && pkg update -y
pkg install git -y
git clone https://github.com/JVLEGEND0/Brute-Force-Zip-Termux-
cd Brute-Force-Zip-Termux-
chmod +x start.sh
./start.sh
β οΈTermux tools are for educational use only. For more information about this tool, visit the GitHub link.π§π»βπ» @TERMUXCOMMANDD
π14β€13
Hound is a tool that can remotely capture the exact GPS coordinates of a target device using a PHP server, and can also grab basic information about the system and ISP. This tool can be very helpful in information gathering. you can get following information of the target device
Longitude
Latitude
Device Model
Operating System
Number of CPU Cores
Screen Resolution
User agent
Public IP Address
Browser Name
ISP Information
apt-get -y install php unzip git wget
git clone https://github.com/trmxvibs/hound
cd hound
bash hound.sh
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€11π5π2
L0p4 Toolkit is a powerful hacking toolset designed for hacker's. It includes advanced tools for web hacking (SQLi, XSS), network scanning, remote access, wireless network analysis, DoS attacks, IP geolocation, CCTV camera access, OSINT and phishing.
Clone the Repository: First, clone the repository to your local machine using git:
git clone [https://github.com/HaxL0p4/L0p4-Framework.git](https://github.com/HaxL0p4/L0p4-Toolkit.git)
cd L0p4-Toolkit
pip install -r requirements.txt --break-system-packages
python3 main.py
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
π13β€11
This media is not supported in your browser
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π11β€5
This script is a Telegram bot that translates text between multiple languages using the Google Translate API. The user can specify the source and target languages along with the text to be translated. For educational purposes only. Unauthorized or illegal use is strictly prohibite
apt update && apt upgrade -y
pkg update && pkg upgrade -y
pkg install python
pkg install python3
pkg install git
git clone https://github.com/SCSEA/g-trans.git
cd g-trans
pip install requirements.txt
python google-trans.py
or
python3 google-trans.py
Please enter your Telegram bot Token API in the Script.
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
π15β€10
LocHawk is a location phishing tool that captures the IP address and geolocation details of users who click the URL and sends them to your machine
Clone the repository: git clone https://github.com/Ahmoya-Candjimbi/LocHawk/releases/tag/v1.2
Navigate to the LocHawk directory: cd LocHawk
Run the installation script: bash https://github.com/Ahmoya-Candjimbi/LocHawk/releases/tag/v1.2
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€5π5
MXSpoof is a Bash tool designed to check if a domain is vulnerable to email spoofing. It does this by analyzing the domain's SPF, DKIM, and DMARC records. Email spoofing is a common tactic used in phishing attacks, and understanding a domain's vulnerabilities is crucial for securing email communications.
git clone https://github.com/debashishmishra1122/MXSpoof.git
cd MXSpoof
chmod +x mxspoof.sh
./mxspoof.sh
Usage
To use MXSpoof, run the script followed by the domain you want to analyze. Hereβs the syntax:
./mxspoof.sh <domain>
For example:
./mxspoof.sh example.com
The tool will return the analysis of the SPF, DKIM, and DMARC records for the specified domain.
β οΈTermux tools are for educational use only. For more information about this tool, visit the GitHub link.π§π»βπ» @TERMUXCOMMANDD
π6β€1
MXSpoof is a Bash tool that checks if a domain is vulnerable to email spoofing by analyzing its SPF, DKIM, and DMARC records.
git clone https://github.com/debashishmishra1122/MXSpoof.git
cd MXSpoof
chmod +x mxspoof.sh
./mxspoof.sh
./mxspoof.sh <domain>
./mxspoof.sh example.com
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
π7β€5
Please open Telegram to view this post
VIEW IN TELEGRAM
π13β€4
This Python script automates Instagram account reporting using Selenium, featuring automated login, reporting, and customizable settings through a configuration for file.
Download the Latest Release: Visit the Releases section to download the latest version.
git clone https://github.com/Yousefssw/Instagram-Reporter.git
cd Instagram-Reporter
pip install -r requirements.txt
To install the Instagram Reporter, ensure you have Python 3.x and pip installed. Follow these steps:
Download the Latest Release: Visit the Releases section to download the latest version.
Extract the Files: If the files are in a compressed format, extract them to your desired location.
Run the Script: Open your terminal or command prompt, navigate to the directory where the script is located, and run:
python instagram_reporter.py
Download the Latest Release: Visit the Releases section to download the latest version.
β οΈο»ΏFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€17π―1
Please open Telegram to view this post
VIEW IN TELEGRAM
β€16
The ytconverter repository, maintained by kaifcodec, is a Python-based project dedicated to provide a tool for converting YouTube videos into various formats. Given its 100% Python composition, it likely leverages popular libraries and frameworks within the Python ecosystem to handle video downloading, format conversion, metadata handling
Requirements
Python 3.x
Required Python libraries (listed in requirements.txt)
ffmpeg & yt-dlp binary
Requirements
Python 3.x
Required Python libraries (listed in requirements.txt)
ffmpeg & yt-dlp binary
# Update Termux and install Python
pkg update -y && pkg upgrade -y && pkg install python
# Install Git and Curl
pkg install git
pkg install curl
# Clone the repository
git clone https://github.com/kaifcodec/ytconverter.git
# Grant storage permission
termux-setup-storage
# Navigate to the project directory
cd ytconverter
# Install dependencies
pip install -r requirements.txt
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€12π1
Please open Telegram to view this post
VIEW IN TELEGRAM
β€22π―7π2
Get the temperature of the device battery.
git clone https://github.com/haithamaouati/Phoenix.git
cd Phoenix
chmod +x phoenix.sh
./phoenix.sh
Usage: ./phoenix.sh [options]
Options:
-c, --celsius Show temperature in Celsius (default if no option)
-f, --fahrenheit Show temperature in Fahrenheit
-c -f Show both Celsius and Fahrenheit
-h, --help Show this help message
The script requires the following dependencies:
termux-api: pkg install termux-api - y
jq: pkg install jq -y
bc: pkg install bc -y
β οΈTermux tools are for educational use only. For more information about this tool, visit the GitHub link.π§π»βπ» @TERMUXCOMMANDD
β€21π―1
>
πΉβ‘οΈ *#*#4636#*#* β Phone information, battery status, and usage stats
---
πΉβ‘οΈ *#*#0*#*#* β General hardware test (screen, sensors, etc.)
---
πΉβ‘οΈ *#*#2664#*#* β Touch screen test
---
πΉβ‘οΈ *#*#2663#*#* β Touch firmware version
---
πΉβ‘οΈ *#*#232339#*#* β Wireless LAN test
---
πΉβ‘οΈ *#*#232338#*#* β Wi-Fi MAC address
---
πΉβ‘οΈ *#*#1472365#*#* β GPS test
---
πΉβ‘οΈ *#*#0842#*#* β Vibration and backlight test
---
πΉβ‘οΈ *#*#232331#*#* β Bluetooth test
---
πΉβ‘οΈ *#*#232337#*#* β Bluetooth device address
---
πΉβ‘οΈ *#*#44336#*#* β Show build time & software details
---
πΉβ‘οΈ *#*#0588#*#* β Proximity sensor test
---
πΉ *#*#19732840#*#* β Service/Test Mode
---
πΉβ‘οΈ *#*#2222#*#* β FTA software and hardware version
---
πΉβ‘οΈ *#*#4986*2650468#*#* β PDA/Phone, RF Call Date, and HW info
---
πΉβ‘οΈ *#*#34971539#*#* β Camera info and firmware
---
πΉπ *#*#273283*255*663282*#*#* β Media backup
---
πΉβ‘οΈ *#*#7262626#*#* β Field test (for signal strength, etc.)
---
πΉβ‘οΈ *#*#12580*369#*#* β Software & hardware info
---
πΉβ‘οΈ *#*#1111#*#* β Service mode version
---
πΉβ‘οΈ *#*#0289#*#* β Audio (melody) test
---
πΉβ‘οΈ *#*#0283#*#* β Packet loopback (mic/speaker test)
---
πΉβ‘οΈ *#06# β Show IMEI number
---
πΉβ‘οΈ *#9900# β System dump (delete temp files, logs)
---
πΉβ‘οΈ *#0808# β USB settings
---
πΉβ‘οΈ *#0228# β Battery status check
---
πΉβ‘οΈ *#2663# β Update touchscreen firmware
---
πΉβ‘οΈ *2767*3855# β Factory reset (WARNING: Full wipe!)
Please open Telegram to view this post
VIEW IN TELEGRAM
β€15π7
InstaScrape is a command-line Python tool that fetches all parent comments from any public Instagram Reel using your session cookies. It's fast, efficient, and now comes with a progress bar so you can see the scraping in action. Designed for researchers, analysts, or curious minds.
git clone https://github.com/kaifcodec/instascrape.git
cd instascrape
pip install -r requirements.txt
After getting your respective cookies, add them in the cookie_example.py accordingly and rename it to cookie.py
python insta_scrape.py
Requirements
To run InstaScrape, youβll need:
Python 3.x
Requests module: requests
tqdm module : tqdm
A set of cookies from your Instagram session.
β οΈFor more information and use of this tool in termux visit github link of this tool.
π¨βπ» @TERMUXCOMMANDD
β€11π―1
A Detailed Guide on Feroxbuster
βοΈ@TERMUXCOMMANDD
Feroxbuster is a robust tool designed to identify directories and files on web servers using brute-force techniques. It is frequently utilized in penetration testing and security evaluations to detect concealed paths and resources.
β’ Lab setup
β’Installation
β’Default mode
β’Redirects
β’Extensions
β’Result output
β’User agent
β’Filter status code
β’Quiet mode
β’Controlling threads
β’Custom wordlist
β’Disable recursion
β’Limit recursion depth
β’Force Recursion
β’Filter by character size
β’Filter by number of words
β’Filter by number of lines
β’Filter by status code using deny list
β’Filter by status code using allow list
β’Generating random User-Agent
β’HTTP methods
βοΈ@TERMUXCOMMANDD
β€7