pwn 0.4.783 → 0.4.784

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: a0d1bb24dba9a8d5d163801e5797c02ea474d9be13dff0bbce7cf1eabfed62e0
4
- data.tar.gz: d390d9ae67b2c5c6c3244896bc1725e6ea81c5468f388acd41b48592d07c529b
3
+ metadata.gz: f1b34c78f8021d3ad4f41806c24d1a463af9831ed7a0e5556e9ecbf11f2b20bd
4
+ data.tar.gz: 5515c567e7adc62b59aa0eb83acca683f983aca42829cbf3c4fd7190a6978cc0
5
5
  SHA512:
6
- metadata.gz: 47f60ff5a5635bea99bf3409c221d4e52b26f17f13d792da36a9bd87cbf3fb8fad3ec181aa48da9f5ddb4d1f952ffcd67d6241432cec86b51795dc7f399ed78c
7
- data.tar.gz: 3d9d8355bd6511753ded5e39cce81e467514a4cfc5e64d436bdddee2e334ca7c024812fd492f93622a2c0ed529c9b34ccece0a58795a77466e0701cf9abd211b
6
+ metadata.gz: 1704102df8293410d5bfe4841b1024725805ce11cf25d21cb3dd049422d8274cdb0ac1334b493defa579941af84b159290a6f6f9d14e72095ca530a248cb3b8b
7
+ data.tar.gz: 04ea675d998633cdff80a9ee37b9baaa8b48baaa9902758a4ce7e173d5eaaf52b75902c0431a65e54dfc229de8eefcaea1c1740743c415b9d29cc492b33c1902
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.783]:001 >>> PWN.help
40
+ pwn[v0.4.784]: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.783]:001 >>> PWN.help
55
+ pwn[v0.4.784]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -48,7 +48,7 @@ module PWN
48
48
  when :delete, :get
49
49
  headers[:params] = params
50
50
  response = rest_client.execute(
51
- method: http2_method,
51
+ method: http_method,
52
52
  url: "#{base_open_ai_api_uri}/#{rest_call}",
53
53
  headers: headers,
54
54
  verify_ssl: false
@@ -124,7 +124,7 @@ module PWN
124
124
  request = opts[:request]
125
125
 
126
126
  model = opts[:model]
127
- model ||= 'gpt-3.5-turbo-0613'
127
+ model ||= 'gpt-4'
128
128
 
129
129
  temp = opts[:temp].to_f
130
130
  temp = 0 unless temp.positive?
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.783'
4
+ VERSION = '0.4.784'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.783
4
+ version: 0.4.784
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport