HOW TO INSTALL WIRESHARK IN TERMUX
In here, I will be teaching you how to install Wireshark on termux, running Wireshark on android no root, it’s not as easy as it looks, but I will surely put you through.
Here we go,
“Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions.”
So today I will be showing you how you can now install Wireshark in termux for android users without root permission i.e you don’t need rooted devices to capture android, network traffic and also to packet capture app.
So now you could start capturing local networks, capture network packets, perform man in the middle, SSL decryption and lot more and I hope you know how to make use of captured data.
WELL, YOU MIGHT NEED TO SEE WHAT IS YOUR MOBILE ARCHITECTURE YOU CAN SEE IT BY INSTALLING CPU Z FROM PLAY STORE OR BY TYPING THIS COMMANDS ON YOUR TERMUX “dpkg –-print-architecture” AFTER KNOWING YOUR ARCHITECTURE LETS INSTALL.
FOR ARM/ARMHF/ARMV7/ARMV7L/ARMV5/ARMV5L DEVICES:
- First you need to update your termux using apt update && apt upgrade
- Then type apt install wget -y
- wget https://raw.githubusercontent.com/Hax4us/Hax4us.github.io/master/sources-arm.list.txt
- mv sources-arm.list.txtsources.list
- 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 && apt install wireshark -y
- Now all the steps are Done.
FOR AARCH64/ARMV8/ARMV8L DEVICES:
- First update your termux
- Then install
- apt install wget -y
- wget https://raw.githubusercontent.com/Hax4us/Hax4us.github.io/master/sources-aarch64.list.txt
- mv sources-aarch64.list.txtsources.list
- 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
- apt install wireshark
FINALLY, THIS IS HOW YOU CAN INSTALL WIRESHARK IN YOUR ANDROID PHONE ON TERMUX FOR PENTEST HACKING. for better understanding go with the visual learning below.
Here are a few hand-picked guides for you to read next:
Hi! Would you mind if I share your blog with my myspace group? There’s a lot of folks that I think would really enjoy your content. Please let me know. Cheers|
No problem
Hello .. When i typed “wget raw.githubusercontent.com/Hax4us/Hax4us.github.io/master/sources-aarch64.list.txt”
and entered .. HTTP request sent, awaiting response… 400 Bad Request
2019-11-02 12:38:36 ERROR 400: Bad Request .. appear
am looking to solve this issue generally at once, for now. it seems the repo is dead. like the link is dead
Can you give me the links
links to what?
Is there any way to get this video in english?
will work on this soon
Won’t work eror 404
Will update this guide soon, still researching
Hello admin. I used both links and getting a 404
What link did you use?
Used both links still getting 404 error
Working on this, sorry for the inconvenience