From 684eeb84f7cb07514070139b1abe7e45710dc13d Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Fri, 1 Dec 2017 07:59:07 -0800 Subject: [PATCH] exploitdb 2017-12-01 (#21239) --- Formula/exploitdb.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Formula/exploitdb.rb b/Formula/exploitdb.rb index e9c276cb57..891498c224 100644 --- a/Formula/exploitdb.rb +++ b/Formula/exploitdb.rb @@ -2,9 +2,9 @@ class Exploitdb < Formula desc "The official Exploit Database" homepage "https://www.exploit-db.com/" url "https://github.com/offensive-security/exploit-database.git", - :tag => "2017-11-11", - :revision => "bf64c19b521f9a749574df021571284365428398" - version "2017-11-11" + :tag => "2017-12-01", + :revision => "cc349de5d365aed491a5c0b570bfbb3ca4bd50c0" + version "2017-12-01" head "https://github.com/offensive-security/exploit-database.git" bottle :unneeded @@ -12,7 +12,8 @@ class Exploitdb < Formula def install inreplace "searchsploit", "gitpath=\"/opt/exploit-database\"", "gitpath=\"#{pkgshare}\"" bin.install "searchsploit" - pkgshare.install %w[files.csv platforms .git] + pkgshare.install %w[.git exploits files_exploits.csv files_shellcodes.csv + shellcodes] end test do