-
-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not run the github-dork.py exucutable file #40
Comments
Hi @sushantdhopat19 what python version are you using? And, are you still receiving same error even after you install jwcrypto? |
This tool run and work properly when I use Python3 but give me every time sleep error what this is default ?I will not use it for a long time .Still he give me this error . Scanning Repo: techgaun/github-dorks GitHubError encountered on search of dork: filename:.htpasswd repo:techgaun/github-dorks |
|
@sushantdhopat you can use the github personal access token for getting higher rate limit. This tool is limited by the rate limiting headers from github so it tries to oblige and wait until the rate limit is freed up. |
Can you help me solve this error python3 github-dork.py -r https://github.com/techgaun/github-dorks |
i am also facing the same error. Help me in solving this . |
first i install the github-dork with git clone then i install all requirements with pip then i make the github-dork.py exucuable and write help cmd ./gitthub-dork.py -h is give me error this
Traceback (most recent call last):
File "./github-dork.py", line 4, in
import github3 as github
File "build/bdist.linux-x86_64/egg/github3/init.py", line 24, in
File "build/bdist.linux-x86_64/egg/github3/api.py", line 13, in
File "build/bdist.linux-x86_64/egg/github3/github.py", line 10, in
File "build/bdist.linux-x86_64/egg/github3/apps.py", line 7, in
ImportError: No module named jwcrypto
i also install this module sepretlly with pip this say seccessfull install it but he give also same error
The text was updated successfully, but these errors were encountered: