From 43ec3b86d7d567d73ad57f5fdab8094a99d725cb Mon Sep 17 00:00:00 2001 From: BBOT Docs Autopublish Date: Wed, 5 Jun 2024 18:10:48 +0000 Subject: [PATCH] Refresh module docs --- docs/scanning/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/scanning/configuration.md b/docs/scanning/configuration.md index efc0ca881b..9cdd8f88b3 100644 --- a/docs/scanning/configuration.md +++ b/docs/scanning/configuration.md @@ -344,6 +344,7 @@ Many modules accept their own configuration options. These options have the abil | modules.github_workflows.api_key | str | Github token | | | modules.github_workflows.num_logs | int | For each workflow fetch the last N successful runs logs (max 100) | 1 | | modules.hunterio.api_key | str | Hunter.IO API key | | +| modules.internetdb.show_open_ports | bool | Display OPEN_TCP_PORT events in output, even if they didn't lead to an interesting discovery | False | | modules.ip2location.api_key | str | IP2location.io API Key | | | modules.ip2location.lang | str | Translation information(ISO639-1). The translation is only applicable for continent, country, region and city name. | | | modules.ipneighbor.num_bits | int | Netmask size (in CIDR notation) to check. Default is 4 bits (16 hosts) | 4 |