sensepost/gowitness

Unable to Display Screenshots in Gowitness Report Server Despite Successful Scan

Closed this issue · 2 comments

I've scanned the files using the command gowitness scan file -f filename.txt, which successfully took screenshots and stored them in the ./screenshots directory. Everything seems to be in place, but when I try to start a server to view the screenshots with gowitness report server . or gowitness report server, no screenshots are displayed.

Screenshots
Screenshot from 2024-10-27 00-47-10

Version Information:

  • OS: NAME="Kali GNU/Linux"
    VERSION_ID="2024.3"
    VERSION="2024.3"
    VERSION_CODENAME=kali-rolling

  • gowitness: 3.0.5

Did you enable the db writer with --write-db? If you didn't, gowitness would have written a warning line to tell you its going to take screenshots but not save any data.

@leonjza Thanks for the clarification! It's working now. Since it was set as a default function in the previous version, I assumed it would be a default function here as well.