pwn 0.4.962 → 0.4.963

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: 7162b8677b695eab1be4de1fb1f89116ba5022b4d52e7fd0973b0ced14c35a78
4
- data.tar.gz: 7a6ee9db1d2d067b6b6a2bf34a12652b28312cb74ee0151390422b7f2bcc1509
3
+ metadata.gz: 7af047b57225c39708c482e365e975ab21c17cb46b45865afe12f1d361692faf
4
+ data.tar.gz: 138c3b3ec15f6c3c5a30e1e051a81c4b94f3a4c20b6a630acbf60d5e6162c6d1
5
5
  SHA512:
6
- metadata.gz: 1d7c3200f4918d49a8f848783b39b1d277afea660271a552d09be8626e2b152b6a3a2d7cddf262db62ebfb6fa677673c1c05f557e20cc4ae7980c9bd5778cfaf
7
- data.tar.gz: 61bd3b07945f0bd2d1408364367f9cd66c5bf924af9b84af9623a3707954f2c8f857c7ea5f79bf238922a55b17f5cf3bb6e94e66f1cb541b822b85c85de579fe
6
+ metadata.gz: 317434aeb96cd682b4887ec232b757ea61be646780ddfac91ea28bb4384cd713b17c406d2df4d56a95399b8ee31c8c822878b8b41fd818f518ba7f362eff1c21
7
+ data.tar.gz: d1c6b16907745ff6a90e1aa599534efa454b16fe1fb8dd234472db8d7d4cdb0ef73b6d0a9fc25bd3c5e6ad1a4887444db9cf13ddac4355f8d600203f65ca3779
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.4.962]:001 >>> PWN.help
40
+ pwn[v0.4.963]: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.3.0@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.962]:001 >>> PWN.help
55
+ pwn[v0.4.963]: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.3.0@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.4.962]:001 >>> PWN.help
65
+ pwn[v0.4.963]: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:
@@ -350,7 +350,7 @@ module PWN
350
350
  role: 'user',
351
351
  content: [
352
352
  { type: 'text', text: request },
353
- { type: 'image_url', url: "data:image/jpeg;base64,#{base64_encoded_img}" }
353
+ { type: 'image_url', img_url: { url: "data:image/jpeg;base64,#{base64_encoded_img}" } }
354
354
  ]
355
355
  }
356
356
 
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.962'
4
+ VERSION = '0.4.963'
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.962
4
+ version: 0.4.963
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.