sensepost / gowitness

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

Subdomain #43

Closed nicolas-gagnon closed 4 years ago

nicolas-gagnon commented 4 years ago

I'm wondering if it possible to go troufht a subdomain with out the quote http://

leonjza commented 4 years ago

Not 100% certain I understand the question, but I am going to try and answer it. You can combine other tool output with gowitness. For example, using something like subfinder, you can pipe the results to gowitness with:

subfinder -d domain.com | gowitness file --prefix-https -s -

hth