Skip to content

Commit

Permalink
Update threattracer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolksachan committed Feb 9, 2024
1 parent 54e6d33 commit 950317b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threattracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ def search_marc_info(search_term):
print(colored("CVE and Exploit Finder Script", "green", attrs=["bold"]))
print("This script searches for CVEs, exploits, and possible 0-Days for any product.\n")

component = input(colored("Enter the component (e.g., Peel Shopping): ", "cyan"))
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"))

cpe_strings = find_cpes(component, version)

Expand Down

0 comments on commit 950317b

Please sign in to comment.