diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2013-03-03 22:39:26 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2013-03-03 22:39:26 +1300 |
commit | 8a850dc8e608686a09b02de98dd3b664947c71f3 (patch) | |
tree | 10fa060b26dfe933826cc67dd490098b92260d19 /test/fuzzing | |
parent | cde66cd58470cd68a76a9d8b1022a45e99a5cd8d (diff) | |
download | mitmproxy-8a850dc8e608686a09b02de98dd3b664947c71f3.tar.gz mitmproxy-8a850dc8e608686a09b02de98dd3b664947c71f3.tar.bz2 mitmproxy-8a850dc8e608686a09b02de98dd3b664947c71f3.zip |
Few more fuzzing commands, exclude console app from coverage.
Diffstat (limited to 'test/fuzzing')
-rwxr-xr-x | test/fuzzing/go_proxy | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/fuzzing/go_proxy b/test/fuzzing/go_proxy index 50588049..c9b6aef6 100755 --- a/test/fuzzing/go_proxy +++ b/test/fuzzing/go_proxy @@ -14,7 +14,9 @@ BASE_HTTP="/Users/aldo/git/public/pathod/pathoc -Tt 1 -eo -I 200,400,405,502 -p # pathod with SSL enabled is running on port 9999 BASE_HTTPS="/Users/aldo/git/public/pathod/pathoc -sc localhost:9999 -Tt 1 -eo -I 200,400,404,405,502,800 -p 8080 localhost " -$BASE_HTTPS -en 10000 "get:/p/200:ir,@1" -#$BASE_HTTP -n 100 "get:/p/'200:dr'" +$BASE_HTTPS -en 10000 "get:'/p/200:b@10:ir,@1'" +#$BASE_HTTPS -en 10000 "get:'/p/200:ir,@1'" + +#$BASE_HTTPS -n 100 "get:'/p/200:dr'" #$BASE_HTTPS -n 10000 "get:'/p/200:ir,@3000'" -#$BASE_HTTPS -n 10000 "get:'/p/200:ir,\"\ \n \"'" +#$BASE_HTTPS -n 10000 "get:'/p/200:ir,\"\\n\"'" |