lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] [lwip-commits] [SCM] UNNAMED PROJECT branch, master, up


From: Erik Ekman
Subject: Re: [lwip-devel] [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. STABLE-2_0_0_RC1-11-gce021ba
Date: Tue, 14 Jun 2016 16:10:53 +0200


On 14 June 2016 at 15:53, goldsimon <address@hidden> wrote:
Cool thing! We might want to place the fuzzing tests in the 'test' directory of the main rep, so they can be used on other platforms, too, just like the unit tests... if that works with afl?


Do you mean the input packets? They have the same hardcoded MAC and IP addresses as the fuzz.c test program, so they are pretty tied to the unix/fuzz application. There is nothing platform-dependant in the code though (more than C stdlib), so maybe all of it can be moved somewhere. I don't know what other advanced fuzzers there are for other platforms though, I think everyone just uses afl.

/Erik
 

Am 14. Juni 2016 3:43:37 nachm. schrieb address@hidden (Erik Ekman):

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  ce021ba5c4737d0909d631d2e9f38d7cb39d22a0 (commit)
      from  6dda1600028a358144c7fa93baf76bcf26091a48 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ce021ba5c4737d0909d631d2e9f38d7cb39d22a0
Author: Erik Ekman <address@hidden>
Date:   Tue Jun 14 15:35:05 2016 +0200

    Add helper application for fuzzing

    Add application suitable for testing fuzzed network input,
    together with some packets to start with.

    Use together with american fuzzy lop, see README

-----------------------------------------------------------------------

Summary of changes:
 ports/unix/README                                  |    2 +
 ports/unix/{check => fuzz}/Makefile                |   26 ++---
 ports/unix/fuzz/README                             |   32 ++++++
 ports/unix/{check => fuzz}/config.h                |    0
 ports/unix/fuzz/fuzz.c                             |  110 ++++++++++++++++++++
 ports/unix/fuzz/inputs/arp/arp_req.bin             |  Bin 0 -> 42 bytes
 ports/unix/fuzz/inputs/icmp/icmp_ping.bin          |  Bin 0 -> 98 bytes
 .../fuzz/inputs/ipv6/neighbor_solicitation.bin     |  Bin 0 -> 86 bytes
 ports/unix/fuzz/inputs/ipv6/router_adv.bin         |  Bin 0 -> 118 bytes
 ports/unix/fuzz/inputs/tcp/tcp_syn.bin             |  Bin 0 -> 74 bytes
 ports/unix/fuzz/inputs/udp/udp_port_5000.bin       |  Bin 0 -> 50 bytes
 .../include/arch/init.h => unix/fuzz/lwipopts.h}   |   37 +++++--
 ports/unix/fuzz/output_to_pcap.sh                  |   31 ++++++
 13 files changed, 216 insertions(+), 22 deletions(-)
 copy ports/unix/{check => fuzz}/Makefile (71%)
 create mode 100644 ports/unix/fuzz/README
 copy ports/unix/{check => fuzz}/config.h (100%)
 create mode 100644 ports/unix/fuzz/fuzz.c
 create mode 100644 ports/unix/fuzz/inputs/arp/arp_req.bin
 create mode 100644 ports/unix/fuzz/inputs/icmp/icmp_ping.bin
 create mode 100644 ports/unix/fuzz/inputs/ipv6/neighbor_solicitation.bin
 create mode 100644 ports/unix/fuzz/inputs/ipv6/router_adv.bin
 create mode 100644 ports/unix/fuzz/inputs/tcp/tcp_syn.bin
 create mode 100644 ports/unix/fuzz/inputs/udp/udp_port_5000.bin
 copy ports/{old/rtxc/include/arch/init.h => unix/fuzz/lwipopts.h} (55%)
 create mode 100755 ports/unix/fuzz/output_to_pcap.sh


hooks/post-receive
--
UNNAMED PROJECT

_______________________________________________
lwip-commits mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-commits



_______________________________________________
lwip-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]