pwn 0.4.353 → 0.4.357

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: 1f8e04965ec12159f6290f11c5364e501203d7e073b4ca12783ec59ae989cd6a
4
- data.tar.gz: bacb497458b4e7ff88401bb9375e4a1d4182ed227086194db9829c258b9b9886
3
+ metadata.gz: 1566e10d9d57493772cafbaa70f2e17b751ef90094a3af530e7b50e10ba0ab95
4
+ data.tar.gz: '0722387f670ebe19c83e25f5693c8c7ac88862eb4d29d8a5484e26d4258a3a78'
5
5
  SHA512:
6
- metadata.gz: b7883f31a913d22a18e672e4c8d3c4fb683e7d241d00dfd6b82ae2cb371e4ec233794342cef0792a689a1c5f265abb1cd616ff2ae1634062490eacdcbe7451da
7
- data.tar.gz: 89237546f2ea12de13dd26fe993ccc1b6b2f0216e5f0853b9f1225e351f4320bb90521063f81b94b7a0eaf47fc297a0d32896fe6370e8cc37177b8eb42a0d3d0
6
+ metadata.gz: 72ea603a84ec400e2a1a13098101b747543706ff4beb8490f99bfcb5e5b25af949c46fda3fc3827db50720fdc2d649dce53c4762a6a7fe35b31bc5abf8fc5f8b
7
+ data.tar.gz: a2d8b5b052d000938e6d8a9df34fc99b63fcc92b0940755374a319d6798b241442025f07d647f2a6c3f58d50f1ca7b6d1c3810d3da20d574c22220069b0b1c41
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.png)
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.353]:001 >>> PWN.help
39
+ pwn[v0.4.357]: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.353]:001 >>> PWN.help
50
+ pwn[v0.4.357]: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.353'
4
+ VERSION = '0.4.357'
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.353
4
+ version: 0.4.357
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
  - - ">="