PROXY FUZZING

Karol Mazurek
4 min readMar 13, 2024

How to build a HTTP based server for proxy fuzzing with Python

INTRODUCTION

The article is about building a simple black box fuzzer for testing web applications that utilise some sort of proxy on the backend that you cannot directly inject. The proxy interacts with the server under your control via the URL you specified.

This tool can also be used for the Server Side Request…

--

--