techgaun / github-dorks

Find leaked secrets via github search
Apache License 2.0
2.76k stars 584 forks source link

2 dorks require a search operator #33

Closed carnal0wnage closed 5 years ago

carnal0wnage commented 5 years ago

The following github dorks require a search operator and fail

extension:avastlic Contains license keys for Avast! Antivirus
extension:dbeaver-data-sources.xml DBeaver config containing MySQL Credentials
techgaun commented 5 years ago

@carnal0wnage thanks for opening the issue. Could you help me understand more when you say require a search operator and fail

Plazmaz commented 5 years ago

I think this is due to restrictions on github search that require text to be used with certain filters (in this case, extension). For instance, this is the result of one of the queries: image This one's probably my bad, as a few of my contributions were created for a tool I wrote that parsed github dorks, not necessarily the github search API. The fix is going to be adding text in the files.

extension:avastlic "support.avast.com"
filename:dbeaver-data-sources.xml

I'll get a PR out fixing them.

techgaun commented 5 years ago

ahh I see thanks @Plazmaz /cc @carnal0wnage