Import Metasploit
Metasploit provides useful information to people who perform penetration testing,IDS signature development, and exploit research.
This commit is contained in:
parent
b38d9be645
commit
a80ccb0665
4 changed files with 3518 additions and 0 deletions
1
metasploit/DESCR
Normal file
1
metasploit/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Metasploit provides useful information to people who perform penetration testing
|
54
metasploit/Makefile
Normal file
54
metasploit/Makefile
Normal file
|
@ -0,0 +1,54 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/08/15 01:10:54 prudhvikrishna Exp $
|
||||
#
|
||||
|
||||
DISTNAME= framework-3.2
|
||||
PKGNAME= metasploit-${DISTNAME}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://spool.metasploit.com/releases/
|
||||
|
||||
MAINTAINER= prudhvi-krishna-bsd@surapaneni.in
|
||||
HOMEPAGE= http://spool.metasploit.com/releases/
|
||||
COMMENT= Exploit-Framework for Penetration-Testing
|
||||
LICENSE= modified-bsd
|
||||
|
||||
SCRIPTS= msfcli msfconsole msfd msfelfscan msfencode msfmachscan \
|
||||
msfopcode msfpayload msfpescan msfweb
|
||||
|
||||
PKG_DESTDIR_SUPPORT+= user-destdir
|
||||
NO_BUILD= yes
|
||||
USE_TOOLS+= pax ln chmod
|
||||
|
||||
INSTALLATION_DIRS+= ${PKGNAME}
|
||||
DATADIR= ${DESTDIR}${PREFIX}/${PKGNAME}
|
||||
|
||||
REPLACE_RUBY+= ${SCRIPTS} \
|
||||
data/msfweb/vendor/rails/actionpack/lib/action_controller/session/drb_server.rb \
|
||||
data/msfweb/vendor/rails/railties/dispatches/dispatch.fcgi \
|
||||
data/msfweb/vendor/rails/railties/dispatches/dispatch.rb \
|
||||
data/msfweb/vendor/rails/railties/dispatches/gateway.cgi \
|
||||
data/msfweb/vendor/rails/railties/lib/commands/ncgi/listener \
|
||||
data/msfweb/vendor/rails/railties/lib/commands/ncgi/tracker \
|
||||
data/msfweb/public/dispatch.cgi \
|
||||
data/msfweb/public/dispatch.fcgi \
|
||||
data/msfweb/public/dispatch.rb \
|
||||
external/pcaprub/test_pcaprub.rb \
|
||||
lib/metasm/samples/linux_injectsyscall.rb \
|
||||
lib/ole/support.rb \
|
||||
lib/ole/storage.rb
|
||||
|
||||
REPLACE_PERL+= lib/rex/post/gen.pl \
|
||||
external/source/shellcode/windows/build.sh
|
||||
pre-patch:
|
||||
${FIND} ${WRKSRC} -iname ".svn" -print | ${XARGS} rm -fdr
|
||||
${FIND} ${WRKSRC} -type f -exec chmod a-x {} \;
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${PAX} -rw . ${DATADIR}
|
||||
.for f in ${SCRIPTS}
|
||||
${CHMOD} +x ${DATADIR}/${f}
|
||||
${LN} -s ${DATADIR}/${f} ${DESTDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
|
||||
.include "../../lang/ruby/modules.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3458
metasploit/PLIST
Normal file
3458
metasploit/PLIST
Normal file
File diff suppressed because it is too large
Load diff
5
metasploit/distinfo
Normal file
5
metasploit/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/08/15 01:10:55 prudhvikrishna Exp $
|
||||
|
||||
SHA1 (framework-3.2.tar.gz) = 9c59fb958bdf6ea05eb437bb7624c5e07a84efac
|
||||
RMD160 (framework-3.2.tar.gz) = 7d851e8693377de49127e66c23baff9fbc8fc3d4
|
||||
Size (framework-3.2.tar.gz) = 13099756 bytes
|
Loading…
Reference in a new issue