Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilhermeferreira/spikepp
SPIKE is a protocol fuzzer creation kit. It provides an API that allows a user to create their own fuzzers for network based protocols using the C++ programming language. The tool defines a number of primitives that it makes available to C coders, which allows it to construct fuzzed messages called “SPIKES” that can be sent to a network service to hopefully induce errors. SPIKE was specifically designed to focus on finding exploitable bugs, so it’s an excellent choice for our purposes. SPIKE also includes a simple scripting capability, and within the SPIKE distribution, there are a few command line tools which can act as interpreters to simple text files containing SPIKE primitives.
https://github.com/guilhermeferreira/spikepp
Last synced: 2 months ago
JSON representation
SPIKE is a protocol fuzzer creation kit. It provides an API that allows a user to create their own fuzzers for network based protocols using the C++ programming language. The tool defines a number of primitives that it makes available to C coders, which allows it to construct fuzzed messages called “SPIKES” that can be sent to a network service to hopefully induce errors. SPIKE was specifically designed to focus on finding exploitable bugs, so it’s an excellent choice for our purposes. SPIKE also includes a simple scripting capability, and within the SPIKE distribution, there are a few command line tools which can act as interpreters to simple text files containing SPIKE primitives.
- Host: GitHub
- URL: https://github.com/guilhermeferreira/spikepp
- Owner: guilhermeferreira
- Created: 2017-03-07T18:01:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T23:33:05.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T18:14:20.385Z (6 months ago)
- Language: C
- Homepage:
- Size: 1.79 MB
- Stars: 77
- Watchers: 4
- Forks: 21
- Open Issues: 3
-
Metadata Files:
Awesome Lists containing this project
- AwesomeInterpreter - spikepp