sensepost / gowitness

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

Expose over internet not only localhost #79

Closed ghost closed 3 years ago

ghost commented 3 years ago

It would be great to view my screenshots from a VPS when i run gowitness report serve.

leonjza commented 3 years ago

You can do this using the --address / -a flag (--help would have revealed that), setting it to something like 0.0.0.0:7171. Keep in mind the interface has no authentication.