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

Empty CSV #24

Closed AHewitt closed 3 years ago

AHewitt commented 3 years ago

Problem: Every time I run gitdorker I get a 0 byte CSV file

python3 GitDorker.py -tf example_tf -org example_org -d alldorksv3 -output example_out

but example_out.csv is always empty, despite seeing lots of results in the console output

obheda12 commented 3 years ago

My apologies, there was a bug in the output of the most recent version. Please pull the latest version and lmk if you still have the same issue

AHewitt commented 3 years ago

Yep it's working now, thank you!