exploitdb 2017-12-01 (#21239)
This commit is contained in:
parent
28a48fadfc
commit
684eeb84f7
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue