sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.93k stars 332 forks source link

added support for --transparent-bg=true #80

Closed SVyatoslavG closed 3 years ago

SVyatoslavG commented 3 years ago

Gowitness now supports "--transparent-bg=true" which will set the transparent background on screenshots. I found it needed after upgrading form 1.3.3 to 2.0.0. Gowitness used to have chrome-args support but not anymore. This PR adds transparent background support.

leonjza commented 3 years ago

Got any example sites where we can test this/see it in action?