Commit a732568a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

metasploit: 6.4.32 -> 6.4.33

parent 2eacb37f
Loading
Loading
Loading
Loading
+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.4.32"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.33"
+8 −5
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: a13f85c09fbf85c2f5f713b5b9a32b6200cc910d
  ref: refs/tags/6.4.32
  revision: 1939065b94ee3c2033e720b753c5a6bd70e09c07
  ref: refs/tags/6.4.33
  specs:
    metasploit-framework (6.4.32)
    metasploit-framework (6.4.33)
      aarch64
      abbrev
      actionpack (~> 7.0.0)
@@ -25,6 +25,7 @@ GIT
      dnsruby
      drb
      ed25519
      elftools
      em-http-request
      eventmachine
      faker
@@ -45,7 +46,7 @@ GIT
      metasploit-model
      metasploit-payloads (= 2.0.183)
      metasploit_data_models
      metasploit_payloads-mettle (= 1.0.32)
      metasploit_payloads-mettle (= 1.0.35)
      mqtt
      msgpack (~> 1.6.0)
      mutex_m
@@ -196,6 +197,8 @@ GEM
    domain_name (0.6.20240107)
    drb (2.2.1)
    ed25519 (1.3.0)
    elftools (1.3.1)
      bindata (~> 2)
    em-http-request (1.1.7)
      addressable (>= 2.3.4)
      cookiejar (!= 0.3.1)
@@ -282,7 +285,7 @@ GEM
      railties (~> 7.0)
      recog
      webrick
    metasploit_payloads-mettle (1.0.32)
    metasploit_payloads-mettle (1.0.35)
    method_source (1.1.0)
    mini_portile2 (2.8.6)
    minitest (5.23.1)
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ let
  };
in stdenv.mkDerivation rec {
  pname = "metasploit-framework";
  version = "6.4.32";
  version = "6.4.33";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-vNJxWj7B7LOWw1hE3bK6dX5kumfspWIaheGHpDit4kM=";
    hash = "sha256-RMQEFRIArj2RuYk6GFDsGXpWRPANxD8OUJUQMtQUBW4=";
  };

  nativeBuildInputs = [
+15 −5
Original line number Diff line number Diff line
@@ -399,6 +399,16 @@
    };
    version = "1.3.0";
  };
  elftools = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1y5ahqk24ngjiyfbj5xapxwfb34yslcpn4l0khdq4pkxkajgqilx";
      type = "gem";
    };
    version = "1.3.1";
  };
  em-http-request = {
    groups = ["default"];
    platforms = [];
@@ -724,12 +734,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "a13f85c09fbf85c2f5f713b5b9a32b6200cc910d";
      sha256 = "0hz2mlwa91z1hld659gccyx68zkmpardsi2qqfbb7v617rd73lmw";
      rev = "1939065b94ee3c2033e720b753c5a6bd70e09c07";
      sha256 = "0vh52ka3444ma073zi0dy125cyhrxi81hfl9p68kvbh028ah9i24";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.32";
    version = "6.4.33";
  };
  metasploit-model = {
    groups = ["default"];
@@ -766,10 +776,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0dbdcbqmi7l1y3nw6nv1sabjwy5qpkzl7pg8wqhq33mgnswi4afp";
      sha256 = "0fsnr4i0660nhlkq9iyy5x214l2ds3akf6jnngf2hlp8j01w1x4w";
      type = "gem";
    };
    version = "1.0.32";
    version = "1.0.35";
  };
  method_source = {
    groups = ["default"];