obheda12 / GitDorker

A Python program to scrape secrets from GitHub through usage of a large repository of dorks.
2.26k stars 417 forks source link

NameError new_url not defined #32

Open EviLMang0 opened 3 years ago

EviLMang0 commented 3 years ago

[-] Traceback (most recent call last): File "/root/Tools/GitDorker/GitDorker.py", line 404, in sys.stdout.write(colored('%s' % new_url, 'white')) NameError: name 'new_url' is not defined

jester-thomas commented 2 years ago

[-] Traceback (most recent call last):
File "/home/kali/Secrets_Hunting/GitDorker/GitDorker.py", line 577, in sys.stdout.write(colored('%s' % new_url, 'white')) NameError: name 'new_url' is not defined

ghost commented 2 years ago

[-] Traceback (most recent call last): File "/root/tool/bugbounty/GitDorker/GitDorker.py", line 404, in sys.stdout.write(colored('%s' % new_url, 'white')) NameError: name 'new_url' is not defined

ghost commented 2 years ago

go to line number 404 and remove it for else to print'()' it work

chetansalunke123 commented 1 year ago

i am also facing this issue now and its not solved.....help me in same issue