diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-10-26 18:32:45 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-10-26 18:32:45 +1300 |
commit | 340d0570bfe7ceae68d7d592e3b7283480c351b0 (patch) | |
tree | ee86adfca0ed58021c8ca1ad61f8a9e756c6583c /test/fuzzing | |
parent | 16654ad6a4ba4f12287d5707dafe3794b6e33fb8 (diff) | |
download | mitmproxy-340d0570bfe7ceae68d7d592e3b7283480c351b0.tar.gz mitmproxy-340d0570bfe7ceae68d7d592e3b7283480c351b0.tar.bz2 mitmproxy-340d0570bfe7ceae68d7d592e3b7283480c351b0.zip |
Legibility
Diffstat (limited to 'test/fuzzing')
-rw-r--r-- | test/fuzzing/straight_stream | 4 | ||||
-rw-r--r-- | test/fuzzing/straight_stream_patterns | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test/fuzzing/straight_stream b/test/fuzzing/straight_stream index a716a085..99af212f 100644 --- a/test/fuzzing/straight_stream +++ b/test/fuzzing/straight_stream @@ -1,6 +1,6 @@ mitmdump: $MITMDUMP -q --stream 1 pathod: $PATHOD -q -#pathoc: sleep 2 && $PATHOC $FUZZ_SETTINGS localhost:8080 ./straight_stream_patterns -pathoc: sleep 2 && $PATHOC $FUZZ_SETTINGS localhost:8080 /tmp/err +pathoc: sleep 2 && $PATHOC $FUZZ_SETTINGS localhost:8080 ./straight_stream_patterns +#pathoc: sleep 2 && $PATHOC $FUZZ_SETTINGS localhost:8080 /tmp/err diff --git a/test/fuzzing/straight_stream_patterns b/test/fuzzing/straight_stream_patterns index f5ae06f2..591bf20d 100644 --- a/test/fuzzing/straight_stream_patterns +++ b/test/fuzzing/straight_stream_patterns @@ -3,3 +3,5 @@ get:'http://localhost:9999/p/':s'200:b"foo"':ir,'a' get:'http://localhost:9999/p/':s'200:b"foo"':ir,'9' get:'http://localhost:9999/p/':s'200:b"foo"':ir,':' get:'http://localhost:9999/p/':s'200:b"foo"':ir,'"' +get:'http://localhost:9999/p/':s'200:b"foo"':ir,'-' +get:'http://localhost:9999/p/':s'200:b"foo"':dr |