Closed axwl03 closed 8 months ago
I found another bug which does not print the title and the exploit date of the vulnerable components because they both contains '-' character. Instead of testing using regular expression, string comparison is more suitable in this case.
When the detected version of the component matches the vulnerable version stored in db, the scanner does not output "[!] We found vulnerable component". Instead, it outputs "the version was not available".
I found that I misunderstood the meaning of @matches[6]
. It was correct to compare with -1, so force pushed.
When the detected version of the component matches the vulnerable version stored in db, the scanner does not output "[!] We found vulnerable component". Instead, it outputs "the version was not available".