pwn 0.5.358 → 0.5.359

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: f26123521cd68ad1a14e86cd26281896356306def2f4fb16403fe31e51439d81
4
- data.tar.gz: 4d8f0143d8475f479017eacfcf54c38e8df43665e1d55db4582cf47cab02bf82
3
+ metadata.gz: 272efcde05f9647e0381816e4e0e93dc437e9f06741b7d2c1a49135c1b10a105
4
+ data.tar.gz: e8b8d514aeb2c1f06d5eb7d679977eba26c42fae836212b2f69f97601a8e6c17
5
5
  SHA512:
6
- metadata.gz: 8e9d7ddf2e8caf4c2db908d831d4a5ee9e4704ae91c07017b473ed1fe619db82c1b14899f314bd3b2ec3c6d2e63139d7eef23274890058953687583ccab6b575
7
- data.tar.gz: 4f026b2bfbaaea13f2853ddf2f37690e1a13bc12bb52002d5dcb864cc7aa5315bde1778840f138b0b4467b4512483015f0c0acb7ceae7a2f0b068669dc6bff87
6
+ metadata.gz: feebd177386f87be762943b99b4eecdd71dc5a9f15251d92ae13caf91addce8170f25f6e4fe29c38434cd28ba42182943ff5bcb73ba8f852fa6585176268decf
7
+ data.tar.gz: 411e7a14e69cb8440c624702c0f0aa3e0e594f46faa3e78af08b857340b064d6845fac7a98d07eef04a22f4f33ae0e8e5fddf25d462d20f54800daf7d1981748
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ cd /opt/pwn
37
37
  $ ./install.sh
38
38
  $ ./install.sh ruby-gem
39
39
  $ pwn
40
- pwn[v0.5.358]:001 >>> PWN.help
40
+ pwn[v0.5.359]:001 >>> PWN.help
41
41
  ```
42
42
 
43
43
  [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -52,7 +52,7 @@ $ rvm use ruby-3.4.4@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.358]:001 >>> PWN.help
55
+ pwn[v0.5.359]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
  If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.4.4@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.358]:001 >>> PWN.help
65
+ pwn[v0.5.359]:001 >>> PWN.help
66
66
  ```
67
67
 
68
68
  PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:
@@ -605,7 +605,7 @@ module PWN
605
605
  request_path = full_path.dup
606
606
  query_params = []
607
607
 
608
- operation.each do |param|
608
+ all_parameters.each do |param|
609
609
  next unless param.is_a?(Hash) && param[:name] && param[:in]
610
610
 
611
611
  param_name = param[:name].to_s
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.5.358'
4
+ VERSION = '0.5.359'
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.5.358
4
+ version: 0.5.359
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.