Nhoya / gOSINT

OSINT Swiss Army Knife
GNU General Public License v3.0
613 stars 80 forks source link

git: fix panic when bad target is given #21

Closed ltachet closed 5 years ago

ltachet commented 5 years ago

Hi,

While I was using gOSINT, I got a panic because I tried to give the URL of a company which has several repositories. Because it is not covered, I added a little check before accessing the slice indexes!

Thanks,

Nhoya commented 5 years ago

Hi and thanks for the contribution and interest in the project!

gOSINT has been massively reworked in this months, as you can see in https://github.com/Nhoya/gOSINT/tree/develop (almost 80+ commits ahead from master) the git module was massively improved (now is faster, has more functions and is more reliable). Can you please check if your issue is still reproducible in the dev branch?

ltachet commented 5 years ago

Oh yes, the develop branch is really better! Haven't tested yet, but the feature to go through the user repositories has been developed. I think I can close this PR and I will take a closer look at this branch later ;)