sensepost / gowitness

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

panic: runtime error: invalid memory address or nil pointer dereference #222

Closed rix4uni closed 1 month ago

rix4uni commented 1 month ago

urls.txt file contains: https://www.avg.com/en-au/download-thank-you.php?product=VPI https://www.avg.com/en-us/download-thank-you.php?product=SBR-ANDROID

image

rix4uni commented 1 month ago

In go.md i change this line github.com/projectdiscovery/wappalyzergo v0.1.6 in to github.com/projectdiscovery/wappalyzergo v0.1.8 now it's working. and run this command

rm -rf go.sum && go mod tidy

leonjza commented 1 month ago

Thanks for debugging this, I'll bump dependencies shortly!

leonjza commented 1 month ago

Hopefully fixed in https://github.com/sensepost/gowitness/commit/4c2960b33a15bc6caa4d9d7a20cea36d8c0028e4.