• Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
AnonyViet - English Version
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office
No Result
View All Result
AnonyViet - English Version
No Result
View All Result

How to use Termux to install Linux Tool on Android phones

AnonyViet by AnonyViet
January 28, 2023
in Security
0

Termux is an Android application that helps install Linux tools on Github like Pentest Web, DDoS, do you believe? Android is a Linux kernel operating system, so you can completely install Kali Linux tools on your phone. Currently on CHPlay available Termux application is a tool with command line interface. The built-in Termux is full of Linux commands. You can install command-line hacking tools on your Android phone using Termux. This article will show you how to install, use and introduce hacking tool packages using Termux for testing on Android.

Join the channel Telegram of the AnonyViet 👉 Link 👈

What is Termux?

Termux is an Android command line tool emulator that can work directly without needing to be rooted or installed. You can install additional packages available using the APT package manager. The APT Termux App Store is hosted by JFrog Bintray. Termux only works on Android 5.0 and up. Features of this application include:

  • Supports bash and zsh shells.
  • Edit files with nano and vim.
  • Access the server by ssh.
  • C programming language with clang, make and gdb.
  • Python Support
  • Supports git and subversion.
  • Support Game on frotz platform.

How to install

To use Linux or Kali Linux commands on your Android phone you need to install Termux. This app is available on CHPlay.

Download Termux

Necessary packages should be installed additionally:

Some note:

  • When typing commands, can text will not be displayed on the screen. When you’re done, just press Enter.)
  • There was a question during the installation process yes/no then you type y and press Enter to continue the installation

After the installation is complete, open the Termux application and type the following commands to install the basic applications:

apt update && apt upgrade
termux-setup-storage
pkg install php
pkg install git
pkg install python2
pkg install curl

Is it possible to use Termux to hack?

Of course! You can hack with Termux installed on your phone

Termux has some tools available that can help you hack like hydra or nmap. The application also comes pre-installed with compilers (Clang, Rust, Go, etc.) and interpreters (Bash, Perl, Python, etc.). Reverse engineering tools radare2. Termux can also run metasploit-framework allows you some hacking tools from Kali Linux.

Tools like aircrack-ngor tcpdumplocated in the Termux Root repository you need manually. Aircrack-ng request mode wifi monitor (this feature is rarely available on android devices).

List of pre-installed Hack tools in Termux:

  • Hydra
  • Metasploit Framework
  • Nmap
  • Wireshark
  • bettercap
  • slowloris
  • sqlmap

Important Note: This article only introduces how to use Termux. Using this application to illegally attack systems not owned by you is not recommended.

Warning: There are many “Termux hacking tutorials” articles on the Internet that provide unorthodox software to be used as hacking tools. Most of them are just clickbait and don’t really work. Some of them force users to install malware on their phones. If you install software of unknown origin, it will cause data loss and damage your Android operating system.

How to install tools on github for hacking using Termux

Tool-X is a toolkit that includes 264 Tool Hack types. You can install Tool-X to simplify the installation process of Hack tools for Termux or install the applications that AnonyViet introduces below.

There are 3 ways to install Hack tool on Termux.

  • Use git to download files directly from github
  • Use command apt-install to install Online
  • Manually download the installation files to your sdcard using the command pkg install [tên gói cài]or dpkg -i ./tên-gói-cài.deb

Install NMAP – IP, Network Port Scan Tool

nmap termux android

Nmap is a Port Scanning Tool and gathers information about network security errors. You can use nmap in termux to scan your mobile targets and start for basic attacks. Install nmap on termux using the command:

pkg install nmap

It will take a few minutes to install. You can use nmap on termux by typing the command nmap in termux. Some common nmap commands:

  • nmap IP. Example: nmap 192.168.1.1
  • nmap host. Example nmap google.com

Install RED HAWK – Information Collection Tool

Red Hawk used for Site Crawling such as Lookup WHOISIP lookup, xss, sqli scan, etc

install red hawk termux

Since RED_HAWK runs on PHP, you need to install the PHP environment first. Use command:

pkg install php

Termux will use some space on your device just type y to continue.

Now you install git. This is a tool to directly download files from github or you can download scripts, tools from github or other sources and use

pkg install git

Then enter the command in termux

git clone https://github.com/Tuhinshubhra/RED_HAWK.git

chmod +x RED_HAWK

cd RED_HAWK

chmod +x rhawk.php

Finally type this command in Termux to use

php rhawk.php

Now you can use RED HAWK to scan Website information.

