SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/ruby-rex-powershell/Makefile
Normal file
22
devel/ruby-rex-powershell/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT= powershell scripts generator for Ruby
|
||||
|
||||
DISTNAME= rex-powershell-0.1.97
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/rapid7/rex-powershell
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD-3-clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/ruby-rex-random-identifier \
|
||||
devel/ruby-rex-text \
|
||||
devel/ruby-rc4
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rex-powershell/distinfo
Normal file
2
devel/ruby-rex-powershell/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rex-powershell-0.1.97.gem) = HUxq+qiZYvrR3BAWkbOCq54hURdLv6qu1Sns7SwZ3SI=
|
||||
SIZE (rex-powershell-0.1.97.gem) = 31744
|
1
devel/ruby-rex-powershell/pkg/DESCR
Normal file
1
devel/ruby-rex-powershell/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Ruby Exploitation(Rex) library for generating/manipulating Powershell scripts.
|
38
devel/ruby-rex-powershell/pkg/PLIST
Normal file
38
devel/ruby-rex-powershell/pkg/PLIST
Normal file
|
@ -0,0 +1,38 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/verify.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/CODE_OF_CONDUCT.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/templates/
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/templates/to_mem_dotnet.ps1.template
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/templates/to_mem_msil.ps1.template
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/templates/to_mem_old.ps1.template
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/templates/to_mem_pshreflection.ps1.template
|
||||
${GEM_LIB}/gems/${DISTNAME}/data/templates/to_mem_rc4.ps1.template
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/command.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/exceptions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/function.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/obfu.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/output.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/param.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/parser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/payload.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/psh_methods.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/script.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/templates.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rex/powershell/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/rex-powershell.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue