jordanpotti / AWSBucketDump

Security Tool to Look For Interesting Files in S3 Buckets
MIT License
1.36k stars 240 forks source link

Multi-threading of bucket inspection and downloads #5

Closed grogsaxle closed 7 years ago

grogsaxle commented 7 years ago

Added the go faster feature of threading bucket inspection and downloads. Care taken for thread safety around writing to interesting_files.txt and the creation of directories. Added the domain name into the directory name, maybe worthwhile, maybe should be an option.

grogsaxle commented 7 years ago

Thanks @codingo!

jordanpotti commented 7 years ago

Thanks @grogsaxle and @codingo for reviewing! This was one of the features I knew I should have added after I decided to make this tool public. So nice work!