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 54e6d33 commit 950317bCopy full SHA for 950317b
threattracer.py
@@ -168,8 +168,8 @@ def search_marc_info(search_term):
168
print(colored("CVE and Exploit Finder Script", "green", attrs=["bold"]))
169
print("This script searches for CVEs, exploits, and possible 0-Days for any product.\n")
170
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"))
+ component = input(colored("Enter the component (e.g., Apache): ", "cyan"))
+ version = input(colored("Enter the version (e.g., 4.2.1): ", "cyan"))
173
174
cpe_strings = find_cpes(component, version)
175
0 commit comments