diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-11-02 18:04:57 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-11-02 18:04:57 +1300 |
commit | d0de490ef1ced7597471c1867d30213b162a7e89 (patch) | |
tree | 4294d3101930b9a4d5b99f2d84aa70d4c3315f99 /test/fuzzing/straight_stream_patterns | |
parent | 340d0570bfe7ceae68d7d592e3b7283480c351b0 (diff) | |
download | mitmproxy-d0de490ef1ced7597471c1867d30213b162a7e89.tar.gz mitmproxy-d0de490ef1ced7597471c1867d30213b162a7e89.tar.bz2 mitmproxy-d0de490ef1ced7597471c1867d30213b162a7e89.zip |
Release prep: binaries build script, release checklist, fuzzing
Diffstat (limited to 'test/fuzzing/straight_stream_patterns')
-rw-r--r-- | test/fuzzing/straight_stream_patterns | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/fuzzing/straight_stream_patterns b/test/fuzzing/straight_stream_patterns index 591bf20d..93a066e6 100644 --- a/test/fuzzing/straight_stream_patterns +++ b/test/fuzzing/straight_stream_patterns @@ -4,4 +4,14 @@ 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 + +get:'http://localhost:9999/p/':s'200:b"foo":ir,"\n"' +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' + +get:'http://localhost:9999/p/':s'200:b"foo"':ir,@2 +get:'http://localhost:9999/p/':s'200:b"foo":ir,@2' |