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.2.26" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.2.27" pkgs/tools/security/metasploit/Gemfile.lock +17 −17 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: ef8b26c32cbcf48e9ba6a4d6c01d587a1d45f6cc ref: refs/tags/6.2.26 revision: 1847611817b4dbea38ac13c83ac2c4abd92d7bc2 ref: refs/tags/6.2.27 specs: metasploit-framework (6.2.26) metasploit-framework (6.2.27) actionpack (~> 6.0) activerecord (~> 6.0) activesupport (~> 6.0) Loading Loading @@ -32,7 +32,7 @@ GIT metasploit-concern metasploit-credential metasploit-model metasploit-payloads (= 2.0.99) metasploit-payloads (= 2.0.101) metasploit_data_models metasploit_payloads-mettle (= 1.0.20) mqtt Loading Loading @@ -129,13 +129,13 @@ GEM arel-helpers (2.14.0) activerecord (>= 3.1.0, < 8) aws-eventstream (1.2.0) aws-partitions (1.659.0) aws-sdk-core (3.167.0) aws-partitions (1.664.0) aws-sdk-core (3.168.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) jmespath (~> 1, >= 1.6.1) aws-sdk-ec2 (1.349.0) aws-sdk-ec2 (1.351.0) aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) aws-sdk-iam (1.73.0) Loading Loading @@ -176,10 +176,10 @@ GEM eventmachine (1.2.7) faker (3.0.0) i18n (>= 1.8.11, < 2) faraday (2.6.0) faraday (2.7.1) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.1) faraday-net_http (3.0.2) faraday-retry (2.0.0) faraday (~> 2.0) faye-websocket (0.11.1) Loading @@ -204,7 +204,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) io-console (0.5.11) irb (1.4.2) irb (1.4.3) reline (>= 0.3.0) jmespath (1.6.1) jsobfu (0.4.2) Loading Loading @@ -236,7 +236,7 @@ GEM activemodel (~> 6.0) activesupport (~> 6.0) railties (~> 6.0) metasploit-payloads (2.0.99) metasploit-payloads (2.0.101) metasploit_data_models (5.0.6) activerecord (~> 6.0) activesupport (~> 6.0) Loading Loading @@ -286,13 +286,13 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk pg (1.4.4) pg (1.4.5) public_suffix (5.0.0) puma (6.0.0) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) rack-protection (3.0.2) rack-protection (3.0.3) rack rack-test (2.0.2) rack (>= 1.3) Loading Loading @@ -367,7 +367,7 @@ GEM ruby-macho (3.0.0) ruby-rc4 (0.1.5) ruby2_keywords (0.0.5) ruby_smb (3.2.0) ruby_smb (3.2.1) bindata openssl-ccm openssl-cmac Loading @@ -380,12 +380,12 @@ GEM faraday (>= 0.17.3, < 3) simpleidn (0.2.1) unf (~> 0.1.4) sinatra (3.0.2) sinatra (3.0.3) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) rack-protection (= 3.0.2) rack-protection (= 3.0.3) tilt (~> 2.0) sqlite3 (1.5.3) sqlite3 (1.5.4) mini_portile2 (~> 2.8.0) sshkey (2.0.0) swagger-blocks (3.0.0) Loading 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.2.26"; version = "6.2.27"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-qPhN+N0AFSrkdxtUPZwJMicDafKpuwaQg+sDA6ssHow="; sha256 = "sha256-0wovO6Dt65vA5C2/XNfHf4fsc3GvWp4mnh9gsY3O8Is="; }; nativeBuildInputs = [ makeWrapper ]; Loading pkgs/tools/security/metasploit/gemset.nix +27 −27 Original line number Diff line number Diff line Loading @@ -104,30 +104,30 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0iwkwvx56rivfrqgsjap7bkn0zd9d5m712fx0b1mgcfalm6xjcpl"; sha256 = "1h69kvk5nrjfznms3dy9xk552xzv4kbq7ks9wgj1fdbxzc3rszng"; type = "gem"; }; version = "1.659.0"; version = "1.664.0"; }; aws-sdk-core = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "095nj7sf8914y60m1grnpy7cm6ybnw4ywnc0j84gz2vgv1m8awfk"; sha256 = "1vnnv9gk3dapng8siaqdimqkr4a99lfavx7lkwx2jiyy1p6c50rb"; type = "gem"; }; version = "3.167.0"; version = "3.168.1"; }; aws-sdk-ec2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xk33r0q44ngsy9d6nh4isw9aa9rz31ajb69apk4b2wmc2gi1mcw"; sha256 = "0fcisnrj46idp0gmzjba39w5ay7phs0q8lai5mdwgn790n3cxkqr"; type = "gem"; }; version = "1.349.0"; version = "1.351.0"; }; aws-sdk-iam = { groups = ["default"]; Loading Loading @@ -344,20 +344,20 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0mqv17hfmph4ylmb2bqyccy64gsgpmzapq5yrmf5yjsqkvw9rxbv"; sha256 = "1wyz9ab0mzi84gpf81fs19vrixglmmxi25k6n1mn9h141qmsp590"; type = "gem"; }; version = "2.6.0"; version = "2.7.1"; }; faraday-net_http = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13b717ddw90iaf4vijy06srmkvrfbzsnyjap93yll0nibad4dbxq"; sha256 = "13byv3mp1gsjyv8k0ih4612y6vw5kqva6i03wcg4w2fqpsd950k8"; type = "gem"; }; version = "3.0.1"; version = "3.0.2"; }; faraday-retry = { groups = ["default"]; Loading Loading @@ -504,10 +504,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g2xhrjjgbix2acss59kwzfzgcwf450j91paz7vqa578g95i32my"; sha256 = "0s28igrsspxmhwmwalv9c7g6ld2glzns2vhlfqmc3jnvnr68yhf1"; type = "gem"; }; version = "1.4.2"; version = "1.4.3"; }; jmespath = { groups = ["default"]; Loading Loading @@ -604,12 +604,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "ef8b26c32cbcf48e9ba6a4d6c01d587a1d45f6cc"; sha256 = "130y5jmh60zbhf80dfx9y9lh69rj16f3sm0vfzj2l580vpw4vy58"; rev = "1847611817b4dbea38ac13c83ac2c4abd92d7bc2"; sha256 = "12zhrs6v2q0zkqk9wnmgf5ryr1vzqzbmrgrdwk09pszdl0xjy2nk"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.2.26"; version = "6.2.27"; }; metasploit-model = { groups = ["default"]; Loading @@ -626,10 +626,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1rfnxkg31ksylg1rjk05d9kk4af4rbw66ipwl3q0vl3qvnbymfm8"; sha256 = "0m9w4yy5iwpbbjycpxyhfql2b4dnm4wgcn039aw43igjgfdrkmkz"; type = "gem"; }; version = "2.0.99"; version = "2.0.101"; }; metasploit_data_models = { groups = ["default"]; Loading Loading @@ -907,10 +907,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09a5z9qhxnybahx162q2q1cygdhxfp6cihdivvzh32jlwc37z1x3"; sha256 = "1wd6nl81nbdwck04hccsm7wf23ghpi8yddd9j4rbwyvyj0sbsff1"; type = "gem"; }; version = "1.4.4"; version = "1.4.5"; }; public_suffix = { groups = ["default"]; Loading Loading @@ -957,10 +957,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jmixih0qrsdz60dhznkk29v50ks55cqq51jjf0yn3amqghh4bhk"; sha256 = "1sfk4i52yijcggkzkwj3z6k2iv9fdacmcgcid1c8xjcldh93fhpg"; type = "gem"; }; version = "3.0.2"; version = "3.0.3"; }; rack-test = { groups = ["default"]; Loading Loading @@ -1287,10 +1287,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0iyp4j0j2bd0barp7057mr7280921c05ij2ygr1715lj1p9j4h5x"; sha256 = "0rsxb9bi3x4kxhhsaa4araxfz0zk573v0j4xv64d3p176kii6cmm"; type = "gem"; }; version = "3.2.0"; version = "3.2.1"; }; rubyntlm = { groups = ["default"]; Loading Loading @@ -1337,10 +1337,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0c2vmy0j5amy9fihs2gz2ssm4bdpqqh4llyjfl6qqqry7f87c6xz"; sha256 = "0znx4qhvgah5k696crv954xkrh8z4gick2fx04xl67wng7nnwrrc"; type = "gem"; }; version = "3.0.2"; version = "3.0.3"; }; sqlite3 = { dependencies = ["mini_portile2"]; Loading @@ -1348,10 +1348,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1i95rgfxdj2rhxifps27dz7fjfdih5iyl7b01di9gdmh9m04ylk6"; sha256 = "009124l2yw7csrq3mvzffjflgpqi3y30flazjqf6aad64gnnnksx"; type = "gem"; }; version = "1.5.3"; version = "1.5.4"; }; sshkey = { 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.2.26" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.2.27"
pkgs/tools/security/metasploit/Gemfile.lock +17 −17 Original line number Diff line number Diff line GIT remote: https://github.com/rapid7/metasploit-framework revision: ef8b26c32cbcf48e9ba6a4d6c01d587a1d45f6cc ref: refs/tags/6.2.26 revision: 1847611817b4dbea38ac13c83ac2c4abd92d7bc2 ref: refs/tags/6.2.27 specs: metasploit-framework (6.2.26) metasploit-framework (6.2.27) actionpack (~> 6.0) activerecord (~> 6.0) activesupport (~> 6.0) Loading Loading @@ -32,7 +32,7 @@ GIT metasploit-concern metasploit-credential metasploit-model metasploit-payloads (= 2.0.99) metasploit-payloads (= 2.0.101) metasploit_data_models metasploit_payloads-mettle (= 1.0.20) mqtt Loading Loading @@ -129,13 +129,13 @@ GEM arel-helpers (2.14.0) activerecord (>= 3.1.0, < 8) aws-eventstream (1.2.0) aws-partitions (1.659.0) aws-sdk-core (3.167.0) aws-partitions (1.664.0) aws-sdk-core (3.168.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.5) jmespath (~> 1, >= 1.6.1) aws-sdk-ec2 (1.349.0) aws-sdk-ec2 (1.351.0) aws-sdk-core (~> 3, >= 3.165.0) aws-sigv4 (~> 1.1) aws-sdk-iam (1.73.0) Loading Loading @@ -176,10 +176,10 @@ GEM eventmachine (1.2.7) faker (3.0.0) i18n (>= 1.8.11, < 2) faraday (2.6.0) faraday (2.7.1) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.1) faraday-net_http (3.0.2) faraday-retry (2.0.0) faraday (~> 2.0) faye-websocket (0.11.1) Loading @@ -204,7 +204,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) io-console (0.5.11) irb (1.4.2) irb (1.4.3) reline (>= 0.3.0) jmespath (1.6.1) jsobfu (0.4.2) Loading Loading @@ -236,7 +236,7 @@ GEM activemodel (~> 6.0) activesupport (~> 6.0) railties (~> 6.0) metasploit-payloads (2.0.99) metasploit-payloads (2.0.101) metasploit_data_models (5.0.6) activerecord (~> 6.0) activesupport (~> 6.0) Loading Loading @@ -286,13 +286,13 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk pg (1.4.4) pg (1.4.5) public_suffix (5.0.0) puma (6.0.0) nio4r (~> 2.0) racc (1.6.0) rack (2.2.4) rack-protection (3.0.2) rack-protection (3.0.3) rack rack-test (2.0.2) rack (>= 1.3) Loading Loading @@ -367,7 +367,7 @@ GEM ruby-macho (3.0.0) ruby-rc4 (0.1.5) ruby2_keywords (0.0.5) ruby_smb (3.2.0) ruby_smb (3.2.1) bindata openssl-ccm openssl-cmac Loading @@ -380,12 +380,12 @@ GEM faraday (>= 0.17.3, < 3) simpleidn (0.2.1) unf (~> 0.1.4) sinatra (3.0.2) sinatra (3.0.3) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) rack-protection (= 3.0.2) rack-protection (= 3.0.3) tilt (~> 2.0) sqlite3 (1.5.3) sqlite3 (1.5.4) mini_portile2 (~> 2.8.0) sshkey (2.0.0) swagger-blocks (3.0.0) Loading
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.2.26"; version = "6.2.27"; src = fetchFromGitHub { owner = "rapid7"; repo = "metasploit-framework"; rev = version; sha256 = "sha256-qPhN+N0AFSrkdxtUPZwJMicDafKpuwaQg+sDA6ssHow="; sha256 = "sha256-0wovO6Dt65vA5C2/XNfHf4fsc3GvWp4mnh9gsY3O8Is="; }; nativeBuildInputs = [ makeWrapper ]; Loading
pkgs/tools/security/metasploit/gemset.nix +27 −27 Original line number Diff line number Diff line Loading @@ -104,30 +104,30 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0iwkwvx56rivfrqgsjap7bkn0zd9d5m712fx0b1mgcfalm6xjcpl"; sha256 = "1h69kvk5nrjfznms3dy9xk552xzv4kbq7ks9wgj1fdbxzc3rszng"; type = "gem"; }; version = "1.659.0"; version = "1.664.0"; }; aws-sdk-core = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "095nj7sf8914y60m1grnpy7cm6ybnw4ywnc0j84gz2vgv1m8awfk"; sha256 = "1vnnv9gk3dapng8siaqdimqkr4a99lfavx7lkwx2jiyy1p6c50rb"; type = "gem"; }; version = "3.167.0"; version = "3.168.1"; }; aws-sdk-ec2 = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1xk33r0q44ngsy9d6nh4isw9aa9rz31ajb69apk4b2wmc2gi1mcw"; sha256 = "0fcisnrj46idp0gmzjba39w5ay7phs0q8lai5mdwgn790n3cxkqr"; type = "gem"; }; version = "1.349.0"; version = "1.351.0"; }; aws-sdk-iam = { groups = ["default"]; Loading Loading @@ -344,20 +344,20 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0mqv17hfmph4ylmb2bqyccy64gsgpmzapq5yrmf5yjsqkvw9rxbv"; sha256 = "1wyz9ab0mzi84gpf81fs19vrixglmmxi25k6n1mn9h141qmsp590"; type = "gem"; }; version = "2.6.0"; version = "2.7.1"; }; faraday-net_http = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "13b717ddw90iaf4vijy06srmkvrfbzsnyjap93yll0nibad4dbxq"; sha256 = "13byv3mp1gsjyv8k0ih4612y6vw5kqva6i03wcg4w2fqpsd950k8"; type = "gem"; }; version = "3.0.1"; version = "3.0.2"; }; faraday-retry = { groups = ["default"]; Loading Loading @@ -504,10 +504,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1g2xhrjjgbix2acss59kwzfzgcwf450j91paz7vqa578g95i32my"; sha256 = "0s28igrsspxmhwmwalv9c7g6ld2glzns2vhlfqmc3jnvnr68yhf1"; type = "gem"; }; version = "1.4.2"; version = "1.4.3"; }; jmespath = { groups = ["default"]; Loading Loading @@ -604,12 +604,12 @@ platforms = []; source = { fetchSubmodules = false; rev = "ef8b26c32cbcf48e9ba6a4d6c01d587a1d45f6cc"; sha256 = "130y5jmh60zbhf80dfx9y9lh69rj16f3sm0vfzj2l580vpw4vy58"; rev = "1847611817b4dbea38ac13c83ac2c4abd92d7bc2"; sha256 = "12zhrs6v2q0zkqk9wnmgf5ryr1vzqzbmrgrdwk09pszdl0xjy2nk"; type = "git"; url = "https://github.com/rapid7/metasploit-framework"; }; version = "6.2.26"; version = "6.2.27"; }; metasploit-model = { groups = ["default"]; Loading @@ -626,10 +626,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1rfnxkg31ksylg1rjk05d9kk4af4rbw66ipwl3q0vl3qvnbymfm8"; sha256 = "0m9w4yy5iwpbbjycpxyhfql2b4dnm4wgcn039aw43igjgfdrkmkz"; type = "gem"; }; version = "2.0.99"; version = "2.0.101"; }; metasploit_data_models = { groups = ["default"]; Loading Loading @@ -907,10 +907,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "09a5z9qhxnybahx162q2q1cygdhxfp6cihdivvzh32jlwc37z1x3"; sha256 = "1wd6nl81nbdwck04hccsm7wf23ghpi8yddd9j4rbwyvyj0sbsff1"; type = "gem"; }; version = "1.4.4"; version = "1.4.5"; }; public_suffix = { groups = ["default"]; Loading Loading @@ -957,10 +957,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0jmixih0qrsdz60dhznkk29v50ks55cqq51jjf0yn3amqghh4bhk"; sha256 = "1sfk4i52yijcggkzkwj3z6k2iv9fdacmcgcid1c8xjcldh93fhpg"; type = "gem"; }; version = "3.0.2"; version = "3.0.3"; }; rack-test = { groups = ["default"]; Loading Loading @@ -1287,10 +1287,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0iyp4j0j2bd0barp7057mr7280921c05ij2ygr1715lj1p9j4h5x"; sha256 = "0rsxb9bi3x4kxhhsaa4araxfz0zk573v0j4xv64d3p176kii6cmm"; type = "gem"; }; version = "3.2.0"; version = "3.2.1"; }; rubyntlm = { groups = ["default"]; Loading Loading @@ -1337,10 +1337,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0c2vmy0j5amy9fihs2gz2ssm4bdpqqh4llyjfl6qqqry7f87c6xz"; sha256 = "0znx4qhvgah5k696crv954xkrh8z4gick2fx04xl67wng7nnwrrc"; type = "gem"; }; version = "3.0.2"; version = "3.0.3"; }; sqlite3 = { dependencies = ["mini_portile2"]; Loading @@ -1348,10 +1348,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1i95rgfxdj2rhxifps27dz7fjfdih5iyl7b01di9gdmh9m04ylk6"; sha256 = "009124l2yw7csrq3mvzffjflgpqi3y30flazjqf6aad64gnnnksx"; type = "gem"; }; version = "1.5.3"; version = "1.5.4"; }; sshkey = { groups = ["default"]; Loading