zaproxy / community-scripts

A collection of ZAP scripts and tips provided by the community - pull requests very welcome!
Apache License 2.0
761 stars 235 forks source link

Create rsa-signing-for-zap.py #428

Closed mwalkowski closed 6 months ago

mwalkowski commented 6 months ago

Hi All,

I've prepared a Python script for ZAP that adds an RSA digital signature based on a private key. I encountered such a solution in one of my projects, and I think it's worth sharing. I've also prepared a similar solution for Burp and described everything under this link.