pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/msf Remove msf v2.x for a number of reasons:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ac66c2fbced
branches: trunk
changeset: 538557:7ac66c2fbced
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Tue Feb 12 23:13:36 2008 +0000
description:
Remove msf v2.x for a number of reasons:
* v3.x is now out
* Any patches to update files for where interpreters are get overwritten
the next time you update the msf files from metasploit.org. This renders
the PLIST useless.
diffstat:
security/msf/DESCR | 6 -
security/msf/MESSAGE | 15 -
security/msf/Makefile | 82 ---
security/msf/PLIST | 1084 -------------------------------------------------
security/msf/distinfo | 5 -
5 files changed, 0 insertions(+), 1192 deletions(-)
diffs (truncated from 1212 to 300 lines):
diff -r 5716bac2b5e8 -r 7ac66c2fbced security/msf/DESCR
--- a/security/msf/DESCR Tue Feb 12 22:34:26 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-The Metasploit Framework is an advanced open-source platform for developing,
-testing, and using exploit code. This release includes 18 exploits and 27
-payloads; many of these exploits are either the only ones publicly available
-or just much more reliable than anything else out there. The Framework will
-run on any modern system that has a working Perl interpreter, the Windows
-installer includes a slimmed-down version of the Cygwin environment.
diff -r 5716bac2b5e8 -r 7ac66c2fbced security/msf/MESSAGE
--- a/security/msf/MESSAGE Tue Feb 12 22:34:26 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2005/08/08 10:33:25 adrianp Exp $
-
-The Metasploit Framework and associated scripts are now installed in:
-
- ${MSFDIR}
-
-You may now wish to run ${MSFDIR}/msfupdate to get the latest
-updates to the package from metasploit.com.
-
-NOTE: If scripts are updated from metasploit.com the path to perl in
-the scripts will be overwritten with the default value of "/usr/bin/perl".
-Please be aware of this after downloading updates.
-
-===========================================================================
diff -r 5716bac2b5e8 -r 7ac66c2fbced security/msf/Makefile
--- a/security/msf/Makefile Tue Feb 12 22:34:26 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,82 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2007/06/14 12:56:43 gdt Exp $
-#
-
-DISTNAME= framework-2.6
-PKGNAME= msf-2.6
-CATEGORIES= security
-MASTER_SITES= http://www.metasploit.com/tools/
-
-MAINTAINER= adrianp%NetBSD.org@localhost
-HOMEPAGE= http://www.metasploit.com/
-COMMENT= Platform for developing, testing, and using exploit code
-
-DEPENDS+= p5-Net-SSLeay>=1.23:../../security/p5-Net-SSLeay
-DEPENDS+= p5-Term-ReadLine>=1.14:../../devel/p5-Term-ReadLine
-
-LICENSE= inlineegg-license
-RESTRICTED= No permission to redistribute
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-MSFDIR= ${PREFIX}/share/msf
-MESSAGE_SUBST+= MSFDIR=${MSFDIR:Q}
-
-USE_TOOLS+= perl:run
-PERL_FILES= msfcli msfconsole msfelfscan msfencode msflogdump msfpayload \
- msfpescan msfupdate msfweb
-REPLACE_PERL+= ${PERL_FILES} tools/socketNinja.pl sdk/formatGen.pl \
- sdk/patternOffset.pl sdk/spitCode.pl src/shellcode/import.pl \
- src/shellcode/win32/standard/build
-
-NO_BUILD= YES
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.msf
-PKG_SUPPORTED_OPTIONS= python
-
-.include "../../mk/bsd.options.mk"
-
-# add python support for external payloads
-.if !empty(PKG_OPTIONS:Mpython)
-PYTHON_PATCH_SCRIPTS= payloads/external/WindowsSyscall.py \
- payloads/external/bsdx86bind_ie.py \
- payloads/external/bsdx86reverse_ie.py \
- payloads/external/linx86bind_ie.py \
- payloads/external/linx86reverse_ie.py \
- payloads/external/linx86reverse_xor.py \
- payloads/external/win32_stg_winexec.py \
- payloads/external/inlineegg.py
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.endif
-
-INSTALLATION_DIRS= share/msf/docs share/msf/data share/msf/encoders \
- share/msf/exploits share/msf/extras share/msf/lib \
- share/msf/nops share/msf/payloads/external \
- share/msf/sdk share/msf/src share/msf/tools share/doc
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/docs/* ${MSFDIR}/docs
- ${INSTALL_DATA} ${WRKSRC}/encoders/*.pm ${MSFDIR}/encoders
- ${INSTALL_DATA} ${WRKSRC}/exploits/*.pm ${MSFDIR}/exploits
- ${INSTALL_DATA} ${WRKSRC}/extras/*.tar.gz ${MSFDIR}/extras
-
- cd ${PREFIX}/share/doc && ${LN} -s ${MSFDIR}/docs msf
- cd ${WRKSRC}/lib && ${PAX} -rw . ${MSFDIR}/lib
- cd ${WRKSRC}/sdk && ${PAX} -rw . ${MSFDIR}/sdk
- cd ${WRKSRC}/tools && ${PAX} -rw . ${MSFDIR}/tools
- cd ${WRKSRC}/src && ${PAX} -rw . ${MSFDIR}/src
- cd ${WRKSRC}/data && ${PAX} -rw . ${MSFDIR}/data
-
- ${INSTALL_DATA} ${WRKSRC}/nops/*.pm ${MSFDIR}/nops
- ${INSTALL_DATA} ${WRKSRC}/payloads/*.pm ${MSFDIR}/payloads
- ${INSTALL_DATA} ${WRKSRC}/payloads/external/*.py \
- ${MSFDIR}/payloads/external
-
- set -e; \
- cd ${WRKSRC}; for f in ${PERL_FILES}; do \
- ${INSTALL_SCRIPT} "$$f" ${MSFDIR}; \
- done
-
-.include "../../mk/bsd.pkg.mk"
diff -r 5716bac2b5e8 -r 7ac66c2fbced security/msf/PLIST
--- a/security/msf/PLIST Tue Feb 12 22:34:26 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1084 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2006/06/05 12:33:52 adrianp Exp $
-share/doc/msf
-share/msf/data/dce_errors.txt
-share/msf/data/meterpreter/ext_server_fs.dll
-share/msf/data/meterpreter/ext_server_net.dll
-share/msf/data/meterpreter/ext_server_process.dll
-share/msf/data/meterpreter/ext_server_sam.dll
-share/msf/data/meterpreter/ext_server_sys.dll
-share/msf/data/meterpreter/metsrv.dll
-share/msf/data/msfpayload/template.exe
-share/msf/data/msfpescan/identify.txt
-share/msf/data/msfweb/icons/aix.gif
-share/msf/data/msfweb/icons/amiga.gif
-share/msf/data/msfweb/icons/any.gif
-share/msf/data/msfweb/icons/be.gif
-share/msf/data/msfweb/icons/bsd.gif
-share/msf/data/msfweb/icons/cisco.gif
-share/msf/data/msfweb/icons/favicon.ico
-share/msf/data/msfweb/icons/hpux.gif
-share/msf/data/msfweb/icons/irix.gif
-share/msf/data/msfweb/icons/linux.gif
-share/msf/data/msfweb/icons/novell.gif
-share/msf/data/msfweb/icons/os2.gif
-share/msf/data/msfweb/icons/osx.gif
-share/msf/data/msfweb/icons/sun.gif
-share/msf/data/msfweb/icons/unknown.gif
-share/msf/data/msfweb/icons/win32.gif
-share/msf/data/msfweb/themes/default/credits.txt
-share/msf/data/msfweb/themes/default/logo.jpg
-share/msf/data/msfweb/themes/default/style.css
-share/msf/data/msfweb/themes/gblack/credits.txt
-share/msf/data/msfweb/themes/gblack/logo.jpg
-share/msf/data/msfweb/themes/gblack/style.css
-share/msf/data/msfweb/themes/gwhite/credits.txt
-share/msf/data/msfweb/themes/gwhite/logo.jpg
-share/msf/data/msfweb/themes/gwhite/style.css
-share/msf/data/passivex/passivex.dll
-share/msf/data/rpc_names
-share/msf/data/shelldemo
-share/msf/data/smb_errors.txt
-share/msf/data/vncdll.dll
-share/msf/docs/7f8d5320.0
-share/msf/docs/BUGS
-share/msf/docs/COPYING
-share/msf/docs/COPYING.Artistic
-share/msf/docs/COPYING.GNU
-share/msf/docs/COPYING.InlineEgg
-share/msf/docs/CrashCourse_BR.pdf
-share/msf/docs/CrashCourse_BR.sxw
-share/msf/docs/CrashCourse_FR.pdf
-share/msf/docs/CrashCourse_IT.pdf
-share/msf/docs/CrashCourse_IT.sxw
-share/msf/docs/Environment.txt
-share/msf/docs/Environment_FR.txt
-share/msf/docs/QUICKSTART.impurity
-share/msf/docs/QUICKSTART.msfcli
-share/msf/docs/QUICKSTART.msfconsole
-share/msf/docs/QUICKSTART.msfweb
-share/msf/docs/RELEASE_2.6.txt
-share/msf/docs/SECURITY
-share/msf/docs/VERSION
-share/msf/docs/cacert.pem
-share/msf/docs/meterpreter.pdf
-share/msf/docs/userguide.pdf
-share/msf/docs/userguide.tex
-share/msf/docs/userguide_ES.tex
-share/msf/encoders/Alpha2.pm
-share/msf/encoders/Countdown.pm
-share/msf/encoders/JmpCallAdditive.pm
-share/msf/encoders/None.pm
-share/msf/encoders/OSXPPCLongXOR.pm
-share/msf/encoders/OSXPPCLongXORTag.pm
-share/msf/encoders/Pex.pm
-share/msf/encoders/PexAlphaNum.pm
-share/msf/encoders/PexFnstenvMov.pm
-share/msf/encoders/PexFnstenvSub.pm
-share/msf/encoders/QuackQuack.pm
-share/msf/encoders/ShikataGaNai.pm
-share/msf/encoders/Sparc.pm
-share/msf/exploits/3com_3cdaemon_ftp_overflow.pm
-share/msf/exploits/Credits.pm
-share/msf/exploits/Tester.pm
-share/msf/exploits/afp_loginext.pm
-share/msf/exploits/aim_goaway.pm
-share/msf/exploits/altn_webadmin.pm
-share/msf/exploits/apache_chunked_win32.pm
-share/msf/exploits/arkeia_agent_access.pm
-share/msf/exploits/arkeia_type77_macos.pm
-share/msf/exploits/arkeia_type77_win32.pm
-share/msf/exploits/awstats_configdir_exec.pm
-share/msf/exploits/backupexec_agent.pm
-share/msf/exploits/backupexec_dump.pm
-share/msf/exploits/backupexec_ns.pm
-share/msf/exploits/backupexec_registry.pm
-share/msf/exploits/badblue_ext_overflow.pm
-share/msf/exploits/bakbone_netvault_heap.pm
-share/msf/exploits/barracuda_img_exec.pm
-share/msf/exploits/blackice_pam_icq.pm
-share/msf/exploits/bluecoat_winproxy.pm
-share/msf/exploits/bomberclone_overflow_win32.pm
-share/msf/exploits/cabrightstor_disco.pm
-share/msf/exploits/cabrightstor_disco_servicepc.pm
-share/msf/exploits/cabrightstor_sqlagent.pm
-share/msf/exploits/cabrightstor_uniagent.pm
-share/msf/exploits/cacam_logsecurity_win32.pm
-share/msf/exploits/cacti_graphimage_exec.pm
-share/msf/exploits/calicclnt_getconfig.pm
-share/msf/exploits/calicserv_getconfig.pm
-share/msf/exploits/distcc_exec.pm
-share/msf/exploits/edirectory_imonitor.pm
-share/msf/exploits/edirectory_imonitor2.pm
-share/msf/exploits/eudora_imap.pm
-share/msf/exploits/exchange2000_xexch50.pm
-share/msf/exploits/firefox_queryinterface_linux.pm
-share/msf/exploits/firefox_queryinterface_osx.pm
-share/msf/exploits/freeftpd_key_exchange.pm
-share/msf/exploits/freeftpd_user.pm
-share/msf/exploits/freesshd_key_exchange.pm
-share/msf/exploits/futuresoft_tftpd.pm
-share/msf/exploits/globalscapeftp_user_input.pm
-share/msf/exploits/gnu_mailutils_imap4d.pm
-share/msf/exploits/google_proxystylesheet_exec.pm
-share/msf/exploits/hpux_ftpd_preauth_list.pm
-share/msf/exploits/hpux_lpd_exec.pm
-share/msf/exploits/ia_webmail.pm
-share/msf/exploits/icecast_header.pm
-share/msf/exploits/ie_createtextrange.pm
-share/msf/exploits/ie_iscomponentinstalled.pm
-share/msf/exploits/ie_objecttype.pm
-share/msf/exploits/ie_xp_pfv_metafile.pm
-share/msf/exploits/iis40_htr.pm
-share/msf/exploits/iis50_printer_overflow.pm
-share/msf/exploits/iis50_webdav_ntdll.pm
-share/msf/exploits/iis_fp30reg_chunked.pm
-share/msf/exploits/iis_nsiislog_post.pm
-share/msf/exploits/iis_source_dumper.pm
-share/msf/exploits/iis_w3who_overflow.pm
-share/msf/exploits/imail_imap_delete.pm
-share/msf/exploits/imail_ldap.pm
-share/msf/exploits/irix_lpsched_exec.pm
-share/msf/exploits/kerio_auth.pm
-share/msf/exploits/lsass_ms04_011.pm
-share/msf/exploits/lyris_attachment_mssql.pm
-share/msf/exploits/mailenable_auth_header.pm
-share/msf/exploits/mailenable_imap.pm
-share/msf/exploits/mailenable_imap_w3c.pm
-share/msf/exploits/maxdb_webdbm_get_overflow.pm
-share/msf/exploits/mdaemon_imap_cram_md5.pm
-share/msf/exploits/mercantec_softcart.pm
-share/msf/exploits/mercur_imap_select_overflow.pm
-share/msf/exploits/mercury_imap.pm
-share/msf/exploits/minishare_get_overflow.pm
-share/msf/exploits/mozilla_compareto.pm
-share/msf/exploits/ms05_039_pnp.pm
-share/msf/exploits/msasn1_ms04_007_killbill.pm
-share/msf/exploits/msmq_deleteobject_ms05_017.pm
-share/msf/exploits/msrpc_dcom_ms03_026.pm
-share/msf/exploits/mssql2000_preauthentication.pm
-share/msf/exploits/mssql2000_resolution.pm
-share/msf/exploits/netterm_netftpd_user_overflow.pm
-share/msf/exploits/novell_messenger_acceptlang.pm
-share/msf/exploits/openview_connectednodes_exec.pm
-share/msf/exploits/openview_omniback.pm
-share/msf/exploits/oracle9i_xdb_ftp.pm
-share/msf/exploits/oracle9i_xdb_ftp_pass.pm
-share/msf/exploits/oracle9i_xdb_http.pm
-share/msf/exploits/pajax_remote_exec.pm
-share/msf/exploits/payload_handler.pm
-share/msf/exploits/peercast_url_linux.pm
-share/msf/exploits/peercast_url_win32.pm
-share/msf/exploits/php_vbulletin_template.pm
-share/msf/exploits/php_wordpress_lastpost.pm
-share/msf/exploits/php_xmlrpc_eval.pm
-share/msf/exploits/phpbb_highlight.pm
-share/msf/exploits/phpnuke_search_module.pm
-share/msf/exploits/poptop_negative_read.pm
-share/msf/exploits/putty_ssh.pm
-share/msf/exploits/realserver_describe_linux.pm
-share/msf/exploits/realvnc_41_bypass.pm
-share/msf/exploits/rsa_iiswebagent_redirect.pm
-share/msf/exploits/safari_safefiles_exec.pm
Home |
Main Index |
Thread Index |
Old Index