From 7be4988969b53e8b4b24797ebcff6c06f620b886 Mon Sep 17 00:00:00 2001 From: Yuya-Miyoshi Date: Fri, 25 Oct 2019 14:57:48 +0900 Subject: [PATCH] fixed issue as report about non vulunrable version of compornent --- exploit/components.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exploit/components.pl b/exploit/components.pl index 2d74235..e5ec465 100644 --- a/exploit/components.pl +++ b/exploit/components.pl @@ -66,7 +66,7 @@ $tmp.= "[!] We found vulnerable component\n"; }else{ - $tmp.="[!] We found the component \"com_$xm\", but since the component version was not available we cannot ensure that it's vulnerable, please test it yourself.\n"; + last; } }else{