Skip to content

Commit

Permalink
security/ruby-rex-powershell: update to 0.1.77
Browse files Browse the repository at this point in the history
0.1.77					2017/09/23

* Convert double quotes to single quotes to match #{URL}

0.1.76					2017/09/07

* Merge pull request #9 from sempervictus/feature-payload_msil_jit

0.1.75					2017/08/25

* Remove useless failing spec

* Improve use of RandomIdentifier::Generator
* Add MSIL to template constants
* Update spec for MSIL payload
* Implement MSIL payload in Rex gem via template
* Update spec for command
* Finalize quote wrapper
* Rework quote handling
* Cleanup Command single quotes redundant gsub

0.1.74					2017/07/18

* Alternative to IEX in dl_and_exec_string methods
* Command spec - deal with :use_single_quotes
* Output and command improvements for Win10

0.1.73					2017/05/12

* update spec to require Ruby 2.2.0 or greater
  • Loading branch information
taca committed Mar 21, 2018
1 parent 514dcbd commit 8db4b76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions security/ruby-rex-powershell/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2017/09/29 17:15:41 minskim Exp $
# $NetBSD: Makefile,v 1.2 2018/03/21 13:42:08 taca Exp $

DISTNAME= rex-powershell-0.1.72
DISTNAME= rex-powershell-0.1.77
CATEGORIES= security

MAINTAINER= minskim@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion security/ruby-rex-powershell/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2017/09/29 17:15:41 minskim Exp $
@comment $NetBSD: PLIST,v 1.2 2018/03/21 13:42:08 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
Expand All @@ -9,6 +9,7 @@ ${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/data/templates/to_mem_dotnet.ps1.template
${GEM_LIBDIR}/data/templates/to_mem_msil.ps1.template
${GEM_LIBDIR}/data/templates/to_mem_old.ps1.template
${GEM_LIBDIR}/data/templates/to_mem_pshreflection.ps1.template
${GEM_LIBDIR}/lib/rex/powershell.rb
Expand Down
10 changes: 5 additions & 5 deletions security/ruby-rex-powershell/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/09/29 17:15:41 minskim Exp $
$NetBSD: distinfo,v 1.2 2018/03/21 13:42:08 taca Exp $

SHA1 (rex-powershell-0.1.72.gem) = ed419e114e24fc90fc9db854908e67de9c50daa4
RMD160 (rex-powershell-0.1.72.gem) = 35dca02e93c6e147c0b62986e8063a4235ddd7f8
SHA512 (rex-powershell-0.1.72.gem) = 5b5e5fd8685a84c88c8e2a308089724eb16fa8ac58d4543a1a8664aba9ff307fb5532e1aa351b6d245cdcbb69c0fc81fe3b78f99247c4472e55cdd21c5d9f494
Size (rex-powershell-0.1.72.gem) = 26624 bytes
SHA1 (rex-powershell-0.1.77.gem) = b8b64dee546e6c960ce2b82523702bdedc74dab7
RMD160 (rex-powershell-0.1.77.gem) = 82e85f4b461581f37f8983010660b1ebcbfe5fa9
SHA512 (rex-powershell-0.1.77.gem) = 99e3a8394c580b07580f8c230f049b15fd80b02db4b940208a1086e1c3d679ab1b757fee56356d6b25a6876ccb21c50d1037b7bbadc486a7c38b10b9b81a09d3
Size (rex-powershell-0.1.77.gem) = 28160 bytes

0 comments on commit 8db4b76

Please sign in to comment.