How to install Wireshark | वायरशार्क कैसे इनस्टॉल करे | TERMUX (N0 R00T)
First Download And Install Termux Application From Google Play Store And Open It.Now Update Terminal Using Apt Update Command After The Updating Termux Find Your Android Device Architecture
First What is Wireshark
Wireshark Is An Open Source Free Tool And This Is The Worlds 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 Shark Will Typically Display Information In Three 3 Panels.
Wireshark Used Standard Across Many Commercial And Non-profit Enterprises, Educational Institutions, Government Agencies And Ethical Hackers And Also 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.
We Can Install And Use Wireshark Networking Tool In Our Android Device Using Termux Terminal Emulator.so Follow These Steps To Install Wireshark In Termux.
First Download And Install Termux Application From Google Play Store And Open It.Now Update Terminal Using Apt Update Command After The Updating Termux Find Your Android Device Architecture
To Find Your Android Device Architecture Type This Command :
uname -m Or dpkg --print-architecture
There Are 2 Types Of Architecture :
- ARM
- Aarch
1 . Procedure For Aarch64/armv8I/armv8 Devices To Install Wire Shark :
First Update Termux Using
Command :
apt update
Install Wget Package Using
Command :
apt Install wget
Simply Type This Command In Your Termux
" wget https://raw.githubusercontent.com/Hax4us/Hax4us.github.io/master/sources-aarch64.list.txt "
Now Rename It Using
Command :
mv sources-aarch64.list.txt sources.list
Type These command 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
2. Procedure For Arm/armv5/armv5I/armv7/armv7I/armhf Devices To Install Wire Shark :
First Update Termux Using
apt update && apt upgarde
Install Wget Package Using
Command:
apt install wget
Simply Type 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
Type These Command 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
copyable command list
""
Now Everything Is Done.
Thank You 😎