General purpose fuzzing tool

Codenomicon released a general purpose fuzzing tool today for testing all communication interfaces. The new Traffic Capture Fuzzer loads threat vectors from sources like network analyzers and vulnerability feeds, and automatically generates extensive tests to find zero-day threats in protocol implementations.

Traffic Capture Fuzzing is essentially black-box testing, i.e., no access to the source code is needed in order for the tests to find new vulnerabilities. In contrast to security scanners and vulnerability scanners, fuzzing can find and eliminate zero-day exposures in any communication software, network equipment or complex network service.

“In a matter of minutes from getting my hands on our Traffic Capture Fuzzer, I was already testing a wide range of proprietary protocols, which had always worried me, but for which Model-Based Fuzzers would have been impossible to create.”, says Ari Takanen, CTO of Codenomicon.

The Traffic Capture Fuzzer reads files in PCAP format, which is supported by all network analyzers and which is generally accepted as a standard for storing network flows. The Traffic Capture Fuzzer is software-based solution, and therefore, it is easy to use at every stage of the software development lifecycle. Programmers can start testing their protocol stacks immediately after the protocol interface is up and running. Penetration testers can go to any test setup, and have their fuzz tests running minutes after the initial analysis of the system.

Fuzzing is a versatile and comprehensive security testing technique making it a most suitable tool for testing the reliability of novel communication devices or business critical systems and applications. The most effective fuzzing techniques are based on protocol models, but traffic capture based solutions complement these approaches.

Don't miss