sensepost / gowitness

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

Question: Issue with url not having the prefix http:// or https:// #31

Closed g33kyshivam closed 4 years ago

g33kyshivam commented 4 years ago

Hi! So when I supply list of urls which don't have the http:// or https:// . I'm getting this error Skipping Invalid URL so does gowitness automatically prefix urls with http:// or https:// as mentioned in this issue #11 or do we have to supply an additional argument?

The command which I used: gowitness file -s ~/Desktop/urls.txt

leonjza commented 4 years ago

Hey! You would need to add --prefix-http / --prefix-https (or both) depending on what you would like to happen. gowitness file --help should give you a list of all the options available for the file command.