sensepost / gowitness

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

Request: Allow perception sort in static export #167

Closed initstring closed 3 weeks ago

initstring commented 1 year ago

Is your feature request related to a problem? Please describe.

We use the static HTML export function as we host weekly reports on our own web server. This works well, but we have a lot of identical-looking screenshots across different targets and it would be really nice if we could do perception sorting.

Describe the solution you'd like

Add a flag that enables perception sort on the static HTML export option. Example:

gowitness report export -f report.zip -perception-sort

I believe this may have existed in older versions.

Describe alternatives you've considered

N/A

Additional context Add any other context or screenshots about the feature request here.

Thank you so much for the time and effort you put into building and maintaining this tool!

initstring commented 1 year ago

Any additional functionality that could be carried into the static exports would be amazing. For example:

initstring commented 1 year ago
  • The ability to click "Visit URL" for screenshots

I've submitted a very small PR here to simply make URLs clickable in static exports: https://github.com/sensepost/gowitness/pull/172

leonjza commented 3 weeks ago

I added this to the static exports in this commit: https://github.com/sensepost/gowitness/commit/32dc9c74993d42252d61a63f43eea0e65a4848f5