From 6259ebbd7b4fc9ab20444707b6a56c132b8fb6b3 Mon Sep 17 00:00:00 2001 From: Victoria Kotiwcki Date: Thu, 20 Jul 2023 18:00:05 +0100 Subject: [PATCH] feat: added google cloud to read me --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 324def4..c1f4942 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ options: -h, --help Show this help message and exit --out OUT Output file (default: results) - use 'stdout' to stream out --out-format {csv,json} - --resolver RESOLVER Provide a custom DNS resolver (or multiple seperated by commas) + --resolver RESOLVER Provide a custom DNS resolver --parallelism PARALLELISM Number of domains to test in parallel - too high and you may see odd DNS results (default: 30) --disable-probable Do not check for probable conditions @@ -201,6 +201,28 @@ securitytrails: --st-domains ST_DOMAINS Required +googlecloud: + Scan multiple domains by fetching them from Google Cloud + + --project-id PROJECT_ID + Required + +projectdiscovery: + Scan multiple domains by fetching them from ProjectDiscovery + + --pd-api-key PD_API_KEY + Required + --pd-domains PD_DOMAINS + Optional + +securitytrails: + Scan multiple domains by fetching them from Security Trails + + --st-api-key ST_API_KEY + Required + --st-domains ST_DOMAINS + Optional + single: Scan a single domain by providing a domain on the commandline