1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

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
This commit is contained in:
Antoine Brodin 2016-10-09 08:57:49 +00:00
parent e0f15ade57
commit fe6b2bbd2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423577
4 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1475925330
SHA256 (rubygem/rex-exploitation-0.1.0.gem) = 2772733d5295550d80628ca5f29523e39c456139e8f0af2229d4fd25a6e32434
SIZE (rubygem/rex-exploitation-0.1.0.gem) = 77312

View File

@ -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