From 33fa49277a821b9d38e8c9bf0bcf2adcfa2f6f04 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 15 Feb 2016 14:58:46 +0100 Subject: move mitmproxy --- test/fuzzing/go_proxy | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100755 test/fuzzing/go_proxy (limited to 'test/fuzzing/go_proxy') diff --git a/test/fuzzing/go_proxy b/test/fuzzing/go_proxy deleted file mode 100755 index ea29400f..00000000 --- a/test/fuzzing/go_proxy +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# Assuming: -# mitmproxy/mitmdump is running on port 8080 in straight proxy mode. -# pathod is running on port 9999 - -BASE="../../../" -BASE_HTTP=$BASE"/pathod/pathoc -Tt 1 -e -I 200,400,405,502 -p 8080 localhost " -BASE_HTTPS=$BASE"/pathod/pathoc -sc localhost:9999 -Tt 1 -eo -I 200,400,404,405,502,800 -p 8080 localhost " - -#$BASE_HTTP -n 10000 "get:'http://localhost:9999':ir,@1" -#$BASE_HTTP -n 100 "get:'http://localhost:9999':dr" -#$BASE_HTTP -n 10000 "get:'http://localhost:9999/p/200':ir,@300" - -#$BASE_HTTP -n 10000 "get:'http://localhost:9999/p/200:ir,@1'" -#$BASE_HTTP -n 100 "get:'http://localhost:9999/p/200:dr'" -#$BASE_HTTP -n 10000 "get:'http://localhost:9999/p/200:ir,@100'" - - -# Assuming: -# mitmproxy/mitmdump is running on port 8080 in straight proxy mode. -# pathod with SSL enabled is running on port 9999 - -#$BASE_HTTPS -en 10000 "get:'/p/200:b@100: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\"'" - -- cgit v1.2.3