TERMUX COMMANDD
25.5K subscribers
552 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
This script in python allows to send messages anonymously

INSTALLATION

Linux ( Termux, Kali linux...)

git clone https://github.com/mfr-fr/sms-sender.git
cd sms-sender
pip install -r requirements.txt
python sms-sender.py


You can do it all in one command.

git clone https://github.com/mfr-fr/sms-sender.git && cd sms-sender && pip install -r requirements.txt && python sms-sender.py

sms-sender requires following programs to run properly


git (for linux only)
python 3
to run this script you need python modules that will be installed automatically with python.


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘25πŸ‘Ž8❀5πŸ₯°2
Most Powerful Facebook Bruteforce Tool Facebook Account Hack

INSTALLATION

apt update && apt upgrade -y
apt install git -y
git clone https://github.com/hackerxphantom/Facebook_hack.git
cd Facebook_hack
bash setup
python facebook_hack.py


USAGE :-

U can Use Victim email Or Facebook Profile Id:

Brute Force On Facebook Account Without proxy:

Command: python
facebook_hack.py -t victim@gmail.com -w 10MPASS.txt
Brute Force On Facebook Account With Proxy:
Command: python facebook_hack.py -t
victim@gmail.com -w 10MPASS.txt -p 144.217.101.245:3129
Get Target Facebook Profile ID:
Command:
python facebook_hack.py -g https://www.facebook.com/zuck

⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘33❀6πŸ‘Ž5
NIVOS is a hacking tool that allows you to scan deeply , crack wifi, see people on your network. It applies to all linux operating systems. And it is improving every day, new packages are added.

INSTALLATION & SETUP

pip install os
git clone https://github.com/theahmadov/NIVOS
cd NIVOS
sudo python3 setup.py


RUN

cd NIVOS
sudo python3 main.py


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘34❀9πŸ‘Ž3
TG VIEWS TOOL

INSTALLATION

apt update && apt upgrade && pkg install python && pkg install git && git clone https://github.com/shivay-xd/Tg-view
cd Tg-view
ls
pip install -r requirements.txt
python view.py


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘19❀3
Tool To Create Facebook Account Automatically

RUN A TERMINAL (TERMUX - LINUX) :

$ termux-setup-storage
$ termux-change-repo
$ pkg update && pkg upgrade -y


INSTALL DIRECTORY :

$ pkg update && pkg upgrade -y
$ pkg install git
$ pkg install python -y
$ pkg install python-pip
$ git clone https://github.com/ferlyafriliyan/CreateFB
$ cd CreateFB
$ pip3 install -r requirements.txt


RUN FILE

python create.py

⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘26❀3
Snoop Project One of the most promising OSINT tools to search for nicknames
This is the most powerful software taking into account the CIS location.

INSTALLATION TERMUX -

# NOTE_1!: if the user has errors with $ 'pkg update', for example due to country censorship,
# and/or due to the fact that Termux has not been updated for a long time on the user's device,
# then removing/installing Termux application will not help,
# since after deletion, old repositories remain on the user's device, the solution is:
$ termux-change-repo
# and choose to get updates (for all repo) from another mirror repository.

# Enter Termux home folder (i.e. just open Termux)
$ termux-setup-storage
$ pwd #/data/data/com.termux/files/home # default/home directory

# Install python3 and dependencies
$ apt update && pkg upgrade && pkg install python libcrypt libxml2 libxslt git
$ pip install --upgrade pip

# Clone the repository
$ git clone https://github.com/snooppr/snoop

# Enter the Snoop working directory
$ cd ~/snoop
# Install the 'requirements_android.txt' dependencies
$ python3 -m pip install -r requirements_android.txt


# Optional↓
# To expand the terminal output in Termux (by default, 2k lines are displayed in the CLI),
# for example, displaying the entire database of the option '--list-all [1/2]'
# add the line 'terminal-transcript-rows=10000' to the file '~/.termux/termux.properties'
# (the feature is available in Termux v0.114+).
# Restart Termux.

# The user can also launch the Snoop Project on the snoop command from anywhere in
# the cli by creating an alias.
$ cd && echo "alias snoop='cd && cd snoop && python snoop.py'" >> .bashrc && bash

# The user can also run a quick check on the database of the site he is interested in,
# without using the 'list-all' option, using the 'snoopcheck'command
$ cd && echo "alias snoopcheck='cd && cd snoop && echo 2 | python snoop.py --list-all | grep -i'" >> .bashrc && bash
# restart Termux.
# At the end of the search work snoop on the request to select "with which to open the search results" select the default / system HTMLviewer.

# NOTE_2!: to auto-open search results in an external web-browser:
$ cd && pkg install termux-tools; echo 'allow-external-apps=true' >>.termux/termux.properties


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘22❀5πŸŽ‰1
X-toolkit

introduction
X-toolkit is the ultimate tool to conveniently carry out the reconnaissance of your target and discover its attacking surface. The tool itself comes with two options for installation. First is the API mode, that is based on hackertarget API making it light and efficient and can be used for the identification of potential vulnerabilities. However, the API is the free one so the scans are limited to 100 calls per day per IP. So either you can use proxy to change your public IP after API counter exceedes, or you can go with the second mode of this tool, which uses the best OSINT tools available on github, making this a beast for doing reconnaissance.

