From 7addc2a0bfc6b1798afe5c3d5fcd2e39bcc36eef Mon Sep 17 00:00:00 2001 From: AnonymousWP <50231698+AnonymousWP@users.noreply.github.com> Date: Mon, 27 Nov 2023 16:46:35 +0100 Subject: [PATCH] fix(external_tools): incorrect Naabu regex --- web/fixtures/external_tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/fixtures/external_tools.yaml b/web/fixtures/external_tools.yaml index a5435cd3a..1e7c41363 100644 --- a/web/fixtures/external_tools.yaml +++ b/web/fixtures/external_tools.yaml @@ -70,7 +70,7 @@ version_lookup_command: naabu -version update_command: go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest install_command: go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest - version_match_regex: ' (\d+\.)?(\d+\.)?(\*|\d+)' + version_match_regex: '(\b\d+\.\d+\.\d+\b)' is_default: true is_subdomain_gathering: false is_github_cloned: false