pwn 0.4.351 → 0.4.355

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 043e8c011043e023aa8ad6a1872bc00623a53eeee786cf48c6575189abc7ca29
4
- data.tar.gz: b8600c6606c3ed04683662fa62b09ad3b3c31eb190d533f618039aa97d1a3e84
3
+ metadata.gz: cfc14525d0ed51f4efeb686065270efc0435343b29184939bc4241c681c876b5
4
+ data.tar.gz: e4574074449615da18172321e2d842c2907c3245a3f3e20268f90c43744c172f
5
5
  SHA512:
6
- metadata.gz: 2721de918c87de7ac242e83e40a74a2240d32ca29d6c2e61efdf0d376f60be002897a20caabd8edb75557a1d549cad93ffad5f13f7e3a154c7c541376034145e
7
- data.tar.gz: 69563944077693dcb209f9b4be96f7ea35cc1748672d191d5ff00d9441163da056735d71dd6213153bc5df0580c228ffddde541004efd4da15b026d6c1692df5
6
+ metadata.gz: '087ec41e46f5fc522204983e0c8a17954521e0fcdd69533c64fcd0bb815a24fed5daea9eb8d5f694de34f77f0a835b79b2778d07a70a45df0007d1df32313704'
7
+ data.tar.gz: bfde959f5022e08be9214ff019c2a466067ff96cfeafdddfba36ec21e96e0b53a1afc794552b658677b7415e7193f540a8cc0c2544fc987101ea3d22d0865db5
data/.rubocop.yml CHANGED
@@ -6,6 +6,8 @@ Layout:
6
6
  Max: 3000
7
7
  Style/HashEachMethods:
8
8
  Enabled: true
9
+ Style/HashSyntax:
10
+ EnforcedShorthandSyntax: never
9
11
  Style/HashTransformKeys:
10
12
  Enabled: true
11
13
  Style/HashTransformValues:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.3
1
+ 3.1.1
data/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  ### **Intro** ###
17
17
  #### **What is PWN** ####
18
- PWN (Pronounced /pōn/ or pone), [formerly known as [CSI](https://github.com/0dayinc/csi)] is an open security automation framework that aims to stand on the shoulders of security giants, promoting trust and innovation. Build your own custom automation drivers freely and easily using pre-built modules. If a picture is worth a thousand words, imagine how many come to mind by watching this demo:
18
+ PWN (Pronounced /pōn/ or pone), [formerly known as [CSI](https://github.com/0dayinc/csi)] is an open security automation framework that aims to stand on the shoulders of security giants, promoting trust and innovation. Build your own custom automation drivers freely and easily using pre-built modules. If a picture is worth a thousand words, imagine how many come to mind watching the demo below:
19
19
 
20
20
  #### **Creating an OWASP ZAP Scanning Driver Leveraging the pwn Prototyper** ####
21
21
  [![Continuous Security Integration: Basics of Building Your Own Security Automation ](https://i.ytimg.com/vi/MLSqd5F-Bjw/0.jpg)](https://youtu.be/MLSqd5F-Bjw)
@@ -26,7 +26,7 @@ It's easy to agree that while corporate automation is a collection of proprietar
26
26
 
27
27
 
28
28
  #### **How PWN Works** ####
29
- Leveraging various pre-built modules and the pwn prototyper, you can mix-and-match modules to test, record, replay, and rollout your own custom security automation packages known as, "drivers."
29
+ Leveraging various pre-built modules and the pwn prototyper, you can mix-and-match modules to test, record, replay, and rollout your own custom security automation packages known as, "drivers." Here are some [example drivers](https://github.com/0dayInc/pwn/tree/master/bin) distributed with PWN.
30
30
 
31
31
 
32
32
 
@@ -36,7 +36,7 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
36
36
  ```
37
37
  $ gem install pwn
38
38
  $ pwn
39
- pwn[v0.4.351]:001 >>> PWN.help
39
+ pwn[v0.4.355]:001 >>> PWN.help
40
40
  ```
41
41
 
42
42
 
@@ -47,7 +47,7 @@ It's wise to update pwn often as numerous versions are released/week:
47
47
  ```
48
48
  $ gem update pwn
49
49
  $ pwn
50
- pwn[v0.4.351]:001 >>> PWN.help
50
+ pwn[v0.4.355]:001 >>> PWN.help
51
51
  ```
52
52
 
53
53
 
data/lib/pwn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PWN
4
- VERSION = '0.4.351'
4
+ VERSION = '0.4.355'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.351
4
+ version: 0.4.355
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -1853,7 +1853,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1853
1853
  requirements:
1854
1854
  - - ">="
1855
1855
  - !ruby/object:Gem::Version
1856
- version: 3.0.3
1856
+ version: 3.1.1
1857
1857
  required_rubygems_version: !ruby/object:Gem::Requirement
1858
1858
  requirements:
1859
1859
  - - ">="