pwn 0.5.291 → 0.5.292

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: 3bca65e9bcb1f2d7e50b73b1753ff6b27d9fcb810a312733a6094e723efdb5d4
4
- data.tar.gz: 26aec08f4cd6a7779efb9d171710cb0949c21d0c8f7799b1b0709ad6af94aa53
3
+ metadata.gz: 48e626fc0db53190306bfb3c90358922e072b7da8f7128b8ef4968a0ba0ab3ff
4
+ data.tar.gz: 1d5e78dbe233459e46e215ef257e9568501bc4523b7641f662688060eb1246e7
5
5
  SHA512:
6
- metadata.gz: a861e5b5bbf21c4402c49c93c1758ceac0caeb80452749b5be574e4903aa0534d415d4ef4343f18b5eb12a26c2f12f795e732a2825ee975db654157da37a582f
7
- data.tar.gz: 386a92f5484039407114dd7fac87836ce8130e5f333ec09ccaa38cab85d6742c26d697c991cbf121a6547e65272220c4a37b13058b4de2177c6186eaf1e3becd
6
+ metadata.gz: b6a89a18eb9253be6ee68d5076a20d199a7c18ae436e5b8d6c61f72175ed4630e57b59fa01038f71c831dffab0991d4ca9c4f6ada1f350f02b11da521ceac3c2
7
+ data.tar.gz: 55150c8c203d5063ad407873e88342e4352de0816c6c868c1ff568550af40e1614a0563bfbf9789b36daea02bc02d0f849b0d58985c3307503a5b5a7e5b39f5d
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.291]:001 >>> PWN.help
40
+ pwn[v0.5.292]: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.291]:001 >>> PWN.help
55
+ pwn[v0.5.292]: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.291]:001 >>> PWN.help
65
+ pwn[v0.5.292]: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:
@@ -198,7 +198,7 @@ module PWN
198
198
  http_method: :post,
199
199
  base_api_uri: base_api_uri,
200
200
  token: token,
201
- rest_call: "issue/#{issue}",
201
+ rest_call: 'issue',
202
202
  http_body: http_body
203
203
  )
204
204
  rescue StandardError => e
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.291'
4
+ VERSION = '0.5.292'
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.291
4
+ version: 0.5.292
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.