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 40bccb2 commit 6bd6d74Copy full SHA for 6bd6d74
threattracer.py
@@ -131,7 +131,7 @@ def search_and_extract_download_links(product_name):
131
132
if __name__ == "__main__":
133
print(colored("CVE and Exploit Finder Script", "green", attrs=["bold"]))
134
- print("This script searches for CVEs, exploits, and download links for a product.\n")
+ print("This script searches for CVEs, exploits, and possible 0-Days for any product.\n")
135
136
component = input(colored("Enter the component (e.g., jquery): ", "cyan"))
137
version = input(colored("Enter the version (e.g., 1.0.0): ", "cyan"))
0 commit comments