liamg / gitjacker

🔪 :octocat: Leak git repositories from misconfigured websites
The Unlicense
1.54k stars 121 forks source link

Methodology #1

Open sabeesh03 opened 3 years ago

sabeesh03 commented 3 years ago

Can I use multiple targets list.txt to check the vulnerability

TiagoGouvea commented 3 years ago

You can do it creating a sitelist.txt and a getsites.sh file with:

while read F  ; do
    /Users/tiagogouvea/bin/gitjacker $F
done <sitelist.txt

And run ./getsites.sh