techgaun / github-dorks

Find leaked secrets via github search
Apache License 2.0
2.82k stars 591 forks source link

Adding capability to keep dorking across user news feed #12

Closed ffr4nz closed 8 years ago

ffr4nz commented 8 years ago

Use a Github account to monitor new code from users or projects. Just keep dorking over new code on repositories that you are watching. Useful to monit your company repositories.

techgaun commented 8 years ago

Hi @ffr4nz thanks for the PR. It looks good but I want to check it by running once. I appreciate your contribution.

ffr4nz commented 8 years ago

@techgaun no problem. Test it and if you have any feedback just let me know!

techgaun commented 8 years ago

@ffr4nz I tried quickly and saw an issue of mixed tabs and spaces in indentation. Could you fix it to use 4-space soft tabs. Below is the log:

python github-dork.py -u dev-nepal
  File "github-dork.py", line 41
    search(
          ^
TabError: inconsistent use of tabs and spaces in indentation
ffr4nz commented 8 years ago

Hi @techgaun. Changes have been made... check it when you can. Thanks

techgaun commented 8 years ago

thanks @ffr4nz looks good now