github-dorks icon indicating copy to clipboard operation
github-dorks copied to clipboard

Find leaked secrets via github search

Results 12 github-dorks issues
Sort by recently updated
recently updated
newest added

To maintain consistency of code, add a code linter like black and it's GitHub action to check if it's properly formatted when a pull request is created

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...

Whenever I am executing the command to find dorks, I am presented with the error "'NoneType' object has no attribute 'get'" "Error encountered on the search of dork: filename:.ftpconfig repo:techgaun/github-dorks"...

The filename:.history test matches all files with "history" anywhere in the filename which generates a large number of false positives.

bug

the way it would work is run github-dorks as an offline tool and use regex and text patterns to find potential leaks.. optionally see if we can also scan history

enhancement

Or maybe there's an alternative? But, if we can use tokens from multiple users, we can probably improve the time to wait.

enhancement
help wanted
up for grabs

review pull requests

up for grabs

The idea is that the organization members might also be leaking sensitive information unknowingly as they work for the organization.

enhancement
help wanted