-->

fa fa-video-camera/آخر الفيديوهات

Wireshark Termux Complete Tutorial

- أبريل 24, 2020

Hello everyone.
Through this post, I’m going to guide you to install Wireshark hacking tools in termux for those who are wondering to hack from android devices. Wireshark is one of the world-famous and widely used tools for network protocol analysis. it will show you the complete detail about what’s happening on your network. And it’s the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.


What is Wireshark

Wireshark is a network packet analyzer. A network packet analyzer presents captured packet data in as much detail as possible.
You could think of a network packet analyzer as a measuring device for examining what’s happening inside a network cable, just like an electrician uses a voltmeter for examining what’s happening inside an electric cable (but at a higher level, of course).
In the past, such tools were either very expensive, proprietary, or both. However, with the advent of Wireshark, that has changed. Wireshark is available for free, is open source, and is one of the best packet analyzers available today.


Wireshark has a rich feature set which includes the following:

  • Deep inspection of hundreds of protocols, with more being added all the time
  • Live capture and offline analysis
  • Standard three-pane packet browser
  • Multi-platform: Runs on Windows, Linux, macOS, Solaris, FreeBSD, NetBSD, and many others
  • Captured network data can be browsed via a GUI, or via the TTY-mode TShark utility
  • The most powerful display filters in the industry
  • Rich VoIP analysis
  • Read/write many different capture file formats: tcpdump (libpcap), Pcap NG, Catapult DCT2000, Cisco Secure IDS iplog, Microsoft Network Monitor, Network General Sniffer® (compressed and uncompressed), Sniffer® Pro, and NetXray®, Network Instruments Observer, NetScreen snoop, Novell LANalyzer, RADCOM WAN/LAN Analyzer, Shomiti/Finisar Surveyor, Tektronix K12xx, Visual Networks Visual UpTime, WildPackets EtherPeek/TokenPeek/AiroPeek, and many others
  • Capture files compressed with gzip can be decompressed on the fly
  • Live data can be read from Ethernet, IEEE 802.11, PPP/HDLC, ATM, Bluetooth, USB, Token Ring, Frame Relay, FDDI, and others (depending on your platform)
  • Decryption support for many protocols, including IPsec, ISAKMP, Kerberos, SNMPv3, SSL/TLS, WEP, and WPA/WPA2
  • Coloring rules can be applied to the packet list for quick, intuitive analysis
  • Output can be exported to XML, PostScript®, CSV, or plain text

Check Which Architecture is Your Android Device?

Before we moving to the installation part have to check which architecture is your android device. Architecture basically divided into two-part Arm and Aarch to check this enter following command in termux uname -m

Installation for aarch64/armv8/armv8l Devices:

Follow my steps one by one. 

1 – Open Termux from your android device if you don’t have it download it from playstore.

2 – Enter apt update && apt upgrade -y

3 – apt install wget -y

4 – wget https://raw.githubusercontent.com/Hax4us/Hax4us.github.io/master/sources-aarch64.list.txt

5 – mv sources-aarch64.list.txt sources.list

6 – mv sources.list $PREFIX/etc/apt

7 – wget https://xeffyr.github.io/termux-x-repository/pubkey.gpg

8 – apt install gnupg gnupg2 && apt-key add pubkey.gpg -y

9 – apt update

10 – apt install wireshark

That’s all your ready to go now.


Installation for arm/armhf/armv7/armv7l/armv5/armv5l Devices:

Follow my steps one by one.

1 – Open Termux from your android device if you don’t have it download it from the playstore.

2 – Enter apt update && apt upgrade -y

3 – apt install wget -y

4 – wget https://raw.githubusercontent.com/Hax4us/Hax4us.github.io/master/sources-arm.list.txt

5 – mv sources-arm.list.txt sources.list

6 – mv sources.list $PREFIX/etc/apt

7 – wget https://xeffyr.github.io/termux-x-repository/pubkey.gpg

8 – apt install gnupg gnupg2 && apt-key add pubkey.gpg -y

9 – apt update

10 – apt install wireshark 

That’s all your ready to go now.
اعلانات


أشكالأشكال

fa fa-bolt/آخر المراجعات

 

اكتب ما تريد اليحث عنه هنا