From 950317bc1581ad2d39b671408be86af752f0177e Mon Sep 17 00:00:00 2001 From: Anmol K Sachan Date: Fri, 9 Feb 2024 18:55:22 +0530 Subject: [PATCH] Update threattracer.py --- threattracer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threattracer.py b/threattracer.py index 00e3309..0834242 100644 --- a/threattracer.py +++ b/threattracer.py @@ -168,8 +168,8 @@ def search_marc_info(search_term): print(colored("CVE and Exploit Finder Script", "green", attrs=["bold"])) print("This script searches for CVEs, exploits, and possible 0-Days for any product.\n") - component = input(colored("Enter the component (e.g., Peel Shopping): ", "cyan")) - version = input(colored("Enter the version (e.g., 8.0.2): ", "cyan")) + component = input(colored("Enter the component (e.g., Apache): ", "cyan")) + version = input(colored("Enter the version (e.g., 4.2.1): ", "cyan")) cpe_strings = find_cpes(component, version)