sensepost / gowitness

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

fails on ULRS with hash in it #84

Closed joe-getcouragenow closed 3 years ago

joe-getcouragenow commented 3 years ago

https://gallery.flutter.dev/#/reply

gowitness --fullpage single https://gallery.flutter.dev/#/reply
04 Dec 2020 10:41:57 WRN preflight result statuscode=404 title="Page Not Found" url=https://gallery.flutter.dev/%23/reply
leonjza commented 3 years ago

While I fixed the hash parsing now, unfortunately that URL does not screenshot well with the JavaScript its using. I am not really sure why yet and am spread a bit thin to debug it now.

joe-getcouragenow commented 3 years ago

I worked out how to make it work.. Add a delay. I don't knwo why that fixes it. Could be a Flutter thing

But maybe this helps determine whats happening...