How to install Wireshark

 


Wireshark is a famous ethical hacking tool in 2021 that can detect vulnerabilities within a network and many firewall rules.

Hundreds of cybersecurity executives use Wireshark to detect networks, capture erroneous sent packets, and scan many standards and protocols.

Wireshark assists in reading real-time data from Ethernet, IEEE 802.11, PPP / HDLC, ATM, Bluetooth, USB, Token Ring, Frame-relay, FDDI, etc.

Wireshark has CLI support; this version is called TShark.

Commands to install Wireshark on Termux

apt update && apt upgrade -y

pkg install xterm

apt install tigervnc

apt install tigervnc-viewer

pkg install x11-repo

apt install Wireshark-gtk

Comments