From cf823d2d2b9dac82a9b6c59b6b12d13be2bb8237 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Thu, 9 Mar 2023 20:40:04 +0530 Subject: [PATCH] lint fixes --- cloud-enumeration/cloud-enum-aws-s3-bucket.yaml | 2 +- cloud-enumeration/cloud-enum-gcp-app-engine.yaml | 2 +- cloud-enumeration/cloud-enum-gcp-bucket.yaml | 2 +- cloud-enumeration/cloud-enum-gcp-firebase-app.yaml | 2 +- cloud-enumeration/cloud-enum-gcp-firebase-rtdb.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud-enumeration/cloud-enum-aws-s3-bucket.yaml b/cloud-enumeration/cloud-enum-aws-s3-bucket.yaml index f64d45548a..25909620ee 100644 --- a/cloud-enumeration/cloud-enum-aws-s3-bucket.yaml +++ b/cloud-enumeration/cloud-enum-aws-s3-bucket.yaml @@ -15,7 +15,7 @@ variables: requests: - raw: - - | + - | GET http://{{keyword}}.{{baseDNS}} HTTP/1.1 Host: {{keyword}}.{{baseDNS}} redirects: false diff --git a/cloud-enumeration/cloud-enum-gcp-app-engine.yaml b/cloud-enumeration/cloud-enum-gcp-app-engine.yaml index 188a499fc0..9a3791ea57 100644 --- a/cloud-enumeration/cloud-enum-gcp-app-engine.yaml +++ b/cloud-enumeration/cloud-enum-gcp-app-engine.yaml @@ -16,7 +16,7 @@ variables: requests: - raw: - - | + - | GET https://{{keyword}}.{{baseDNS}} HTTP/1.1 Host: {{keyword}}.{{baseDNS}} redirects: false diff --git a/cloud-enumeration/cloud-enum-gcp-bucket.yaml b/cloud-enumeration/cloud-enum-gcp-bucket.yaml index 94e1ef1035..b426df59dd 100644 --- a/cloud-enumeration/cloud-enum-gcp-bucket.yaml +++ b/cloud-enumeration/cloud-enum-gcp-bucket.yaml @@ -15,7 +15,7 @@ variables: requests: - raw: - - | + - | GET http://{{keyword}}.{{baseDNS}} HTTP/1.1 Host: {{keyword}}.{{baseDNS}} redirects: false diff --git a/cloud-enumeration/cloud-enum-gcp-firebase-app.yaml b/cloud-enumeration/cloud-enum-gcp-firebase-app.yaml index 35b1163ce8..be7d4cad66 100644 --- a/cloud-enumeration/cloud-enum-gcp-firebase-app.yaml +++ b/cloud-enumeration/cloud-enum-gcp-firebase-app.yaml @@ -15,7 +15,7 @@ variables: requests: - raw: - - | + - | GET https://{{keyword}}.{{baseDNS}} HTTP/1.1 Host: {{keyword}}.{{baseDNS}} redirects: false diff --git a/cloud-enumeration/cloud-enum-gcp-firebase-rtdb.yaml b/cloud-enumeration/cloud-enum-gcp-firebase-rtdb.yaml index 83b6f959c6..e300ab06b4 100644 --- a/cloud-enumeration/cloud-enum-gcp-firebase-rtdb.yaml +++ b/cloud-enumeration/cloud-enum-gcp-firebase-rtdb.yaml @@ -15,7 +15,7 @@ variables: requests: - raw: - - | + - | GET https://{{keyword}}.{{baseDNS}}/.json HTTP/1.1 Host: {{keyword}}.{{baseDNS}} redirects: false