Module: Msf::Exploit::Remote::HTTP::Gitlab::Version

Includes:
Rest::V4::Version
Included in:
Msf::Exploit::Remote::HTTP::Gitlab
Defined in:
lib/msf/core/exploit/remote/http/gitlab/version.rb

Overview

GitLab version mixin

Constant Summary collapse

GITLAB_VERSION_PATTERN =

Used to check if the version is correct: must contain at least one dot

'(\d+\.\d+(?:\.\d+)*)'.freeze

Method Summary

Methods included from Rest::V4::Version

#gitlab_version