Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education.
Wireshark is the world's foremost and widely used networking protocol analyzer. Wireshark, formerly known as ethereal, can be used to see what's happening on your network at a microscopic level. Wire sharks will typically display information in three panels.
Wireshark used standards across many commercial and non-profit enterprises, educational institutions, government agencies, ethical hackers, and black hat hackers to capture sensitive information such as user id, passwords, cookies, admin panel, etc.
This tool comes pre-installed in Kali Linux operating system. And also, we can download it for windows and can use it.
Installing Wireshark in Termux :
We can install and use the Wireshark networking tool in our android device using termux terminal emulator. So follow these steps to install Wireshark in termux.
First, download and install the termux application from the google play store and open it. now update terminal using apt update command after the updating termux find your android device architecture
to see your android device architecture, type this command: uname -m or dpkg --print-architecture
There are two types of architecture :
· ARM
· Aarch
procedure for arm/armv5/armv5I/armv7/armv7I/armhf Devices to install wire shark :
- first, update termux using the
apt update
command - · install wget package using
apt install wget
command - · copy and paste this command in your termux wget
https://raw.githubusercontent.com/Hax4us/Hax4us.github.io/master/sources-arm.list.txt
- · Now rename it using command
mv sources-arm.list.txt
sources.list - · paste these commands one by one
mv sources.list $PREFIX/etc/apt
- ·
wget https://xeffyr.github.io/termux-x-repository/pubkey.gpg
- ·
apt install gnupg gnupg2 && apt-key add pubkey.gpg -y
- ·
apt update -y
- · Now install wire shark using apt command
apt install Wireshark
Comments
Post a Comment