pwn 0.5.457 → 0.5.458

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: d18d46d4d3513f94b7970b19fc9ba46648bb8f2aef25c7836645e451d9f688b4
4
- data.tar.gz: 808e8f707c74cb9b08ac1adc8b806be3e838475a39dada1a283887fb1a1f0a63
3
+ metadata.gz: 1c2d13b12e7ec4d460f7a76626be80ad82c30c448de61f4e1feea0049ddf7e50
4
+ data.tar.gz: b8b29dfcc330ece669b3e1a287f3631d685f0fdc80b971315a9032e4db01eee5
5
5
  SHA512:
6
- metadata.gz: ed9838ac68373814f5f00fa5818eff1c26c3e65ea8366c6fe3e78b0cb68fd7e434a274b344e086d99904186744ec81c5c2de6d50c86dd1ea24b4f65d8044cd1f
7
- data.tar.gz: 7f5bb258530d291e3adba3e1589d4ce1641db7c2c4ecaee8dc43acdf83d80f56528c17da630488953867b9c5468b5bc337aa0bcdbe82184df969a2d93d2f136e
6
+ metadata.gz: c3787c3d3b0c7de09178f8ce337f7b8023cdabf995443fc5a614ff6c031089eb05eea2b6b568a0a2a6a9e4af59112cdc49fdc05c8955d221093c336e45275ea6
7
+ data.tar.gz: fab64b6da86b11a27b1bf05c088763e56408459156b03b24018566cb95f68de710d7917fdf631b2861b10dc0433c75ba3841c17983ea0a7b759026df11e72741
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.457]:001 >>> PWN.help
40
+ pwn[v0.5.458]: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.457]:001 >>> PWN.help
55
+ pwn[v0.5.458]: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.457]:001 >>> PWN.help
65
+ pwn[v0.5.458]: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:
@@ -214,7 +214,7 @@ module PWN
214
214
 
215
215
  comment = opts[:comment]
216
216
 
217
- all_fields = get_all_fields(base_uri: base_uri, token: token)
217
+ all_fields = get_all_fields
218
218
  epic_name_field_key = all_fields.find { |field| field[:name] == 'Epic Name' }[:id]
219
219
 
220
220
  epic_name = opts[:epic_name]
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.457'
4
+ VERSION = '0.5.458'
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.457
4
+ version: 0.5.458
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.