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

Add HTTP Sender script to RSA sign the requests #429

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.

thc202 commented 6 months ago

The changelog should be updated.

mwalkowski commented 6 months ago

The changelog should be updated.

I updated changelog

thc202 commented 6 months ago

Thank you!