Click here to Skip to main content
15,887,135 members
Articles / Programming Languages / XML

Network Sniffer and Analyzer Program - Part 3

Rate me:
Please Sign up or sign in to vote.
5.00/5 (9 votes)
9 Jan 2024CPOL6 min read 17.7K   1.5K   39  
Network Sniffer and Analyzer Program written in C# .NET 6.0 Windows Form (Sharppcap, PacketDotNet)
The program can capture and analyze DNS packets. It can also spoof ARP so that you can sniff Other Users Packets in the network. The program firstly scans the network to find connected devices in the network and then you can choose one of the found devices and sniff the incoming and the outgoing packets for this device. note : The program is intended to carry out network penetration tests, as a developer I absolve myself of any misuse.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions