SPIKE is an attempt to write an API that helps reverse engineer new, unknown network protocols. It features several working examples.
| Tags | Software Development Quality Assurance Security Testing Networking |
|---|---|
| Licenses | GPL |
Recent releases


Changes: A DCE-RPC over named pipe fuzzer was added. plonk, a remote DoS/local root against Windows 2000 is now included. BSD support was improved. Many other fixes were made.


Changes: New restricted pages and hosts, more fixes to the core engine to work on a few hosts that were buggy, and IE long URL support.


Changes: False 404 Detection support was added. NTLM authentication was fixed. Bugs in the Whisker to VulnXML converter that were double encoding cross site scripting attacks were fixed.


Changes: NTLM support (you can now can an IIS box running with Integrated Windows Authentication transparently), ordering of GET arguments the same way they were sent to the proxy, and other minor bugfixes in the core engine.


Changes: This release no longer uses 100% of the CPU when interacting with IE.
- All comments
Recent commentsMemory leak in tcpstuff.c
In tcpwrite() I assign a buffer with malloc() but never free() it. Feel free to add the free call before return;
Bug in Tarfile
Sorry about the bug in the tarfile - is fixed now (about 4pm Oct 17, 2001)
-dave