about summary refs log tree commit diff
path: root/pkgs/tools/security/metasploit/Gemfile
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-05-16 18:32:43 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-05-16 18:32:43 +0200
commit515414ed32779b20603ea9abe67a950cbac8d8a1 (patch)
treebc8c25ba2cfce0db7e52559fc8f887330bc24dbb /pkgs/tools/security/metasploit/Gemfile
parentf5c568446a12dbf58836925c5487e5cdad1fa578 (diff)
parentb0ec4b8cc7dc2ebc70a4d6b3a5530892845676cc (diff)
downloadnixlib-515414ed32779b20603ea9abe67a950cbac8d8a1.tar
nixlib-515414ed32779b20603ea9abe67a950cbac8d8a1.tar.gz
nixlib-515414ed32779b20603ea9abe67a950cbac8d8a1.tar.bz2
nixlib-515414ed32779b20603ea9abe67a950cbac8d8a1.tar.lz
nixlib-515414ed32779b20603ea9abe67a950cbac8d8a1.tar.xz
nixlib-515414ed32779b20603ea9abe67a950cbac8d8a1.tar.zst
nixlib-515414ed32779b20603ea9abe67a950cbac8d8a1.zip
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/tools/security/metasploit/Gemfile')
-rw-r--r--pkgs/tools/security/metasploit/Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/security/metasploit/Gemfile b/pkgs/tools/security/metasploit/Gemfile
new file mode 100644
index 000000000000..52987d4bf8c8
--- /dev/null
+++ b/pkgs/tools/security/metasploit/Gemfile
@@ -0,0 +1,4 @@
+# frozen_string_literal: true
+source "https://rubygems.org"
+
+gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/4.14.17"