Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support additional services for gcp provider #528

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Jun 12, 2024

@RamanaReddy0M RamanaReddy0M self-assigned this Jun 12, 2024
@RamanaReddy0M RamanaReddy0M linked an issue Jun 12, 2024 that may be closed by this pull request
4 tasks
@RamanaReddy0M
Copy link
Contributor Author

✗ ./cloudlist -p gcp                             

  _______             _____     __ 
 / ___/ /__  __ _____/ / (_)__ / /_
/ /__/ / _ \/ // / _  / / (_-</ __/
\___/_/\___/\_,_/\_,_/_/_/___/\__/ 

                projectdiscovery.io

[INF] Current cloudlist version 1.0.8 (latest)
[INF] Listing assets from gcp (dev) provider
gcf-sources-4200296701-us-central1.storage.googleapis.com
pd-cloudlist-test-bucket.storage.googleapis.com
us-central1-universal-team-426216-k5.cloudfunctions.net
[INF] Found 3 Hosts for gcp (dev)

pkg/providers/gcp/bucket.go Show resolved Hide resolved
Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RamanaReddy0M we can expose service name as part of json output as well, for example:

{
  "public": true,
  "provider": "gcp",
+ "service": "s3"
  "id": "staging",
  "dns_name": "screenshot-test-bucket.storage.googleapis.com"
}

@ehsandeep ehsandeep merged commit 221d669 into dev Jun 27, 2024
8 checks passed
@ehsandeep ehsandeep deleted the issue-330-extend-gcp-resources branch June 27, 2024 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend GCP sources
3 participants