Starting Spike Tools

This commit is contained in:
Will Pennell 2014-04-05 10:25:20 -04:00
parent 21c0b5d58a
commit ea1018762f
2 changed files with 40 additions and 0 deletions

20
tools/generic_chunked.md Normal file
View File

@ -0,0 +1,20 @@
# generic_chunked - spike-generic_chunked
Notes
-------
Help Text
-------
```
Usage: ./generic_web_server_fuzz target port file.spk skipvariables skipfuzzstring
Example: ./gwsf exchange1 80 owa1.spk 0 0
http://www.immunitysec.com/spike.html
```
Example Usage
-------
Links
-------

View File

@ -0,0 +1,20 @@
# generic_listen_tcp - spike-generic_listen_tcp
Notes
-------
Help Text
-------
```
argc=1
Usage: ./generic_listen_tcp port spike_script
./generic_listen_tcp 70 gopherd.spk
```
Example Usage
-------
Links
-------