From 3b5b9a461ed54f25464322a8d66d1ee4bbd1d06e Mon Sep 17 00:00:00 2001 From: Lou Date: Sun, 8 Oct 2023 14:40:01 +0200 Subject: [PATCH] Test filtre proxy --- request_smuggling/proxy/httpd.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/request_smuggling/proxy/httpd.conf b/request_smuggling/proxy/httpd.conf index bfe3fca..9ac9d03 100644 --- a/request_smuggling/proxy/httpd.conf +++ b/request_smuggling/proxy/httpd.conf @@ -552,7 +552,9 @@ SSLRandomSeed connect builtin ProxyPass / http://128.11.0.5/ ProxyPassReverse / http://128.11.0.5/ -ProxyPass /secret_file.txt http://128.11.0.5/ -ProxyPassReverse /secret_file.txt http://128.11.0.5/ - +#ProxyPass /secret_file.txt http://128.11.0.5/ +#ProxyPassReverse /secret_file.txt http://128.11.0.5/ +RewriteEngine On +RewriteCond %{REQUEST_URI} (secret) [NC] +RewriteRule .* - [F,L]