pwn 0.4.738 → 0.4.739

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: e59d69a65aa936680ee95064a2157b021e85041da83d76ad2a221b2c76101b3c
4
- data.tar.gz: 566196cc27083f6e1817172831cbd3cd6d7910f3909dc8e909e7f7895544d7f4
3
+ metadata.gz: 2b3a46e4ee96746221feb823a894354b14b8d6f118ab818e7fdfd619726ccd37
4
+ data.tar.gz: 82aa376d8fa6b29dac632c7a27444714dff78c973c217e8b7bc319c8e21f234a
5
5
  SHA512:
6
- metadata.gz: d53cb8ed854493a49374922aab075e631a032cc3e411f64b800bc492fc8b7574c4665a5b2f1a7f8859181621b48dc2ac17f6deaac500a9d1dec413212774e733
7
- data.tar.gz: 9052c161432f08efd9c9cb5d034dbd10e000fd586f347dc69c8da91aca10839fcb1c8c4b1b8dd6a7aff7110efda392284a9de9c73540d29683bd1273577bd1a7
6
+ metadata.gz: 48c8f7f918846ec1ca54b3dd4c3b2a19588a2ce37119cf3b7c67514475b97904de88e4d7a0e6838868e1f6ba69a73c244762cae5ecb8ee507f8b70a5f32e98ff
7
+ data.tar.gz: 6d7dca2c7944b646c3d2958f68fea7ccba6c69b07e85c8d325e85d38e4848e56db2aefb0c3ffc8f0bf48c5f92c54558c72a94b9facca5173d08cda8ce061b0e0
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.738]:001 >>> PWN.help
40
+ pwn[v0.4.739]: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.738]:001 >>> PWN.help
55
+ pwn[v0.4.739]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -61,7 +61,7 @@ module PWN
61
61
  headers[:content_type] = 'multipart/form-data'
62
62
 
63
63
  response = rest_client.execute(
64
- method: :post,
64
+ method: http_method,
65
65
  url: "#{base_bd_bin_analysis_api_uri}/#{rest_call}",
66
66
  headers: headers,
67
67
  payload: http_body,
@@ -69,7 +69,7 @@ module PWN
69
69
  )
70
70
  else
71
71
  response = rest_client.execute(
72
- method: :post,
72
+ method: http_method,
73
73
  url: "#{base_bd_bin_analysis_api_uri}/#{rest_call}",
74
74
  headers: headers,
75
75
  payload: http_body.to_json,
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.738'
4
+ VERSION = '0.4.739'
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.738
4
+ version: 0.4.739
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.