Skip to content

Commit

Permalink
fix(external_tools): incorrect Naabu regex
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousWP committed Nov 27, 2023
1 parent b22d321 commit 7addc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/fixtures/external_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7addc2a

Please sign in to comment.