Skip to content

Commit 6329646

Browse files
authored
Update threattracer.py
1 parent 019eccc commit 6329646

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
@@ -172,8 +172,8 @@ def search_marc_info(search_term):
172172
print(colored("CVE and Exploit Finder Script", "green", attrs=["bold"]))
173173
print("This script searches for CVEs, exploits, and possible 0-Days for any product.\n")
174174

175-
component = input(colored("Enter the component (e.g., jquery): ", "cyan"))
176-
version = input(colored("Enter the version (e.g., 1.0.0): ", "cyan"))
175+
component = input(colored("Enter the component (e.g., Peel Shopping): ", "cyan"))
176+
version = input(colored("Enter the version (e.g., 8.0.2): ", "cyan"))
177177

178178
cpe_strings = find_cpes(component, version)
179179

0 commit comments

Comments
 (0)