punk-security / dnsReaper

dnsReaper - subdomain takeover tool for attackers, bug bounty hunters and the blue team!
GNU Affero General Public License v3.0
1.93k stars 150 forks source link

113 google cloud provider #164

Closed VKotwicki closed 11 months ago

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
16.9% 16.9% Duplication

adamgross42 commented 11 months ago

Hi folks, it looks like this missed adding a Google Cloud package to requirements.txt. Do you know which package that should be? Otherwise it results in ModuleNotFoundError: No module named 'google.cloud'.

SimonGurney commented 11 months ago

Ah, nightmare. Not sure how this got past our testing to be honest but we don't automatically test providers.

I'll get it sorted, unless you want to raise a PR and get a contributor badge?

adamgross42 commented 11 months ago

Sure, I can put up a PR, I think I found the package name.

SimonGurney commented 11 months ago

Thanks for sorting. I'll push a tag tomorrow to update the docker image. The nightly build should occur at midnight if you wanted to test it out before then.

adamgross42 commented 11 months ago

I'm not using this within Docker, I have it working fine locally now, thanks!