From owner-svn-ports-head@freebsd.org Sun Oct 9 08:57:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40387C07D94; Sun, 9 Oct 2016 08:57:51 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0326E9A7; Sun, 9 Oct 2016 08:57:50 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u998voXR033350; Sun, 9 Oct 2016 08:57:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u998vnQF033346; Sun, 9 Oct 2016 08:57:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201610090857.u998vnQF033346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 9 Oct 2016 08:57:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423577 - in head/security: . rubygem-rex-exploitation X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 08:57:51 -0000 Author: antoine Date: Sun Oct 9 08:57:49 2016 New Revision: 423577 URL: https://svnweb.freebsd.org/changeset/ports/423577 Log: New port: security/rubygem-rex-exploitation This gem contains various helper mechanisms for creating exploits. This includes SEH Overwrite helpers, egghunters, command stagers and more. WWW: https://github.com/rapid7/rex-exploitation Added: head/security/rubygem-rex-exploitation/ head/security/rubygem-rex-exploitation/Makefile (contents, props changed) head/security/rubygem-rex-exploitation/distinfo (contents, props changed) head/security/rubygem-rex-exploitation/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Oct 9 08:51:26 2016 (r423576) +++ head/security/Makefile Sun Oct 9 08:57:49 2016 (r423577) @@ -1017,6 +1017,7 @@ SUBDIR += rubygem-rex-bin_tools SUBDIR += rubygem-rex-core SUBDIR += rubygem-rex-encoder + SUBDIR += rubygem-rex-exploitation SUBDIR += rubygem-rex-java SUBDIR += rubygem-rex-mime SUBDIR += rubygem-rex-nop Added: head/security/rubygem-rex-exploitation/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-exploitation/Makefile Sun Oct 9 08:57:49 2016 (r423577) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= rex-exploitation +PORTVERSION= 0.1.0 +CATEGORIES= security rubygems +MASTER_SITES= RG + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Ruby Exploitation(Rex) library for various exploitation helpers + +RUN_DEPENDS= rubygem-metasm>=0:devel/rubygem-metasm \ + rubygem-rex-arch>=0:security/rubygem-rex-arch \ + rubygem-rex-encoder>=0:security/rubygem-rex-encoder \ + rubygem-rex-text>=0:security/rubygem-rex-text \ + rubygem-jsobfu>=0:www/rubygem-jsobfu + +NO_ARCH= yes + +USE_RUBY= yes +USES= gem + +.include Added: head/security/rubygem-rex-exploitation/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-exploitation/distinfo Sun Oct 9 08:57:49 2016 (r423577) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475925330 +SHA256 (rubygem/rex-exploitation-0.1.0.gem) = 2772733d5295550d80628ca5f29523e39c456139e8f0af2229d4fd25a6e32434 +SIZE (rubygem/rex-exploitation-0.1.0.gem) = 77312 Added: head/security/rubygem-rex-exploitation/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/rubygem-rex-exploitation/pkg-descr Sun Oct 9 08:57:49 2016 (r423577) @@ -0,0 +1,4 @@ +This gem contains various helper mechanisms for creating exploits. This +includes SEH Overwrite helpers, egghunters, command stagers and more. + +WWW: https://github.com/rapid7/rex-exploitation