Skip to content

Commit 950317b

Browse files
authored
Update threattracer.py
1 parent 54e6d33 commit 950317b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

threattracer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ def search_marc_info(search_term):
168168
print(colored("CVE and Exploit Finder Script", "green", attrs=["bold"]))
169169
print("This script searches for CVEs, exploits, and possible 0-Days for any product.\n")
170170

171-
component = input(colored("Enter the component (e.g., Peel Shopping): ", "cyan"))
172-
version = input(colored("Enter the version (e.g., 8.0.2): ", "cyan"))
171+
component = input(colored("Enter the component (e.g., Apache): ", "cyan"))
172+
version = input(colored("Enter the version (e.g., 4.2.1): ", "cyan"))
173173

174174
cpe_strings = find_cpes(component, version)
175175

0 commit comments

Comments
 (0)