Other packet analyzer tools
Wireshark is a packet analysis tool to use features such as packet editing/replaying, performing MITM, ARPspoof, IDS, and HTTP proxy, and there are other packet analyzer tools available and can be used as well.
The following is a list (not limited) of notable packet analyzer tools on the market; many others are commercially available. The table lists tools and their features:
Tools |
Packet editing |
Packet replay |
ARPspoof/MITM |
Password sniffing |
Intrusion detection |
HTTP debugger |
---|---|---|---|---|---|---|
WireEdit (https://wireedit.com/) |
Y |
N |
N |
N |
N |
N |
Scapy (http://www.secdev.org/) |
Y |
Y |
Y |
Y |
N |
Y |
Ettercap (https://ettercap.github.io/ettercap/) |
Y |
N |
Y |
Y |
N |
N |
Tcpreplay (http://tcpreplay.synfin.net/) |
N |
Y |
N |
N |
N |
N |
Bit-Twist (http://bittwist.sourceforge.net/) |
Y |
N |
N |
N |
N |
N |
Cain (http://www.oxid.it/cain.html) |
N |
N |
Y |
Y |
N |
N |
Snort (https://www.snort.org/) |
N |
N |
N |
N |
Y |
N |
Mobile packet capture
Wireshark is not available on mobile platforms such as Android, iOS, or Windows. In order to capture mobile traffic the following tools are suggested based on the platform:
Platform |
Packet capture tool used |
URL |
---|---|---|
Windows |
Microsoft Network Analyzers |
http://www.microsoft.com/en-in/download/details.aspx?id=19484 |
iOS |
Paros | |
Android |
Shark for Root | |
Kismet Android PCAP |
Various other techniques are used to capture mobile traffic using Wireshark. One such technique is creating a Wi-Fi hotspot on the laptop, allowing the mobile phone to use this Wi-Fi, and sniffing traffic on your Wi-Fi interface using Wireshark.