Skip to content

Commit 6bd6d74

Browse files
authored
Update threattracer.py
1 parent 40bccb2 commit 6bd6d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threattracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def search_and_extract_download_links(product_name):
131131

132132
if __name__ == "__main__":
133133
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")
134+
print("This script searches for CVEs, exploits, and possible 0-Days for any product.\n")
135135

136136
component = input(colored("Enter the component (e.g., jquery): ", "cyan"))
137137
version = input(colored("Enter the version (e.g., 1.0.0): ", "cyan"))

0 commit comments

Comments
 (0)