We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019eccc commit 6329646Copy full SHA for 6329646
threattracer.py
@@ -172,8 +172,8 @@ def search_marc_info(search_term):
172
print(colored("CVE and Exploit Finder Script", "green", attrs=["bold"]))
173
print("This script searches for CVEs, exploits, and possible 0-Days for any product.\n")
174
175
- component = input(colored("Enter the component (e.g., jquery): ", "cyan"))
176
- version = input(colored("Enter the version (e.g., 1.0.0): ", "cyan"))
+ component = input(colored("Enter the component (e.g., Peel Shopping): ", "cyan"))
+ version = input(colored("Enter the version (e.g., 8.0.2): ", "cyan"))
177
178
cpe_strings = find_cpes(component, version)
179
0 commit comments