GONZOsint / gitrecon

OSINT tool to get information from a Github and Gitlab profile and find user's email addresses leaked on commits.
GNU General Public License v3.0
281 stars 41 forks source link

throw false information in GITLAB and GITHUB #5

Open ManuelBot59 opened 2 years ago

ManuelBot59 commented 2 years ago

GITLAB: throw false information in GITLAB.

[!] Username not found


GITHUB: └─# python3 gitrecon.py -s github -a -o kennbroorg Traceback (most recent call last): File "/home/tedd/TOOLS/gitrecon/gitrecon.py", line 270, in user_info, keys = github_user_recon(args.username) File "/home/tedd/TOOLS/gitrecon/gitrecon.py", line 38, in github_user_recon github_recon.extract_orgs(username) File "/home/tedd/TOOLS/gitrecon/modules/github_recon.py", line 44, in extract_orgs orgs_list.append(org['login']) TypeError: string indices must be integers

GONZOsint commented 2 years ago

I'll fix it as soon as I can.

Thanks!