sensepost / gowitness

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

Provide file of urls for screenshot #26

Closed CrimsonK1ng closed 4 years ago

CrimsonK1ng commented 4 years ago

It would be useful if this tool supported a file input to provide a list of urls for screenshots.

leonjza commented 4 years ago

This is already implemented. See: https://github.com/sensepost/gowitness/blob/master/cmd/file.go

CrimsonK1ng commented 4 years ago

Sorry about that. Thank you.