The Idea

I am in the process of creating a fuzzing framework that will allow developers to quickly and effectively fuzz-test their applications during and after the development cycle. The framework will operate on network-based applications, focusing on application-layer protocols. What sets this fuzzing framework apart from others is that it will have a strong focus on providing a graphical with which to fuzz, lowering the learning curve and costs required to execute such a testing mechanism.

Why fuzz testing?

Fuzz testing is a conceptually simple software-testing technique that can be used to reveal less obvious flaws in an application. Flaws found using fuzz testing often reveal exploitable execution streams that may allow an attacker to compromise a system or take it offline.

Still Under Contruction

This site is still under construction and has many missing pages. Have patience padowan, all shall be revealed in the future.