pwn 0.4.765 → 0.4.766

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: d5a665966bbf0f64f8260459cbf77654bdcaac4fcd88c707fefba6f9e435173a
4
- data.tar.gz: 39a078b690e06dccd04a749ef52f4f8dc55746cae716f4b189229671da1b907a
3
+ metadata.gz: 1f0467e386cfdd45682aa2c8612f79432748e6f68c5d31768107ad91ec71a4d2
4
+ data.tar.gz: a25f2f3c2d1cbbfa6d617dc3035e4a6ce52483ccfe32f8c753543aeff8a8ff3a
5
5
  SHA512:
6
- metadata.gz: 5681526ae59ba21c9526ecbc378f576740d8fa9c2a1bf3d1a696d40a5c8cba4eed7a27116865402787ebca3a438ba66aa0092923dcd087fca95ed3ba6073b103
7
- data.tar.gz: 9c15233536f8b2334743e2db49d5b488a513b8f3eda85f96040bee4665319c8855d3f14a3c36b3214eac854cbd40d23426872c7b2dd8137404e7d4cf1c7bb2fd
6
+ metadata.gz: ff521a124e9817efd8c152b05b179f40156be457c143f9a63c3b9c7eb51c7f4b59f757612808a5c5366171a3a198a5db392b4f772473289963e9118b7a4fa39b
7
+ data.tar.gz: c43e3ea722a5e5b727aeb130f6e5a5862cc9979ededb8d0ae4d5a239fe9826b65fb5c243cf75579a75e03056e53ca789705f52b311a31d24fc6a7bfa708fb473
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.765]:001 >>> PWN.help
40
+ pwn[v0.4.766]: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.765]:001 >>> PWN.help
55
+ pwn[v0.4.766]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
data/bin/pwn_bdba_groups CHANGED
@@ -53,7 +53,7 @@ begin
53
53
  token: token
54
54
  )
55
55
 
56
- raise 'No groups found in BDBA. Use the --create flag to create one.' if group_resp.nil?
56
+ raise 'No groups found in BDBA. Use the --create flag to create one.' if groups_resp.nil?
57
57
 
58
58
  group_arr = groups_resp[:groups].select { |g| g[:name] == list_group_name }
59
59
  group_arr_sorted = group_arr.sort_by { |g| g[:id] }
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.765'
4
+ VERSION = '0.4.766'
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.765
4
+ version: 0.4.766
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.