obheda12 / GitDorker

A Python program to scrape secrets from GitHub through usage of a large repository of dorks.
2.31k stars 420 forks source link

only positive results #12

Closed wellenc closed 4 years ago

wellenc commented 4 years ago

It would be cool if there were a function --results whitch outputs in terminal/file only the + results instead of # and -

obheda12 commented 4 years ago

Thank you that's definitely good feedback. The "-" results serve to let you know you are in some capacity hitting rate limits. Also you can output to a file of raw results using the "-o" switch

obheda12 commented 4 years ago

The "-o" switch is the "--results" switch in this case.

For further information please refer to the detailed documentation here:

tinyurl.com/gitdorker

obheda12 commented 4 years ago

Closing this as this is intended functionality :)