rex-powershell 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +2 -1
- data/lib/rex/powershell/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 372dcf49bdf420538b35d6beec32f30cfd5ef0c6
|
4
|
+
data.tar.gz: c83ee5490e9b9b41b3c73b87fd40af6869050d02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4d6c85f7f9b4aca329a26d98268112478f268b5e2da63e630dc159d4142e9c1be0caab62a138d7f6f58278464dd6bf68a47dc2290c9757abae499093f9fc1c7
|
7
|
+
data.tar.gz: f887d3b65688bf177326541d2504d3d6fcedbfc11055471b822e8fd31d6ffeef42193beb11060002caed55f0f59219d2757715e12d68c6a8977230807a987400
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
# Rex::Powershell
|
2
2
|
|
3
3
|
Ruby Exploitation(Rex) library for dealing with Powershell Scripts. This Library is designed to help create and manipulate powershell scripts for use
|
4
|
-
with Metasploit exploits. It is ported over from the Metasploit Framework code originally created by
|
4
|
+
with Metasploit exploits. It is ported over from the Metasploit Framework code originally created by RageLtMan(https://github.com/sempervictus) and
|
5
|
+
modified by Meatballs1(https://github.com/Meatballs1).
|
5
6
|
|
6
7
|
## Installation
|
7
8
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rex-powershell
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David 'thelightcosine' Maloney
|
@@ -85,7 +85,7 @@ cert_chain:
|
|
85
85
|
2SpuQH+SWteq3NXkAmFEEqvLJQ4sbptZt8OP8ghL3pVAvZNFmww/YVszSkShSzcg
|
86
86
|
QdihYCSEL2drS2cFd50jBeq71sxUtxbv82DUa2b+
|
87
87
|
-----END CERTIFICATE-----
|
88
|
-
date: 2016-
|
88
|
+
date: 2016-08-25 00:00:00.000000000 Z
|
89
89
|
dependencies:
|
90
90
|
- !ruby/object:Gem::Dependency
|
91
91
|
name: bundler
|
metadata.gz.sig
CHANGED
Binary file
|