obheda12 / GitDorker

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

Error with itertools #7

Closed CyberBeta closed 4 years ago

CyberBeta commented 4 years ago

When try to install the requirements. got this error message. ERROR: Could not find a version that satisfies the requirement itertools (from -r requirements.txt (line 1)) (from versions: none) ERROR: No matching distribution found for itertools (from -r requirements.txt (line 1))

obheda12 commented 4 years ago

can you try running GitDorker and without itertools. I'd like to see the error if possible

obheda12 commented 4 years ago

I believe python's standard library already includes itertools so you should be able to run it actually. If you can run it successfully please let me know and I'll update the requirements file as necessary

nagarjun007 commented 4 years ago

Hi,

i'm having same issue not able to install itertools. output is blank when i run without itertools. any suggestions?

OS: windows 10 python version:3.8.5

image

obheda12 commented 4 years ago

place the following in a text file and run "pip3 install -r textfile" argparse
requests
csv termcolor colored tqdm Unidecode
lockfile
keyboard Unidecode
lockfile
keyboard

I'm not sure exactly which requirement it is but I believe you may be missing one.

nagarjun007 commented 4 years ago

still facing same issue :( . i'm getting similar error for CSV also

may i know which OS and version of python are you using? i'll try in a similar setup

image

obheda12 commented 4 years ago

Yes Im running Kali Linux 2020.2 and Python 3.8

nagarjun007 commented 4 years ago

Hi @obheda12 ,

finally found the issue. in windows, we need to execute command like this and it worked

gitdorkery.py -h

earlier i was trying python3 gitdorker.py -h

Thanks for your support.

image

obheda12 commented 4 years ago

Ah I see. Glad you figured it out! Closing this now :)