From 62d3449411286bb8fee48f136ab07a92c69d62b8 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 17 Mar 2008 22:36:09 +0000 Subject: [PATCH] Add 802.11 fuzzing and testing idea from sam. --- en/projects/ideas/ideas.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml index 4f55c8c7d9..d31dd6cec8 100644 --- a/en/projects/ideas/ideas.xml +++ b/en/projects/ideas/ideas.xml @@ -15,7 +15,7 @@ Ideas//EN" - $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.41 2008/03/17 22:07:33 murray Exp $ + $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.42 2008/03/17 22:20:36 rwatson Exp $ @@ -897,6 +897,27 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here.

+ + 802.11 Fuzzing and Testing + + +

Technical contact: Sam Leffler

+

Build a "packet fuzzer" tool that can be used to build test suites to + improve reliability of the 802.11 code against garbage data. There are + various tools out but I'm not aware of any good ones that work with 802.11 + and are generally available. The basic idea is to write a packet + injector/playback tool that's driven by a scripting language. Then you + need to build up a database of test cases. It's also possibly important + to do time-based playback.

+
    +
  • Good knowledge of C.
  • +
  • Wireless networking fundamentals.
  • +
  • WPA-capable wireless network setup.
  • +
+
+
+ SCPS, Space Communication Protocol Standards