pwn 0.4.565 → 0.4.567

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: 7628c99b9233f9d0432a2aecb486056b9f54bbd47d418a56dd28673a76b7e5cb
4
- data.tar.gz: d7317d4f68e4a2c954b663ea4e953866237a0a7c2a1a4ed1f449f553ef9d64c2
3
+ metadata.gz: 998e92bf9d42457477982895bd8cc20142b364027f0f44c6ab64721598ea299c
4
+ data.tar.gz: a072b289e4e2c997dea3353b5d283d622fbc06a1ee8bbbb841a2c90305f30131
5
5
  SHA512:
6
- metadata.gz: ef9ec95c5312a57a08d85f84d726a0a4eaf6cb1a163fa7eb3d9b963ad4f4f7a677c39b302de4133fc344779ebcbdbdf5fd3847635a96581585feaf8e7664fb0b
7
- data.tar.gz: 932abad9c6e2610b2fe2a990dfba0122316a5ff1b3c07ae137408fe4a47911cea81a19a97a9d1e9c71097ea936110789029043bed6abf8fd5b11cf50110b74b0
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.565]: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.565]:001 >>> PWN.help
55
+ pwn[v0.4.567]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -182,8 +182,8 @@ begin
182
182
  )
183
183
 
184
184
  mutex.synchronize do
185
- if http_response_codes.any?
186
- ret_http_resp_code = rest_client_resp_hash[:http_resp_code]
185
+ if http_response_codes
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.565'
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.565
4
+ version: 0.4.567
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.