-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
3ee5f09
commit 06a2926
Showing
5 changed files
with
85 additions
and
14 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