gitjacker
gitjacker copied to clipboard
Methodology
Can I use multiple targets list.txt to check the vulnerability
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