From af47275bf90cc25a2f1b7d169c47e7edabbd8b99 Mon Sep 17 00:00:00 2001 From: AnonymousWP <50231698+AnonymousWP@users.noreply.github.com> Date: Sun, 16 Apr 2023 19:05:32 +0200 Subject: [PATCH] fix(external_tools): incorrect theHarvester version --- 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 9204c1976..14338e7b7 100644 --- a/web/fixtures/external_tools.yaml +++ b/web/fixtures/external_tools.yaml @@ -232,7 +232,7 @@ names, subdomains, IPs and URLs using multiple public data sources. github_url: https://github.com/laramies/theHarvester license_url: null - version_lookup_command: python3 /usr/src/github/theHarvester/theHarvester.py + version_lookup_command: python3 /usr/src/github/theHarvester/lib/version.py update_command: git pull install_command: git clone https://github.com/laramies/theHarvester version_match_regex: (\d+\.)?(\d+\.)?(\*|\d+)