-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow exploit targets to define a range of software versions (closes #…
…150). * Changed `Target#initialize(software_version: ...)` to accept both an exact version or a version range. Both are parsed using `Ronin::Support::Software::VersionRange.parse`. * Changed `Target#software_version` to return a `Ronin::Support::Software::VersionRange`. * Changed `Mixins::HasTargets#select_target` to parse the given `software_version:` String using `Ronin::Support::Software::Version` and compare it against the `#software_version` of each target.
- Loading branch information
1 parent
8c7d90b
commit 98a61ba
Showing
5 changed files
with
92 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters