|
Impacket v0.9.6.0
|
|
Hits: 33 |
|
Date added: 09/12/2007 |
|
Impacket is a collection of Python classes focused on providing access to network packets. Impacket allows Python developers to craft and decode network packets in simple and consistent manner. It includes support for low-level protocols such as IP, UDP and TCP, as well as higher-level protocols such as NMB and SMB. Impacket is highly effective when used in conjunction with a packet capture utility or package such as Pcapy. Packets can be constructed from scratch, as well as parsed from raw data. Furthermore, the object oriented API makes it simple to work with deep protocol hierarchies. |
|
|
|
|
CDPsniffer
|
|
Hits: 41 |
|
Date added: 08/28/2005 |
|
CDPsniffer is a small perl only Cisco discovery protocol (CDP) decoding sniffer. It sniffs the network traffic, picks out the cdp packets and prints out the decoded protocol contents. |
|
|
|
|
NGrep - Network Grep v1.43 - Win32
hot!
|
|
Hits: 57 |
|
Date added: 11/14/2005 |
|
NGrep strives to provide most of GNU grep's common features, applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regular or hexadecimal expressions to match against data payloads of packets. It currently recognizes TCP, UDP, ICMP, IGMP and Raw protocols across Ethernet, PPP, SLIP, FDDI, Token Ring, 802.11 and null interfaces, and understands bpf filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.
This tool needs winpcap to be installed first:
http://www.hackerscenter.com/downloads/download.asp?id=292 |
|
|
|
|
THC-Snooze v0.0.7
hot!
|
|
Hits: 62 |
|
Date added: 01/29/2006 |
|
THCsnooze is a framework for network traffic analysis. it can be used as a sniffer or a network based intrusion detection system. it will watch the network traffic and invoke small programs ( modules or protocol dissectors ), which are easily written in a script language, to gather information from the data.
the possible applications for THCsnooze range from simple and advanced sniffing to passive network auditing. it is possible to write modules that will track a connection until a successful login occured. or you can check if a client application establishes with a ssl enabled server (insecure) SSLv2 connections. |
|
|
|
|
Sniffer - By Skiddieleet
hot!
|
|
Hits: 65 |
|
Date added: 03/04/2006 |
|
A simple sniffer that outputs to plain text or html. Uses the libpcap and libdnet libraries so you will have to have those installed to compile this. It focuses only on the headers of certain protocols.
The needed libraries will be found in the libraries section |
|
|
|