TERMUX COMMANDD
25.5K subscribers
554 photos
80 videos
10 files
157 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
BRUTEGRAM Tool is Instagram Multi-Bruteforce plateform.
This tool is only for educational purpose. Using this tool without victim's prior mutual consent is illegal. We are not responsible for any of your activities.


Installation Commands
apt update && apt upgrade
pkg install git -y
pkg install jq -y
pkg install python2 -y
pkg install python -y
git clone https://github.com/Err0r-ICA/Brutegram
cd Brutegram
pip2 install requests
pip2 install mechanize
chmod +x Brutegram
bash Brutegram

NOW ENJOY AND USE THE TOOL... 🫰 @TERMUXCOMMANDD
👍261😁1
HCKRtool is collection of verious userful termux tools and scripts.

Installation Commands

apt update && apt upgrade
pkg install git -y
git clone https://github.com/Err0r-ICA/HCKRtool
cd HCKRtool
chmod +x HCKRtool
bash HCKRtool

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍25🥰6🤯4😁31
SeeU Tool is useful for access front camera of any device by link in termux.
This tool is only for educational purposes, Using tool without victim prior mutual consent is illegal.


Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install php -y
pkg install wget -y
pkg install zip -y
git clone https://github.com/noob-hackers/seeu
cd seeu
chmod +x seeu.sh
bash seeu.sh


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍32🔥212
Short any long URL by using bellow commands.

installation:
$ apt update
$ apt upgrade
$ apt install git
$ git clone https://github.com/Anontemitayo/Urlshortener
$ cd Urlshortener

Run :
For Termux.
$ python Urlshortener.py

For Linux.
$ python3 Urlshortener.py

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍13
Aliens_eye tool is useful for find all social media accounts with help of username of victim.

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install python -y
pkg install requests
git clone https://github.com/arxhr007/Aliens_eye
cd Aliens_eye
python aliens_eye.py


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍226🔥3😁2👏1
HackLock Tool is Useful for Exploit Android Pattern Lock.

Installation Commands

apt update && apt upgrade
pkg install git -y
git clone https://github.com/noob-hackers/hacklock
cd hacklock
chmod +x setup
bash setup
chmod +x hacklock.sh
bash hacklock.sh


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍18🔥4🥰1
check url = Detect evil urls that uses IDN Homograph Attack.

Installation :

$ apt update && apt upgrade
$ apt install git 
$ apt install python2
$ apt install python
$ git clone https://github.com/UndeadSec/checkURL
$ cd checkURL
$ chmod +x *

usage :
Now run with python3 type this command :
$ python3 checkURL.py --help

It shows all options..
$ python3 checkURL.py --url [attackerurl]

attacker url = attacker url tom check this is idn evil url or original url

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍11🔥51👏1
cybersh is all in one cybersecurity tools for temrux.

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install python -y
git clone https://github.com/ShTasrif/cybersh
cd cybersh
pip install -r requirements.txt
python pkg.py
cybersh

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍9👎6
Xtent tool is collection of useful information gathering and pentesting tools.

Installation Commands

pkg up -y
pkg install git -y
pkg install python -y
git clone https://github.com/xploitstech/Xteam
cd Xteam
chmod +x *
pip install -r requirements.txt
bash Xteam.sh


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍26👎1
Kali NetHunter Rootless -
Kali NetHunter is type of Kali Linux specially made for Android phone and tablets. This will help you in offensive security and penetration testing. This will came along bunch of pentesting and cyber security tools. You can also access root terminal of Kali nethunter without rooting your android device. You can also get graphical user interface of Kali nethunter which is same look as Kali Linux.

Installation Process :
You must have Android device with Android version 6+. Rooting of your android is not required. If your device is rooted you can still install Kali nethunter in your android device. 
This are a steps for install Kali nethunter in your android device with termux and with graphical user interface of Kali Linux.

Step 1 : First visit website store.nethunter.com and download NetHunter-Store app and open app and download following apps.

Termux
Nethunter-KeX Client

Step 2 : Open Termux app and type following commands one by one.
👍419👏1
WhSms Tool is Useful for send Anonymously SMS with personalized text via termux.

Installation Commands

apt update && apt upgrade
pkg install git -y
git clone https://github.com/WhBeatZ/WhSms
cd WhSms
chmod +x whsms.sh
bash whsms.sh


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍234
First update and install requirments ..
$ apt update
$ apt upgrade
$ apt install zip
$ apt install unzip


Creating Zip file :
$ zip name.zip [your files]

Here name.zip is the name for that zip file

your files means = your files to make zip such as .txt .md folder .png .jpg etc..,

Unzip process :
$ unzip name.zip 
that's it it will unzip your zip file..

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍16🥰2
GETINFO This are installation commands for install PyPhisher tool in termux.

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install python -y
git clone https://github.com/majidtdeni666/getinfo
cd getinfo
chmod +x install.sh
bash install.sh
python get.py


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍25😁4🤔3😢2🌚21
HTTPFY A fast and powerful http toolkit that take a list of domains to find active domains and other information such as status-code, title, response-time , server, content-type and many other

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install nodejs-lts
npm install -g -s httpfy
httpfy -h

Example :
Now Create urls.txt file and type all list of domain name in that text file. Don't add http or https in that text file.

use nano command for create urls.txt file

nano urls.txt

After that save that file by pressing Ctrl + X in termux.

httpfy -f urls.txt -sc -ttl -fl

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍172
Andspoilt Tool Installation Commands in termux.

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install proot -y
pkg install wget -y
git clone https://github.com/MFDGaming/ubuntu-in-termux
cd ubuntu-in-termux
chmod +x ubuntu.sh
bash ubuntu.sh -y
bash startubuntu.sh -y
apt update
apt install python2
apt install sudo
apt install git
git clone https://github.com/sundaysec/Andspoilt
cd Andspoilt
python setup.py install
anspoilt

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍14
A python script for downloading YouTube audios by typing link

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install python -y
termux-setup-storage
git clone https://github.com/MrNkolima/RADOX
cd RADOX
python RADOX.py


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍16👎4😢2
Onioff Tool is an onion url inspector for inspecting deep web links

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install python -y
pip install requests
pip install bs4
pip install beautiful soup4
pip install pysocks
pip install termcolor
pip install lxml
git clone https://github.com/k4m4/onioff
cd onioff
python onioff.py -h

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍18
This are webkiller tool installation commands in termux.

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install python -y
git clone https://github.com/ultrasecurity/webkiller
cd webkiller
pip install -r requirments.txt
python webkiller.py


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍195🔥3👏21
Pdfencrypt is a tool to encrypt/lock PDFs

Installation

$ apt update
$ apt upgrade
$ apt install git
$ apt install python
$ git clone https://github.com/Anontemitayo/Pdfencrypt
$ cd Pdfencrypt
$ ls
$ python install.py

Run
For termux

$ python Pdfencrypt.py

For Linux

$ python3 Pdfencrypt.py

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍15👎2🔥2
wafw00f tool installation commands in termux.

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install python -y
git clone https://github.com/EnableSecurity/wafw00f
cd wafw00f
python setup.py install
wafw00f http://example.com


NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍16🔥21🤮1
Photon tool installation commands in termux.

Installation Commands

apt update && apt upgrade
pkg install git -y
pkg install python -y
git clone https://github.com/s0md3v/Photon
cd Photon
pip install -r requirements.txt
python photon.py -h

NOW ENJOY AND USE THE TOOL... 🫡 @TERMUXCOMMANDD
👍103🔥1🥰1😱1