pwn 0.4.537 → 0.4.538

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: fb2926e4613475c1d847552947c71b745110f1fce8a23f84574abfc8806c19c6
4
- data.tar.gz: 3a70c904b8d34243d62df234400861146b45d5e85f7582aff78a3950283eadbe
3
+ metadata.gz: f19932a385e3f76a15e51ace346557907f3750d80782b8690e66ba97ecd7ed74
4
+ data.tar.gz: 61288e738999facb9dfc4cafbbffba7170b5ed568070c2935c172ad51cad5f43
5
5
  SHA512:
6
- metadata.gz: dc4400f19f91713fa283f46d701f03b290428915035bdd2860c3b8f795ac0c2b2d30cb4637628c86ec4c1899c5f742eccc08d76627377c4462bfac5c297d54da
7
- data.tar.gz: e721f3b395516a7c22859d4461986f9fce3f446f0201bc6604007aeb66197a0a82874c1d506a6710e195c798f46eea3ebf68ad6496f910a63eee710295f428e3
6
+ metadata.gz: 5c17d37e87d03e8120359853028b3c563db3cb313dff100a3ca2f32fd0364e74a51f7150ded5c338e46744b791a60f534ed69dafe46c0c6b0b29b5011899d8c0
7
+ data.tar.gz: 5f3b697397fcaa2217a758b56f8d13abf0c8b4f3f3a1491777b121dcd274db40cf701c02d9cab28e36e02d317706ccecbcc0ccb98dddcc755b4a6c2f48a4f9e5
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.537]:001 >>> PWN.help
40
+ pwn[v0.4.538]: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.537]:001 >>> PWN.help
55
+ pwn[v0.4.538]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -105,7 +105,7 @@ begin
105
105
  rest_client = PWN::Plugins::TransparentBrowser.open(
106
106
  browser_type: :rest,
107
107
  proxy: proxy
108
- )::Request
108
+ )::Request
109
109
  else
110
110
  rest_client = PWN::Plugins::TransparentBrowser.open(
111
111
  browser_type: :rest
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.537'
4
+ VERSION = '0.4.538'
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.537
4
+ version: 0.4.538
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.