pwn 0.4.726 → 0.4.727

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: cc4383903a4103b4802983aecfb742f7782f4dce4c753b1e5508153910c6fe50
4
- data.tar.gz: cb369d172afcd4248c432a1e00eca876a454466aa7ed035224ee30e04afdfeff
3
+ metadata.gz: 2d8d24ebe51a7b2237be92fac2038df06fecc682eeed79d0815b4c036c2de0e0
4
+ data.tar.gz: b4b8d231299408182962b80e7a053afc2bde51e53e64552a4df74618ddb7289c
5
5
  SHA512:
6
- metadata.gz: 46a0fe498e9c91b8d66f9e9576c4839437ae9e8d26f19963a2900005b538a9ebef5d256a20331691a18b332f2e45dee0ed1d80276c972256c0fd1010691ae745
7
- data.tar.gz: fe567d6804e55d11d95b4ce82dd1e3e086dacaf8fcd9b88cac9b445743fee632af6761948f082c6babc1d6121a86bdb467ee10f41c84a34f5540021ad6fd2e78
6
+ metadata.gz: df8115b8921b2989519317bc1070bbfd450e5597e2fe7f4bd42fea9d176719e4fa8f72bf4853930a991ea22df1265bcc54a083ffcd0a9aaa74893a02e47aefd7
7
+ data.tar.gz: e3c2bfa73fb85def6cac18c2bf7641e7af4e520a1f33eb4e476c460d02ba5c699055f5a7f833d86a4d641d7ff275ceb0ea6f7203060cd94b4265e86a3d617103
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.726]:001 >>> PWN.help
40
+ pwn[v0.4.727]: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.726]:001 >>> PWN.help
55
+ pwn[v0.4.727]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -30,7 +30,7 @@ module PWN
30
30
  params = opts[:params]
31
31
  http_body = opts[:http_body]
32
32
  http_body ||= {}
33
- base_bd_bin_analysis_api_uri = 'https://protocode-sc.com/api'
33
+ base_bd_bin_analysis_api_uri = 'https://protecode-sc.com/api'
34
34
  token = opts[:token]
35
35
 
36
36
  content_type = 'application/json; charset=UTF-8'
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.726'
4
+ VERSION = '0.4.727'
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.726
4
+ version: 0.4.727
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.