diff --git a/docs/scanning/configuration.md b/docs/scanning/configuration.md index d203f3ec4..820882b24 100644 --- a/docs/scanning/configuration.md +++ b/docs/scanning/configuration.md @@ -340,6 +340,7 @@ Many modules accept their own configuration options. These options have the abil | modules.zoomeye.include_related | bool | Include domains which may be related to the target | False | | modules.zoomeye.max_pages | int | How many pages of results to fetch | 20 | | output_modules.asset_inventory.output_file | str | Set a custom output file | | +| output_modules.asset_inventory.recheck | bool | When use_previous=True, don't retain past details like open ports or findings. Instead, allow them to be rediscovered by the new scan | False | | output_modules.asset_inventory.summary_netmask | int | Subnet mask to use when summarizing IP addresses at end of scan | 16 | | output_modules.asset_inventory.use_previous | bool |` Emit previous asset inventory as new events (use in conjunction with -n ) `| False | | output_modules.csv.output_file | str | Output to CSV file | |