You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that Exploit.software_versions returns an Array of Support::Software::VersionRange objects, it should be easy to determine if a given version is vulnerable or not. Two methods should be added:
Exploit.vulnerable_version?
Exploit#vulnerable_version?
The text was updated successfully, but these errors were encountered:
postmodern
changed the title
Add a Exploit.vulnerable_version? method
Add a Exploit.vulnerable_version? and #vulnerable_version? methods
Dec 13, 2024
postmodern
changed the title
Add a Exploit.vulnerable_version? and #vulnerable_version? methods
Add Exploit.vulnerable_version? and #vulnerable_version? methods
Dec 13, 2024
Now that
Exploit.software_versions
returns an Array ofSupport::Software::VersionRange
objects, it should be easy to determine if a given version is vulnerable or not. Two methods should be added:Exploit.vulnerable_version?
Exploit#vulnerable_version?
The text was updated successfully, but these errors were encountered: