sensepost / gowitness

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

feat: make URLs clickable in static export #172

Closed initstring closed 1 year ago

initstring commented 1 year ago

This commit adds an HTML tag to allow clicking on the URLs in reports that are exported to static HTML.

I kept it inside the existing div tag, and didn't make any changes related to formatting, etc.

Thanks so much for making a great tool and sharing it with the community.