pwn 0.4.355 → 0.4.356

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: cfc14525d0ed51f4efeb686065270efc0435343b29184939bc4241c681c876b5
4
- data.tar.gz: e4574074449615da18172321e2d842c2907c3245a3f3e20268f90c43744c172f
3
+ metadata.gz: 325e610aa6b7ef5f3333b7063e718b88540dcb5c67317c5fabfebb3155e735b6
4
+ data.tar.gz: af304b294c64f35ae5f7f08ebcd3b3e35a83cf3ecb9abc9936dad9c8e7f81a01
5
5
  SHA512:
6
- metadata.gz: '087ec41e46f5fc522204983e0c8a17954521e0fcdd69533c64fcd0bb815a24fed5daea9eb8d5f694de34f77f0a835b79b2778d07a70a45df0007d1df32313704'
7
- data.tar.gz: bfde959f5022e08be9214ff019c2a466067ff96cfeafdddfba36ec21e96e0b53a1afc794552b658677b7415e7193f540a8cc0c2544fc987101ea3d22d0865db5
6
+ metadata.gz: bfd5f3d5c95cb8ef07876370b17577499344f7d1db38c153a8edf261216d5610df55a26787365adc2eda833b6ccc2f562875ef19087b01542778a211f3ce50d3
7
+ data.tar.gz: 7879cff787c1d1759e3b2fb8845eaa82b5f65d7bb90beb36b0282b5b7b702bdf529e61b4340130fa860b34cab2e6be2d22935dbc39b1ec8eecc3b8d02029de6b
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)
@@ -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.355]: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.355]: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.355'
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.355
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