Link Layer Discovery Protocol Fuzzer Released
Jeremy Hollander has released the first LLDP (Link Layer Discovery Protocol) fuzzer which includes ten test cases, a presentation and a paper describing the LLDP fuzzer. In addition, the fuzzing architecture makes it easy to extend the tool with your own test cases as new LLDP-compliant devices arise.
The Link Layer Discovery Protocol (LLDP) is a layer two protocol used by network devices to share information, such as their identity and capabilities, on a LAN.
Download the LLDP fuzzer [LLDPfuzzer.tar]
1. Edit lldpfuzzer.py, modify self_iface and self_mac
2. Edit the last line of lldpfuzzer.py to select which test case you wish to execute
3. chmod lldpfuzzer.py +x and run it
Download the paper [LLDPpaper.pdf]
Download the presentation [LLDPpresentation.ppt]

2007.05.28 Daily Security Reading « Rodney Campbell’s Blog Said,
May 27, 2007 @ 6:49 pm
[…] Link Layer Discovery Protocol Fuzzer Released […]