Create a json object of every endpoint function in the OWASP ZAP API.
- Python 3
- pipenv: For MacOS
brew install pipenv
- Install python dependencies.
cd
to the project dir.- Run
pipenv --three
to create a Python 3 virtual environment. - Run
pipenv install
to install all dependencies in the Pipfile.
- Run with
pipenv run ./run.sh
- The generated json can be found in the current folder as
zap-api.json
.