pwn 0.4.819 → 0.4.820

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: bae9c7d488970b8e1749753cf6b858c937a1437ae2adf82b9e2d83746f609b6e
4
- data.tar.gz: 0c54b6ec6b64769392c5e0e6409aebb1218ce01c9ea0f5b5258961bbd7e513c3
3
+ metadata.gz: d8df5d7c582978e8fa4ecfc81eec8c26a92c1f2e0cd928c9ed70a84b7acb7898
4
+ data.tar.gz: 56ea7c8f855ffd418e2270444e00d9e061bc3c4ded6d2b4551b935f92a174f0b
5
5
  SHA512:
6
- metadata.gz: 01a111a7266278d0f3ea8cda414c693077fd1d051771e18c9fab963975f341218561607824e04a7c8c384c44898a8dbe122e5f9c96e1a29dfa001ba51487ba15
7
- data.tar.gz: 6aad9efc09b8f0184b0265024656fdf377c5664a33f792f97b3929206107cc1f2c0d697dfd50c1e37ede8718841d3bc032fb07f935b763faa09628ef40883dda
6
+ metadata.gz: 2d43f7e04a180f628addbdb453efd553e4700c582d2392c79e1f48d576fffeccf18a590ceb2000a357c32e4165d533da35318f55c75f7debcf774933006696a6
7
+ data.tar.gz: 00d38ba7c69d76481491df2f86530513a8f8553bd8b7ad83562eb832df80b321df4f43e38bd3bb7eee064fa521618154e1d7d0103aaaaa3d0d56f840528aeca8
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.819]:001 >>> PWN.help
40
+ pwn[v0.4.820]: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.2.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.819]:001 >>> PWN.help
55
+ pwn[v0.4.820]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -129,7 +129,7 @@ def request_path(opts = {})
129
129
  http_method: http_method,
130
130
  http_resp_code: e.response.code,
131
131
  http_resp_length: e.response.body.length,
132
- http_resp_headers: response.headers,
132
+ http_resp_headers: e.response.headers,
133
133
  http_resp: "#{e.response.body[0..300]}..."
134
134
  }
135
135
  else
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.819'
4
+ VERSION = '0.4.820'
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.819
4
+ version: 0.4.820
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.