Syslifters / sysreptor

Fully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike.
https://docs.sysreptor.com
Other
1.47k stars 137 forks source link

[Feature Request] Image Watermarking #349

Open DevPentest opened 3 days ago

DevPentest commented 3 days ago

Feature request to supports watermarking images that are uploaded to a finding. For instance if we wanted a confidential banner on passwords cracked to signify sensitivity. Other ideas:

Not sure if this type of feature would also be transferable to rendered codeboxes, too.

MWedl commented 3 days ago

Simple banners should be possible via CSS rules (e.g. as overlay) during PDF rendering. Adding banners to the actual image files is not possible.

You could try img::before or figure::before elements to set the content text or a background image for the banner and apply positioning rules. This approach would also work for code boxes. We haven't tried this, though.