pwn 0.4.352 → 0.4.356

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a42869c92cefb483940e8812b6b81316d1f4c156e52941238a7308f3d3a9ebfd
4
- data.tar.gz: fe40302bc226e894d215198f74692b7abe1248b9731ee3e5883f6101e6cb6b61
3
+ metadata.gz: 325e610aa6b7ef5f3333b7063e718b88540dcb5c67317c5fabfebb3155e735b6
4
+ data.tar.gz: af304b294c64f35ae5f7f08ebcd3b3e35a83cf3ecb9abc9936dad9c8e7f81a01
5
5
  SHA512:
6
- metadata.gz: 7c477fb89a2731ba0879f1499fcd4b7573b8099f7833224aa61a77c097deab889f04266f5c5f4622aed0c35d4295ee22c0614d083b8e07d05b5e21451000265c
7
- data.tar.gz: 9e5de6f29c00c9ad25969e1b0b311b37a395439e732d86dd1f7c08ec19bfddda3aa2204026a1c3b3a275f936cece757da948d37769bf96ce8f1265153fc7e3fd
6
+ metadata.gz: bfd5f3d5c95cb8ef07876370b17577499344f7d1db38c153a8edf261216d5610df55a26787365adc2eda833b6ccc2f562875ef19087b01542778a211f3ce50d3
7
+ data.tar.gz: 7879cff787c1d1759e3b2fb8845eaa82b5f65d7bb90beb36b0282b5b7b702bdf529e61b4340130fa860b34cab2e6be2d22935dbc39b1ec8eecc3b8d02029de6b
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
@@ -1,4 +1,4 @@
1
- ![PWN](https://raw.githubusercontent.com/0dayinc/pwn/master/documentation/pwn_wallpaper.jpg)
1
+ ![PWN](https://raw.githubusercontent.com/0dayinc/pwn/master/documentation/PWN.jpg)
2
2
 
3
3
  ### **Table of Contents** ###
4
4
  - [Intro](#intro)
@@ -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." Here are some [examples of drivers](https://github.com/0dayInc/pwn/tree/master/bin) distributed with PWN.
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.352]:001 >>> PWN.help
39
+ pwn[v0.4.356]: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.352]:001 >>> PWN.help
50
+ pwn[v0.4.356]:001 >>> PWN.help
51
51
  ```
52
52
 
53
53
 
Binary file
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.352'
4
+ VERSION = '0.4.356'
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.352
4
+ version: 0.4.356
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -995,6 +995,7 @@ files:
995
995
  - bin/pwn_www_checkip
996
996
  - bin/pwn_xss_dom_vectors
997
997
  - build_pwn_gem.sh
998
+ - documentation/PWN.png
998
999
  - documentation/PWN_Contributors_and_Users.png
999
1000
  - documentation/fax-spectrogram.png
1000
1001
  - documentation/fax-waveform.png
@@ -1853,7 +1854,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
1853
1854
  requirements:
1854
1855
  - - ">="
1855
1856
  - !ruby/object:Gem::Version
1856
- version: 3.0.3
1857
+ version: 3.1.1
1857
1858
  required_rubygems_version: !ruby/object:Gem::Requirement
1858
1859
  requirements:
1859
1860
  - - ">="