diff --git a/web/fixtures/external_tools.yaml b/web/fixtures/external_tools.yaml index 259513d84..15cb7eb9c 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/lib/version.py + version_lookup_command: python3 -c 'from /usr/src/github/theHarvester/lib/version.py import version; print(version())' update_command: git pull install_command: git clone https://github.com/laramies/theHarvester version_match_regex: (\d+\.)?(\d+\.)?(\*|\d+)