Install Recondog – Scan for vulnerabilities

ReconDog is also a scanning tool that collects information and finds vulnerabilities of the Server.

Recondog termux

Since Recondog is written in Python, you must install Python first. Use the command below:

pkg install python2

Then download regcongdog and install:

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

cd ReconDog

chmod +x *

pip2 install -r requirements.txt

Run Regcongdog with the command: python2 dog

Now you should be able to use ReconDog to scan for security errors.

Install IPCAM Scanner – view Security Camera

IPCAM Scanner (IPAM) is a list of ways Security Cameras are exposed. You can directly access to view other people’s home cameras without a password.

Install IPCAM Scanner - Hack Security Camera termux

To download Camera data, follow these steps:

pkg install python2

git clone https://github.com/kancotdiq/ipcs.git

cd ipcs

pip2 install requests

python2 scan.py

In the list will show the Countries you want to see the camera. Select Country -> Page Number, then will display IP Cameras with exposed login information.

How to use Termux to install Tool Linux on Android phones 3You just need to access the IP to see the Camera. I tried to choose Japan (no. 3) and I can see people’s yards and gardens, but haven’t seen bathrooms or bedrooms hahaha.

How to use Termux to install Tool Linux on Android 4 phones

In addition to the tools above, you can install SQLMap to hack SQL Injection, tools DDOS in Python…

The article achieved: 5/5 – (100 votes)

Tags: AndroidinstallLinuxphonesTermuxtool
Previous Post

The best privacy protection apps for Android and iOS

Next Post

How to block Youtube channel with Channel Blocker

AnonyViet

AnonyViet

Related Posts

How to implement Shellcode Injection attack technique with Autoit
Security

How to implement Shellcode Injection attack technique with Autoit

March 14, 2025
How to exploit the holy hole of Hijacking on Windows
Security

How to exploit the holy hole of Hijacking on Windows

March 8, 2025
Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery
Security

Hamamal: Shellcode execution technique from afar to overcome Antivirus's discovery

February 10, 2025
Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile
Security

Snov.io Email Finder: Search emails with only company name/domain name/LinkedIn profile

December 14, 2024
Capsolver: Automatic solution solution for business
Security

Capsolver: Automatic solution solution for business

December 12, 2024
Seekr: Collect & manage OSINT data
Security

Seekr: Collect & manage OSINT data

November 22, 2024
Next Post
How to block Youtube channel with Channel Blocker

How to block Youtube channel with Channel Blocker

0 0 votes
Article Rating
Subscribe
Login
Notify of
guest

guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments

Recent News

Top 5 game programming languages ​​to learn now

Top 5 game programming languages ​​to learn now

June 8, 2025
The iPhone list is updated with iOS 26

The iPhone list is updated with iOS 26

June 8, 2025
Discover the glowing effect next to the iPhone ios 18 screen

Discover the glowing effect next to the iPhone ios 18 screen

June 8, 2025
[Godot Shooter] #2: Creating characters & shooting bullets

[Godot Shooter] #2: Creating characters & shooting bullets

June 7, 2025
Top 5 game programming languages ​​to learn now

Top 5 game programming languages ​​to learn now

June 8, 2025
The iPhone list is updated with iOS 26

The iPhone list is updated with iOS 26

June 8, 2025
Discover the glowing effect next to the iPhone ios 18 screen

Discover the glowing effect next to the iPhone ios 18 screen

June 8, 2025
AnonyViet - English Version

AnonyViet

AnonyViet is a website share knowledge that you have never learned in school!

We are ready to welcome your comments, as well as your articles sent to AnonyViet.

Follow Us

Contact:

Email: anonyviet.com[@]gmail.com

Main Website: https://anonyviet.com

Recent News

Top 5 game programming languages ​​to learn now

Top 5 game programming languages ​​to learn now

June 8, 2025
The iPhone list is updated with iOS 26

The iPhone list is updated with iOS 26

June 8, 2025
  • Home
  • Home 2
  • Home 3
  • Home 4
  • Home 5
  • Home 6
  • Next Dest Page
  • Sample Page

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí SHBET https://kubet88.yoga/ bj88

No Result
View All Result
  • Home
  • News
  • Software
  • Knowledge
  • MMO
  • Tips
  • Security
  • Network
  • Office

©2024 AnonyVietFor Knowledge kqxs hôm nay xem phim miễn phí SHBET https://kubet88.yoga/ bj88

wpDiscuz
0
0
Would love your thoughts, please comment.x
()
x
| Reply