Termux tools and command
Termux tools and command
______________________________________________
200 tools
$ apt update && apt upgrade -y
$ apt install git
$ apt install php
$ apt install curl
$ apt install ruby
$ apt install figlet
$ apt install python2
$ gem install lolcat
$ git clone https://github.com/TUANB4DUT/TOOLSINSTALLERv3
$ cd TOOLSINSTALLERv3
$ chmod +x TUANB4DUT.sh
$ sh TUANB4DUT.sh
_______________________________________________
A-RAT EXPLOIT
A-Rat = Remote access tool
we can generate python based rat
installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/Xi4u7/A-Rat
$ cd A-Rat
$ chmod +x *
usage :
$ python2 A-Rat.py
$ help
$ set host 127.0.0.1 [your ip]
$ set port 1337
$ set output /$HOME/rat.py
$ generate
It generates rat.py in termux home directory
Open termux new session
type $ ls
here you get that rat.py
go to again A-Rat means privious session of termux
Type run to start exploit.
$ run
and then open new session and run rat like this
$ python rat.py
and come back to A-Rat session
Now its connected to that rat. means Hacked.
press control + c to stop.
_______________________________________________
A2SV SSL-VUL-SCAN
A2SV = Auto Scanning to SSL Vulnerability
HeartBleed, CCS Injection, SSLv3 POODLE, FREAK... etc
Support Vulnerability
[CVE-2007-1858] Anonymous Cipher [CVE-2012-4929] CRIME(SPDY)
[CVE-2014-0160] CCS Injection
[CVE-2014-0224] HeartBleed
[CVE-2014-3566] SSLv3 POODLE
[CVE-2015-0204] FREAK Attack
[CVE-2015-4000] LOGJAM Attack
[CVE-2016-0800] SSLv2 DROWN
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/hahwul/a2sv
$ cd a2sv
$ chmod +x *
$ pip2 install -r requirements.txt
usage :
$ python2 a2sv.py -h
It shows all commands how we can use this tool
$ python a2sv.py -t 127.0.0.1
127.0.0.1 = target means here own device
________________________________________________
APACHE2-HTTP SERVER
First update and update Termux .
$ apt update
$ apt upgrade
Now install apache2
$ apt install apache2
apache2 path =
/data/data/com.termux/files/usr/share/apache2/default-site/htdocs/
for Example i have a file read.txt now you must move this file to apache2 path then type this command :
$ mv read.txt /data/data/com.termux/files/usr/share/apache2/default-site/htdocs/
Now start apache2 service with this command :
$ apachectl
Now opn browser and type :
localhost:8080
It shows IT WORKS !
Now access read.txt file with browser then type this command:
localhost:8080/read.txt
If you want to stop apache2 service then close termux application it will stop.
That's it.
________________________________________________
AUTOPIXIE-WPS
Autopixie-WPS = this script is meant for people
who wants to check if someone can gain the wpa key,
and or if you are protected from this attack Any illegal
use of this program is strictly forbidden!.
FEATURES
Kill reaver as soon as e-hash2 is gained.
Manual input target router without scan
Wash scan > target router from scan list
Save resuslts to logfile
option to ignore router from wash scan if it has been cracked,
or if PixieWps failed to crack the hash
remember you must have an ecternal wifi adpter
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ pip2 install requests
$ git clone https://github.com/nxxxu/AutoPixieWps
$ cd AutoPixieWps
$ chmod +x *
Run :
$ python2 autopixie.py
Now select any option it will guide you..
________________________________________________
BLACKEYE
The most complete Phishing Tool, with 32 templates +1 customizable
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install curl
$ git clone https://github.com/thelinuxchoice/blackeye
$ cd blackeye
$ chmod +x *
Run :
$ bash blackeye.sh
Now select your option it will generate an url for phishing..
________________________________________________
BREACHER
An advanced multithreaded admin panel finder written in pythonA
script to find admin login pages and EAR vulnerabilites.
Features
1.Multi-threading on demand
2.Big path list (482 paths)
3.Supports php, asp and html extensions
4.Checks for potential EAR vulnerabilites
5.Checks for robots.txt
6.Support for custom patns
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/s0md3v/Breacher
$ cd Breacher
Run :
$ python2 breacher.py
Check all paths without threads
$ python2 breacher -u example.com
________________________________________________ BRUTAL
Brutal = this is a toolkit to quickly create various payload,
powershell attack, virus attack.and launch listener
for a human interface devices..this is extreamly useful
for executing scripts on a target machin..
For use this tool you must install sudo in your termux
means it need rooted devices..
Installation :
$ apt update && apt upgrade
$ apt install git
$ git clone https://github.com/Screetsec/Brutal
$ cd Brutal
$ chmod +x *
Run :
$ sudo ./Brutal.sh
Now simply select your option which you want..
________________________________________________
BRUTESSPRAY
BruteSpray takes nmap GNMAP/XML output and
automatically brute-forces services with default credentials using Medusa.
BruteSpray can even find non-standard ports by
using the -sV inside Nmap.
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/x90skysn3k/brutespray
$ cd brutespray
$ pip2 install -r requirements.txt
usage :
$ python2 brutespray.py
First do an nmap scan with
-oG nmap.gnmap or -oX nmap.xml.
$ python2 brutespray.py -h
$ python brutespray.py --file nmap.gnmap
$ python brutesrpay.py --file nmap.xml
$ python brutespray.py --file nmap.xml -i
________________________________________________
CHECK LOGIN MAIL
Credmap is an open source tool that was created to
bring awareness to the dangers of credential reuse.
It is capable of testing supplied user credentials
on several known websites to test if the password
has been reused on any of these
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/lightos/credmap
$ cd credmap
$ chmod +x *
usage :
$ $ python2 credmap.py -h
It shows all options to use this tool
$ python2 credmap.py --username king --email king56@email.com
king = is username of email
king56@email.com = this is email to check
________________________________________________
CHOICEBOT {Instagram-bot}
Choicebot is a bot written in Shell Script (the first one) to perform 'likes', 'comments' and 'follows' based on hastags.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install curl
$ apt install nano
$ git clone https://github.com/thelinuxchoice/choicebot
$ cd choicebot
$ chmod +x *
usage :
$ nano hashtags.txt (put your hashtags here)
$ ./choicebot.sh
________________________________________________
CLICK JACKING SCANNER
This script scans target site is vulnerable for this attack
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/D4Vinci/Clickjacking-Tester
$ cd Clickjacking-Tester
$ chmod +x *
Now create here file.txt file, in this file paste victem website and save it
usage :
$ python3 Clickjacking-Tester.py file.txt
Now it starts scanning if target is vulnerable then it shows you..
________________________________________________
CMS MAP VUL-SCANNER
Cms map is a tool used to find the vulnerabilities of websites such as joomla,dripal,wordpress
with the help of this tool we can scan our site vulnerabilities and fix it,and stay safe and secure
Execute these commands one by one to install.
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/Dionach/CMSmap.git
$ cd CMSmap
$ chmod +x *
usage :
$ python2 cmsmap.py -h
[it shows all options how we can use this tool]
________________________________________________
CMSEEK SUIT
CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and 100 other CMSs
Functions Of CMSeek :
Basic CMS Detection of over 80 CMS
Drupal version detection
Advanced Wordpress Scans
Detects Version
User Enumeration
Plugins Enumeration
Theme Enumeration
Detects Users (3 Detection Methods)
Looks for Version Vulnerabilities and much more!
Advanced Joomla Scans
Version detection
Backup files finder
Admin page finder
Core vulnerability detection
Directory listing check
Config leak detection
Various other checks
Modular bruteforce system
Use pre made bruteforce modules or create your own and integrate with it
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/Tuhinshubhra/CMSeeK
$ cd CMSeeK
$ chmod +x *
Run :
$ python cmseek.py
here select your oprion and use..
________________________________________________
COMMIX
Automated All-in-One OS command injection and exploitation tool
can be used from web developers, penetration testers or even security
researchers in order to test web-based applications
with the view to find bugs, errors or vulnerabilities
related to command injection attacks.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/commixproject/commix
$ cd commix
$ chmod +x *
usage :
$ python2 commix.py
Now it shows how you can use this too..
$ python2 commix.py -h
it shows all options...
$ python2 commix.py -u site.com
it shows all information....
________________________________________________
CRIPS IP TOOLS
This Tools is a collection of online IP Tools that can be used to quickly get information about IP Address's, Web Pages and DNS records.
Menu :
Whois lookup
Traceroute
DNS Lookup
Reverse DNS Lookup
GeoIP Lookup
Port Scan
Reverse IP Lookup
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/Manisso/Crips
$ cd Crips
$ chmod +x *
$ ./install.sh
Run :
$ python2 crips.py
Now select your option, this tool can guide you easily..
________________________________________________
CYBER-SCAN
CyberScan is an open source penetration testing tool
that can analyse packets , decoding , scanning ports,
pinging and geolocation of an IP including
(latitude, longitude , region , country ...)
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/medbenali/CyberScan.git
$ cd CyberScan
usage :
$ python2 CyberScan.py -v
$ CyberScan -h
We can perform ping operations with several protocols using CyberScan
The fastest way to discover hosts on a local Ethernet network
is to use ARP:
$ python2 CyberScan -s 192.168.1.0/24 -p arp
In case when ICMP echo requests are blocked, we can still use TCP:
$ CyberScan -s 192.168.1.105 -p tcp -d 80
192.168.1.105 = target IP.
________________________________________________
D-TECT
D-TECT is an All-In-One Tool for Penetration Testing.
This is specially programmed for Penetration Testers and Security Researchers
to make their job easier, instead of launching different
tools for performing different task. D-TECT provides multiple
features and detection features which gather target information
and finds different flaws in it.
Features:
Sub-domain Scanning
Port Scanning
Wordpress Scanning
Wordpress Username Enumeration
Wordpress Backup Grabbing
Sensitive File Detection
Same-Site Scripting Scanning
Click Jacking Detection
Powerful XSS vulnerability scanning
SQL Injection vulnerability scanning
User-Friendly UI
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/shawarkhanethicalhacker/D-TECT
$ cd D-TECT
$ chmod +x *
$ pip2 install requests
usage :
$ python2 d-tect.py
Now select your options to use that particular tool..
________________________________________________
DARKFLY
DarkFly-Tool is an installation tool for installing tools.
this tool makes it easy for you. so you don't need to type git clone
or look for the github repository. You only have to choose the number.
which tool you want to install. there are 530 tools ready for intall.
and for those of you who like to have fun.
there are 7 SMS spam tools that are ready to use, you just need to choose spam to use the target number.
there is a tocopedia DLL, and yesterday the DarkFly tool only supports termux.
now it supports Linux OS and can be installed on ubuntu and termux, even though I only combine it.
at least I can satisfy and make it easier for all of you :) Good
Installation :
$ apt update && apt upgrade
$ apt install git
$ git clone https://github.com/Ranginang67/DarkFly-Tool
$ cd DarkFly-Tool
$ chmod +x *
$ sh install
Run :
$ DarkFly
Now select your optoion, it will install your selected tool ..
________________________________________________
DARKSPOLIT
Execute these commands one by one to install DarlSploit.
$ apt update
$ apt upgrade
$ apt install git
$ apt install python
$ apt install python2
$ git clone https://github.com/LOoLzeC/DarkSploit
$ cd DarkSploit
$ cd install
$ sh installtermux.sh
$ pip2 install -r requirements.txt
$ cd ..
Now Run DarkSploit :
python2 DrXp.py
DarkSploit commands :
$ show options
$ show exploits
$ use exploits
Here you get all options to use this tool.
________________________________________________
DOST-WEBSERVER-TOOLS
Dost = WebServer Attacking Tools
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/verluchie/dost-attack
$ cd dost-attack
$ chmod 777 install.sh
$ ./install.sh
Run :
$ ./dost
It shows how you can use this tool
________________________________________________
DOWNLOAD ANY TYPE OF FILE
With the help of termux app we can download any type of files
such as..
.apk, .jpg, .png, .txt, .mp3, .mp4, .md, .zip, .rar, .doc, .psd, .cdr, .eps, .anything...etc....
first you need to install these apps from playstore
1] Termux App
2] Termux API App
Now open Termux and follow these steps
installation :
$ apt update
$ apt upgrade
$ apt install termux-api
[ Downloading process: ]
$ termux-download -d -t http://downlodingurl.com/file.apk
after -t you need to give downloading url
to download any type of file
after downloading goto your download folder
________________________________________________
DOWNLOAD FB VIDEO
Facebook Video Downloader (CLI) For Linux Systems Coded in PHP
with the help of this script you guys can download facebook videos by pasteing video url in termux.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install php
$ git clone https://github.com/Tuhinshubhra/fbvid
$ cd fbvid
Run :
$ php fb.php
first here paste fb video url
Now here give a name to your video, it will start downloading your video and saved in current directory.
If you want to watch your downloaded video then move this video to sdacrd using mv command
$ mv video.mp4 /sdcard/
Now your video has moved to sdcrad, go to your sdcard and watch it ....
________________________________________________
EVILURL IDN HOMOGRAPH
Evilurl used to generate an unicode domain
url for phishing. For idn homograph attack
install Evil-URl
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/UndeadSec/EvilURL.git
$ cd EvilURL
$ chmod +x *
$ ls
$ python3 evilurl.py
select option 1 to generate
Type domain name like site.com
it will generate unicode url for phishing
if you want to detect any url if that one is phishing url then run this tool.
python3 evilurl.py
select oprion 2
here paste that url
it detects if that url is unicode or for phishing..
that's it..
________________________________________________
GLOOM-FRAMWORK
Gloom-Framework = Linux Penetration Testing Framework
Execute these commands one by one to install this tool.
works in rooted devices
Remember you have must installed sudo in Termux
after installation of sudo follow these steps
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ apt install nmap
$ apt install tsu
$ git clone https://github.com/StreetSec/Gloom-Framework.git
$ cd Gloom-Framework
$ chmod +x *
$ sudo python2 install.py
$ sudo python2 gloom.py
$ pip2 install requests
if you get error for bs4 & beautifulsoup then simply type
$ sudo pip2 install bs4
$ sudo pip2 install beautifulsoup
Run :
$ sudo python2 gloom.py
[gloom] help
it shows all modules
to use any module simply copy and paste that module name
________________________________________________
GOBLIN WORD GENERATOR
Goblin word Generator tool is used to generate password list easily..
Execute These below commands one by one to install this tool..
Installtion :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python
$ apt install python2
$ git clone https://github.com/UndeadSec/GoblinWordGenerator
cd GoblinWordGenerator
$ chmod +x *
usage :
$ python3 goblin.py
i want to generate list that length 4 to 6 then type here : 4:6 {hit enter}
Give name to your wordlist like, : pass.txt {hit enter}
and select option which you want and {hit enter}
it will generate a pass.txt
to open this file type this command :
$ cat pass.txt
________________________________________________
G CREATE ZIP FILE
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 will unzip your zip file..
________________________________________________
GOLDEN-EYE {DOS TOOLS }
GoldenEye is an python app for SECURITY TESTING PURPOSES ONLY!
GoldenEye is a HTTP DoS Test Tool.
Attack Vector exploited: HTTP Keep Alive + NoCache
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/jseidl/GoldenEye
$ cd GoldenEye
$ chmod +x *
Run :
$ python2 goldeneye.py [url]
________________________________________________
HAKKU-FRAMEWORK
Hakku framework offers simple structure, basic CLI, and useful
features for penetration testing tools developing
Modules
apache_users
arp_dos
arp_monitor
arp_spoof
bluetooth_pod
cloudflare_resolver
dhcp_dos
dir_scanner
dns_spoof
email_bomber
hostname_resolver
mac_spoof
mitm
network_kill
pma_scanner
port_scanner
proxy_scout
whois
web_killer
web_scout
wifi_jammer
zip_cracker
rar_cracker
wordlist_gen
Installation :
$ apt update && apt upgrade
$ apt install python
$ git clone https://github.com/4shadoww/hakkuframework
$ cd hakkuframework
$ chmod +x *
Usage :
$ python hakku
________________________________________________
HARVESTER-EMAIL INFO
E-mails, subdomains and names Harvester
theHarvester is a tool for gathering subdomain names,
e-mail addresses, virtual hosts, open ports/ banners,
and employee names from different public sources
(search engines, pgp key servers).
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/laramies/theHarvester
$ cd theHarvester
$ chmod +x *
usage :
$ python2 theHarvester.py
$ python2 theHarvester.py -d site.com -b google
______________________________________________
HASH CRACKER
Hash cracker with auto detect hash in termux.
Hasher is a hash cracker tool that has supported more than 7 types of hashes.
support :
md4
md5
sha1
sha224
sha256
sha384
sha512
ripemd160
whirlpool
Execute these commands one by one to install.
Installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python
$ apt install python2
$ git clone https://github.com/ciku370/hasher
cd hasher
Run :
python2 hash.py
simply paste hashes. {hit enter}
it ask the type of hash . then select your type of hash to Decrypt it.
______________________________________________
HULK-DOC TOOLS
HULK DoS tool ported to Go with some additional features.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/grafov/hulk
$ cd hulk
$ chmod +x *
usage :
$ python2 hulk.py [url]
______________________________________________
I Termux Arc Linux
$ apt update and apt upgrade
$ apt install git
$ git clone https://github.com/termux-archlinux.git
$ cd termux-archlinux
$ bash TermuxArch/
$ setup TermuxArch.sh
______________________________________________
IPGEOLOCATION-TRACE IP
Retrieve IP Geolocation information
Features
Retrieve IP or Domain Geolocation.
Retrieve your own IP Geolocation.
Retrieve Geolocation for IPs or Domains loaded from file.
Each target in new line.
Define your own custom User Agent string.
Select random User-Agent strings from file.
Each User Agent string in new line.
Proxy support.
Select random proxy from file. Each proxy URL in new line.
Open IP geolocation in Google Maps using the default browser.
Export results to csv, xml and txt format.
# Geolocation Information :
1.ASN
2.City
3.Country
4.Country Code
5.ISP
6.Latitude
7.Longtitude
8.Organization
9.Region Code
10.Region Name
11.Timezone
12.Zip Code
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python
$ git clone https://github.com/maldevel/IPGeoLocation
$ cd IPGeoLocation
$ chmod +x *
$ pip install -r requirements.txt
Usage :
$ python ipgeolocation.py -t [target ip]
it gives you all information related to your target..
______________________________________________
KNOCK MAIL
Knock mail = Verify if email exists or find valid E-mail Installation :
$ apt update && apt upgrade
$ apt install python2
$ apt install python
$ pip2 install requests
$ git clone https://github.com/4w4k3/KnockMail
$ cd KnockMail
$ chmod +x *
$ pip2 install -r requeriments.txt
Run :
$ python2 knock.py
select Your options and give email to check ,
Your e-mail is valid or Invalid..
______________________________________________
KNOCKSPY
Knockpy is a python tool designed to enumerate subdomains on
a target domain through a wordlist.
It is designed to scan for DNS zone transfer and to
try to bypass the wildcard DNS record automatically
if it is enabled. Now knockpy supports queries to VirusTotal subdomains,
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ pip2 install dnspython
$ git clone https://github.com/guelfoweb/knock.git
$ cd knock $ python2 setup.py install
usage :
$ knockpy -h
it shows how you can use this tool
$ knockpy domain.com
______________________________________________
LAZYMUX TOOLS
Lazymux is python based tool in this tool
and collection of tools for termux users.
you guys can install some tools by typing number in easiest way
this tool is specially for lazy peoples..
installation :
$ apt update
$ apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/Gameye98/Lazymux
$ cd Lazymux
$ chmod +X *
usage :
$ python2 lazymux.py
Now simply type the number of tool
to install that particular tool in termux
______________________________________________
MAP VIEWR
Map viewr shows map in termux
$ apt update && apt upgrade
To display world map in termux terminal
Type this command :
$ telnet mapscii.me
press a = zoomin
press z = zoom out
press c = to quite
use arrow keys to goto left right up down
______________________________________________
SMS+CALL BOMBER
Use it only for funn...
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/TheSpeedX/TBomb
$ cd TBomb
$ chmod +x *
$ ./TBomb.sh
Installation complete.
Now select ur victem number and enjoy...
______________________________________________
Hope you enjoy 😀
YouTube channel :- s.sindian
Follow us
Follow us on
Facebook page :- https://www.facebook.com/Ssindian-100621935117515/?ti=as
Instagram :-
https://www.instagram.com/p/CEk3iQsBY3F/?igshid=vj7b5f0ha694
Twitter :-
https://twitter.com/sindian_s?s=09
Our website :-
http://wwwcodeis5.blogspot.com/2020/10/sms-and-call-bomber-send-unlimited-fake.html
Thankyou
S.sindian
Comments
Post a Comment