gitjacker icon indicating copy to clipboard operation
gitjacker copied to clipboard

Methodology

Open sabeesh03 opened this issue 4 years ago • 1 comments

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

sabeesh03 avatar Sep 28 '20 03:09 sabeesh03

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

TiagoGouvea avatar Oct 22 '20 14:10 TiagoGouvea