|
IFtop v0.16
|
|
Hits: 5 |
|
Date added: 03/04/2006 |
|
IFtop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. Handy for answering the question why is our ADSL link so slow? .
Requirements
* libpcap
* libcurses |
|
|
|
|
Sniffer - By Skiddieleet
|
|
Hits: 3 |
|
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 |
|
|
|
|
Scanlogd - A port scan detection tool
|
|
Hits: 7 |
|
Date added: 03/03/2006 |
|
scanlogd is a TCP port scan detection tool, originally designed to illustrate various attacks an IDS developer has to deal with.Thus, unlike some of the other port scan detection tools out there, scanlogd is designed to be totally safe to use.
The use of libpcap alone is discouraged. If you're on a system other than Linux and/or want to monitor the traffic of an entire network at once, you should be using libnids in order to handle fragmented IP packets. |
|
|
|
|
Cisco PIX Firewall password calculator
|
|
Hits: 7 |
|
Date added: 02/27/2006 |
|
Cisco PIX firewalls, as every other Cisco device, let you insert the password for the enable mode and telnet access directly in their encrypted form using the commands:
- enable password **************** encrypted
- passwd **************** encrypted
where the string **************** is the encrypted form of a known cleartext password.
This program produces the encrypted form of PIX passwords without the need to access the device.
Networks and security administrators can use it to write authentication informations in the firewall's configuration files completely off-line. |
|
|
|
|
Cable Modem Sniffer
|
|
Hits: 7 |
|
Date added: 02/26/2006 |
|
Sniff information from your cable modems gateway. |
|
|
|