Loading pkgs/tools/security/metasploit/Gemfile +1 −1 Original line number Diff line number Diff line # frozen_string_literal: true source "https://rubygems.org" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.11" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.12" pkgs/tools/security/metasploit/Gemfile.lock +8 −8 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: e9260dd4f856af83dd3827254576a4b01a8702ae ref: refs/tags/6.3.11 revision: a78862340cacb90e2d27b6f7ae670387081a0276 ref: refs/tags/6.3.12 specs: metasploit-framework (6.3.11) metasploit-framework (6.3.12) actionpack (~> 7.0) activerecord (~> 7.0) activesupport (~> 7.0) Loading Loading @@ -32,7 +32,7 @@ GIT metasploit-concern metasploit-credential metasploit-model metasploit-payloads (= 2.0.122) metasploit-payloads (= 2.0.123) metasploit_data_models metasploit_payloads-mettle (= 1.0.20) mqtt Loading Loading @@ -129,7 +129,7 @@ GEM arel-helpers (2.14.0) activerecord (>= 3.1.0, < 8) aws-eventstream (1.2.0) aws-partitions (1.744.0) aws-partitions (1.748.0) aws-sdk-core (3.171.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) Loading Loading @@ -175,7 +175,7 @@ GEM eventmachine (>= 1.0.0.beta.4) erubi (1.12.0) eventmachine (1.2.7) faker (3.1.1) faker (3.2.0) i18n (>= 1.8.11, < 2) faraday (2.7.4) faraday-net_http (>= 2.0, < 3.1) Loading Loading @@ -238,7 +238,7 @@ GEM activemodel (~> 7.0) activesupport (~> 7.0) railties (~> 7.0) metasploit-payloads (2.0.122) metasploit-payloads (2.0.123) metasploit_data_models (6.0.2) activerecord (~> 7.0) activesupport (~> 7.0) Loading Loading @@ -442,4 +442,4 @@ DEPENDENCIES metasploit-framework! BUNDLED WITH 2.4.8 2.4.10 pkgs/tools/security/metasploit/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ let }; in stdenv.mkDerivation rec { pname = "metasploit-framework"; version = "6.3.11"; version = "6.3.12"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-4cpzsSlvwKQAOsokCwMHiVeJ+puvykved1b7JXtc8co="; sha256 = "sha256-+ZWH/rOFm6jSEUT6SGnIJ8rBY2GvNc2tDxHH9+TAwiQ="; }; nativeBuildInputs = [ makeWrapper ]; Loading pkgs/tools/security/metasploit/gemset.nix +9 −9 Original line number Diff line number Diff line Loading @@ -104,10 +104,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15ml875lniq2rn8q0r7ykcnl8xx80h00ihkdcy3cb4bjd8fw41m9"; sha256 = "12pi6xcvwaplzgy24vqiw2q9aaxs5r8gl92kv2gy6riqldgs10gi"; type = "gem"; }; version = "1.744.0"; version = "1.748.0"; }; aws-sdk-core = { groups = ["default"]; Loading Loading @@ -344,10 +344,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1b8772jybi0vxzbcs5zw17k40z661c8adn2rd6vqqr7ay71bzl09"; sha256 = "1i3l58jrcapkp70v3swr0x4s6bj1101920al50wsaaj9dv0vhvm7"; type = "gem"; }; version = "3.1.1"; version = "3.2.0"; }; faraday = { groups = ["default"]; Loading Loading @@ -614,12 +614,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "e9260dd4f856af83dd3827254576a4b01a8702ae"; sha256 = "1jpibixjbysnfzg4pjmgkgx8jmw90w1hn96a780a9h3g56qp7jp1"; rev = "a78862340cacb90e2d27b6f7ae670387081a0276"; sha256 = "0962q3jggiqi1ynwsddgc5iw3ji7r1lliyj4279ai6w5ngz8g5gr"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.3.11"; version = "6.3.12"; }; metasploit-model = { groups = ["default"]; Loading @@ -636,10 +636,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "054h5bvcyxfqpvczbmssxvjpginxxg9q9qsjm8n9wssaxjq8vvd6"; sha256 = "0ay75vrp7cpxzl1cny3fikgyg4wsg1fz3qqfafrysz0wfmqlkpyp"; type = "gem"; }; version = "2.0.122"; version = "2.0.123"; }; metasploit_data_models = { groups = ["default"]; Loading Loading
pkgs/tools/security/metasploit/Gemfile +1 −1 Original line number Diff line number Diff line # frozen_string_literal: true source "https://rubygems.org" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.11" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.12"
pkgs/tools/security/metasploit/Gemfile.lock +8 −8 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: e9260dd4f856af83dd3827254576a4b01a8702ae ref: refs/tags/6.3.11 revision: a78862340cacb90e2d27b6f7ae670387081a0276 ref: refs/tags/6.3.12 specs: metasploit-framework (6.3.11) metasploit-framework (6.3.12) actionpack (~> 7.0) activerecord (~> 7.0) activesupport (~> 7.0) Loading Loading @@ -32,7 +32,7 @@ GIT metasploit-concern metasploit-credential metasploit-model metasploit-payloads (= 2.0.122) metasploit-payloads (= 2.0.123) metasploit_data_models metasploit_payloads-mettle (= 1.0.20) mqtt Loading Loading @@ -129,7 +129,7 @@ GEM arel-helpers (2.14.0) activerecord (>= 3.1.0, < 8) aws-eventstream (1.2.0) aws-partitions (1.744.0) aws-partitions (1.748.0) aws-sdk-core (3.171.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) Loading Loading @@ -175,7 +175,7 @@ GEM eventmachine (>= 1.0.0.beta.4) erubi (1.12.0) eventmachine (1.2.7) faker (3.1.1) faker (3.2.0) i18n (>= 1.8.11, < 2) faraday (2.7.4) faraday-net_http (>= 2.0, < 3.1) Loading Loading @@ -238,7 +238,7 @@ GEM activemodel (~> 7.0) activesupport (~> 7.0) railties (~> 7.0) metasploit-payloads (2.0.122) metasploit-payloads (2.0.123) metasploit_data_models (6.0.2) activerecord (~> 7.0) activesupport (~> 7.0) Loading Loading @@ -442,4 +442,4 @@ DEPENDENCIES metasploit-framework! BUNDLED WITH 2.4.8 2.4.10
pkgs/tools/security/metasploit/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,13 +15,13 @@ let }; in stdenv.mkDerivation rec { pname = "metasploit-framework"; version = "6.3.11"; version = "6.3.12"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-4cpzsSlvwKQAOsokCwMHiVeJ+puvykved1b7JXtc8co="; sha256 = "sha256-+ZWH/rOFm6jSEUT6SGnIJ8rBY2GvNc2tDxHH9+TAwiQ="; }; nativeBuildInputs = [ makeWrapper ]; Loading
pkgs/tools/security/metasploit/gemset.nix +9 −9 Original line number Diff line number Diff line Loading @@ -104,10 +104,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "15ml875lniq2rn8q0r7ykcnl8xx80h00ihkdcy3cb4bjd8fw41m9"; sha256 = "12pi6xcvwaplzgy24vqiw2q9aaxs5r8gl92kv2gy6riqldgs10gi"; type = "gem"; }; version = "1.744.0"; version = "1.748.0"; }; aws-sdk-core = { groups = ["default"]; Loading Loading @@ -344,10 +344,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1b8772jybi0vxzbcs5zw17k40z661c8adn2rd6vqqr7ay71bzl09"; sha256 = "1i3l58jrcapkp70v3swr0x4s6bj1101920al50wsaaj9dv0vhvm7"; type = "gem"; }; version = "3.1.1"; version = "3.2.0"; }; faraday = { groups = ["default"]; Loading Loading @@ -614,12 +614,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "e9260dd4f856af83dd3827254576a4b01a8702ae"; sha256 = "1jpibixjbysnfzg4pjmgkgx8jmw90w1hn96a780a9h3g56qp7jp1"; rev = "a78862340cacb90e2d27b6f7ae670387081a0276"; sha256 = "0962q3jggiqi1ynwsddgc5iw3ji7r1lliyj4279ai6w5ngz8g5gr"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.3.11"; version = "6.3.12"; }; metasploit-model = { groups = ["default"]; Loading @@ -636,10 +636,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "054h5bvcyxfqpvczbmssxvjpginxxg9q9qsjm8n9wssaxjq8vvd6"; sha256 = "0ay75vrp7cpxzl1cny3fikgyg4wsg1fz3qqfafrysz0wfmqlkpyp"; type = "gem"; }; version = "2.0.122"; version = "2.0.123"; }; metasploit_data_models = { groups = ["default"]; Loading