sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Allow perception sort in static export

initstring opened this issue · comments

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!

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

  • The ability to click on "View" and get more details about a URL and a larger screenshot
  • The ability to click "Visit URL" for screenshots
  • The ability to click "Visit URL" for screenshots

I've submitted a very small PR here to simply make URLs clickable in static exports: #172

I added this to the static exports in this commit: 32dc9c7