INSTALLATION

$ apt update && apt upgrade
$ pkg install git -y
$ git clone https://github.com/Whomrx666/X-toolkit
$ cd X-toolkit
$ chmod +x install.sh
$ bash install.sh
$ chmod +x X-toolkit.sh
$ bash X-toolkit.sh


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘26❀6πŸ‘Ž2
This is a tool for searching or osint on Instagram to find target information

Instructions
Enter instagram username: By writing down the target's Instagram username, the tool will automatically perform OSINT and collect information about the target's Instagram
Masukan Link Foto Atau Vidio Yang Ingin Di Ambil: Enter the photo or video link on the target, then the tool will automatically take or download the photo or video based on the link taken
Done: You have succeeded in gathering some information about the target


INSTALLATION

$ apt update
$ apt upgrade
$ pkg install python3
$ pkg install git
$ git clone https://github.com/Whomrx666/osintgram.git
$ cd osintgram
$ pip install -r requirements.txt
$ bash install.sh
$ python3 osintgram.py


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘67πŸ‘Ž29❀7
WE NEED YOUR SUPPORT TO BOOST OUR CHANNEL AND ADD MORE NEW TERMUX TOOLS FOR YOU. YOUR BOOST WILL BE HIGHLY APPRECIATED. CLICK HERE TO BOOST: πŸ‘‡πŸ»
https://t.me/TERMUXCOMMANDD?boost
πŸ‘27❀9🍌6πŸ’―2πŸ₯°1
TERMUX-YTD
This is The latest Script For Downloading Youtube Videos with your Termux.

INSTALLATION

apt update && apt upgrade && cd && pkg install git -y && git clone https://github.com/khansaad1275/Termux-YTD/ && cd Termux-YTD && bash install.sh

⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘19πŸ‘Ž7❀5
Dark-Phish V2.1

a Powerful Phishing Tool with 50+ phishing templates. For more about Dark-Phish tool please visit the website.

INSTALLATION

apt install python3 curl php git openssh -y

pip3 install requests wget pyshorteners

git clone https://github.com/Cyber-Anonymous/Dark-Phish.git
cd Dark-Phish


USAGE
Before using Dark-Phish, ensure you have the necessary packages installed as mentioned in the installation section.

Run Dark-Phish
python3 dark-phish.py

For help and usage information
python3 dark-phish.py -h

To access saved credentials
python3 dark-phish.py -r

⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘37❀9πŸ’―3πŸ”₯1
This media is not supported in your browser
VIEW IN TELEGRAM
"Merry Christmas to all of our amazing subscribers! Wishing you a joyous and magical holiday season filled with love, laughter, and happiness. Thank you for being a part of our telegram channel family. Have a wonderful Christmas and a prosperous New Year!" πŸŽ„πŸŽ…πŸŽ
πŸ‘40πŸ‘Ž8❀1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘6
Track any ip address with IP-Tracker. IP-Tracker is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracker.

INSTALLATION

git clone https://github.com/anonymousproo/IP-Tracker.git
Or you can download the zip file
cd IP-Tracker
chmod +x IP-Tracker.py
python IP-Tracker.py


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘22❀2
This is a "Facebook brute force attacking tool" for hacking Facebook account.

INSTALLATION

apt update && apt upgrade

apt-get install python-pip

pip install colorama termcolor requests

pip install mechanize

git clone https://github.com/WHITEDH4CKER/FB-BRUTEFORCE

cd FB-BRUTEFORCE

python FB-ATTACK.py


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘45πŸ‘Ž14❀7πŸ’―1
Tarmux Setup Is The Tool Of Tarmux Terminal, With Which You Can Setup All The Basic Package Modules Of Your Tarmux In One Command.

INSTALL TOOL ON TERMUX

apt update && apt upgrade -y
pkg install git
pkg install python
pip install requests
git clone --depth=1 https://github.com/U7P4L-IN/SET-UP.git
cd SET-UP
python SET-ALL.py


⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘30❀5πŸ‘Ž4
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ‘9
This media is not supported in your browser
VIEW IN TELEGRAM
🎈🎁 Wish your loved one a warm Happy Birthday in a pythonic way inside a terminal.

πŸ•―οΈ STEPS TO WISH

Clone this repo and install the requirements

git clone https://github.com/hemantapkh/PyBirthdayWish.git && cd PyBirthdayWish && pip install -r requirements.txt

Edit the arts/art.py file and add your texts and colors using color codes.

Edit the config.py file to change the settings and make artFile = 'art' to use arts/art.py instead of example.py.

Run PyBirthdayWish.py with python3

python3 PyBirthdayWish.py

πŸ‘οΈπŸ‘οΈβ€πŸ—¨οΈREAD MORE....

⚠️ For more information and use of this tool in termux visit github link of this tool.
. πŸ‘¨β€πŸ’»  @TERMUXCOMMANDD
πŸ‘27❀3πŸ‘Ž2
This media is not supported in your browser
VIEW IN TELEGRAM
❀1