summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100644
index 0000000..6cfe39c
--- /dev/null
+++ b/test.sh
@@ -0,0 +1,3 @@
1#!/bin/bash
2
3(echo -e "POST / HTTP/1.1\nContent-Type: text/html; boundary=--1234\n\n--1234\nContent-Disposition: fooo\n\n" ; dd if=/dev/urandom) | nc localhost 8080
..