summaryrefslogtreecommitdiff
path: root/test.sh
blob: 6cfe39ccb4dc6a82ec098461cd5db9151726b543 (plain)
1
2
3
#!/bin/bash

(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
..