|
Cisco Tools
|
|
Hits: 7 |
|
Date added: 03/17/2006 |
|
Password finder tools for Cisco. |
|
|
|
|
Firewalk v5.0
|
|
Hits: 7 |
|
Date added: 11/02/2006 |
|
Firewalk is an active reconnaissance network security tool that attempts to determine what layer 4 protocols a given IP forwarding device will pass. Firewalk works by sending out TCP or UDP packets with a TTL one greater than the targeted gateway. If the gateway allows the traffic, it will forward the packets to the next hop where they will expire and elicit an ICMP_TIME_EXCEEDED message. If the gateway hostdoes not allow the traffic, it will likely drop the packets on the floor and we will see no response. |
|
|
|
|
Pcapy v0.10.5
|
|
Hits: 7 |
|
Date added: 09/14/2007 |
|
Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets. |
|
|
|
|
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. |
|
|
|
|
Burp Proxy Win
|
|
Hits: 7 |
|
Date added: 08/10/2006 |
|
Burp proxy allows an attacker to find application vulnerabilities by monitoring and manipulating critical parameters and other data transmitted by the application. By modifying browser requests in various ways, burp proxy can be used to take assessments such as SQL injection, cookie subversion, privilege escalation, session hijacking, directory traversal and buffer overflows. |
|
|
|