From d4d0016498f2e99eb2c29b906b72f85f600b6fae Mon Sep 17 00:00:00 2001 From: Sam Stepanyan Date: Fri, 27 Sep 2024 01:14:37 +0100 Subject: [PATCH] add ivanti_vtm_version_scan to docs Updated Modules documentation to include the new ivanti_vtm_version_scan module Signed-off-by: Sam Stepanyan --- docs/Modules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Modules.md b/docs/Modules.md index d382e21b3..71a000454 100644 --- a/docs/Modules.md +++ b/docs/Modules.md @@ -20,6 +20,7 @@ OWASP Nettacker Modules can be of type **Scan** (scan for something), **Vuln** ( * '**http_redirect_scan**' - Scan the target and test if it returns an HTTP redirect 3xx response code and print the destination * '**http_status_scan**' - Scan the target and return the HTTP status code * '**ivanti_csa_lastpatcheddate_scan**' - Scan the target for Ivanti CSA appliance and return its last patched date +* '**ivanti_vtm_version_scan**' - Scan the target for Ivanti vTM appliance and return its version number * '**joomla_template_scan**' - Scan the target for Joomla templates (identify Joomla sites) * '**joomla_user_enum_scan**' - Scan the target and enumerate Joomla users * '**joomla_version_scan**' - Scan the target and identify the Joomla version