diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 72ab9c4..3418f4c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # randomHTTP -a simple http server returning random stuff: random amount of lines, random amount of words, random amount of chars, random status code, random ... \ No newline at end of file +> Random http codes, this is nice when implementing a dirbuster or so for testing how the response-code filters works. + +a simple http server returning random stuff: random amount of lines, random amount of words, random amount of chars, random status code, random ... |