pwn 0.4.566 → 0.4.567

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: 2553ead82298e5bf1777d773ba30179c73ef99a9eb1f6037783815a043827b9f
4
- data.tar.gz: dd81551bda7c176989dfaa14ecbc8127e7699fa6c1852da79c7afea1fe6da1c4
3
+ metadata.gz: 998e92bf9d42457477982895bd8cc20142b364027f0f44c6ab64721598ea299c
4
+ data.tar.gz: a072b289e4e2c997dea3353b5d283d622fbc06a1ee8bbbb841a2c90305f30131
5
5
  SHA512:
6
- metadata.gz: 9e6838110cd929b66850fb0e1c56358fe8614ab8adec019d41d7da9003943642074072951446467b405e1867823ad592c0173947442c0f8061cf3b1c0f546402
7
- data.tar.gz: 30e278bd7bd3d8fbd6ef6fec48e45df77c7d160037c095d52b91f2df8b7b9bab6a507d0832ac282c80345d326abbda963e9a3aa5ad64fd02de4dcbdef101265f
6
+ metadata.gz: bcde502575eacf9f823c33fb4966cbc856e52ff2f3eef60bdd2082814306f6b9853eba0d90b15ca9fb8bd889499b7ac91f5afb2e137ecadfacc832394ce70fb7
7
+ data.tar.gz: 810ecf6ecd0b94880f19044e818840f935e91fa00a41f11cc8e7ad18ab2b59fd4b6fe4dfbd2ff05dfd8f38638cbbc29dfb583acf324204b0029b009c74edd4d5
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.1.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.566]:001 >>> PWN.help
40
+ pwn[v0.4.567]: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.1.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.566]:001 >>> PWN.help
55
+ pwn[v0.4.567]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -183,7 +183,7 @@ begin
183
183
 
184
184
  mutex.synchronize do
185
185
  if http_response_codes
186
- ret_http_resp_code = rest_client_resp_hash[:http_resp_code]
186
+ ret_http_resp_code = rest_client_resp_hash[:http_resp_code].to_s
187
187
  results_hash[:data].push(rest_client_resp_hash) if http_response_codes.include?(ret_http_resp_code)
188
188
  else
189
189
  results_hash[:data].push(rest_client_resp_hash)
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.566'
4
+ VERSION = '0.4.567'
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.566
4
+ version: 0.4.567
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.