Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
g33kyshivam opened this issue Nov 1, 2019 · 1 comment
Closed
Labels

Comments

@g33kyshivam
Copy link

g33kyshivam commented Nov 1, 2019

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
Copy link
Member

leonjza commented Nov 1, 2019

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.

@leonjza leonjza closed this as completed Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants