nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
MIT License
1.71k stars 233 forks source link

Issue when running a gitscan #26

Closed n0wond3r closed 3 years ago

n0wond3r commented 3 years ago

I'm running linux Mint tina

uname: Linux d0urd3n 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

This is the error I'm getting:

Traceback (most recent call last): File "/home/n0w0nd3r/tools/SubDomainizer/SubDomainizer.py", line 869, in gitThread.map(getGithubData, contentApiURLs) File "/usr/lib/python3.6/multiprocessing/pool.py", line 266, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "/usr/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value File "/usr/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(*args, *kwds)) File "/usr/lib/python3.6/multiprocessing/pool.py", line 44, in mapstar return list(map(args)) File "/home/n0w0nd3r/tools/SubDomainizer/SubDomainizer.py", line 617, in getGithubData _data = base64.b64decode(jsonData['content']) KeyError: 'content'

nsonaniya2010 commented 3 years ago

Can you share the screenshot with command?

nsonaniya2010 commented 3 years ago

Also please check if GitHub Personal Access token passed as an argument is valid or not.

nsonaniya2010 commented 3 years ago

Closing issue as I didn't got reply from you.