Projects STRLCPY routeros-scanner Commits f5ce17bd
🤬
  • assets/img/section52.png
  • ■ ■ ■ ■
    commands/version.py
    skipped 40 lines
    41 41   ver_cves = cve.check_version(version)
    42 42   if ver_cves:
    43 43   sus_version = ver_cves
    44  - recommendation.append(f'RouterOS version: {version} is vulnerable to CVE(s). Upgrade to the latest version.')
     44 + recommendation.append(f'RouterOS version: {version} is vulnerable to CVE(s). Upgrade to the latest version. (The CVEs list is from NVD)')
    45 45   except Exception:
    46 46   print(traceback.format_exc(), file = sys.stderr)
    47 47   
    skipped 5 lines
Please wait...
Page is in error, reload to recover