Python script for fuzzing 2 parameters simultaneously in a JSON POST request. Similar to Burp Intruder Pitchfork attack type without the Community Edition limitations.
Proxying can be done using environment variables.
$env:REQUESTS_CA_BUNDLE="Z:\PATH\TO\burpCert.pem"
$env:HTTP_PROXY="http://127.0.0.1:8080"
$env:HTTPS_PROXY="http://127.0.0.1:8080"
export REQUESTS_CA_BUNDLE="/PATH/TO/burpCert.pem"
export HTTP_PROXY="http://127.0.0.1:8080"
export HTTPS_PROXY="http://127.0.0.1:8080"
Use a self-hosted vulnerable API such as https://github.com/roottusk/vapi