techgaun / techgaun/github-dorks
Not run the github-dork.py exucutable file
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.3k
- Forks
- 649
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 9
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the github-dork.py entry point and reproduce the ./github-dork.py -h command in a clean environment. Investigate why the installed github3 package cannot import jwcrypto despite a reported successful installation; done means the help command starts without the ImportError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, python
- Domain
- cli, security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100