matusf / openapi-fuzzer

Black-box fuzzer that fuzzes APIs based on OpenAPI specification. Find bugs for free!
GNU Affero General Public License v3.0
526 stars 22 forks source link

Proxy support #43

Open BastienFaure opened 5 months ago

BastienFaure commented 5 months ago

I have tried to proxy the tool by setting the system's environment variables but the tool doesn't take them into account. I believe it would be very nice to have the ability to direct the tool to a proxy through a CLI switch or by using environment variables, at least for debugging purposes.

I can offer to do a PR but I would probably be highly inefficient. Thoughts ?

Thank you for your work