File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
ProfileCritical/wordpress Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ def check_vulnerabilities(target_url):
9898 if plugin_check_result and plugin_check_result ["is_vulnerable" ]:
9999 found_vulns = True
100100 except Exception as e :
101- print (f"{ Fore .RED } [!] Error while processing CVE { cve ['cve_id' ]} : { e } { Style .RESET_ALL } " )
102101 continue
103102
104103 except KeyboardInterrupt :
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ def check_vulnerabilities(target_url):
9999 if plugin_check_result and plugin_check_result ["is_vulnerable" ]:
100100 found_vulns = True
101101 except Exception as e :
102- print (f"{ Fore .RED } [!] Error while processing CVE { cve ['cve_id' ]} : { e } { Style .RESET_ALL } " )
103102 continue
104103
105104 except KeyboardInterrupt :
You can’t perform that action at this time.
0 commit comments