pwn 0.4.759 → 0.4.760

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: e6f334f0595abd8d31995a49ef2c90809f0a48d903b3d6fb85cfcede8229abdb
4
- data.tar.gz: 1790b4d48b81e611ab93d9e5e46cf377adde1fba112119af987576fbfd01c7c9
3
+ metadata.gz: 5d235b925fbfac35058b462a13a0b294a39280bb6f2c199f7731d88a6ff9f152
4
+ data.tar.gz: 6eb31b07c421d159e6637558f4ab0b42c17a0afb048ebb78133b77ff9a010ad2
5
5
  SHA512:
6
- metadata.gz: 35cd1d8cb7dc39e93d3e937a50ff4c764884e2f161288df050f3d4e478cd7b8ad0f471bae5d5c9c9740286a7f09a8405aeae6fc4152cab394a6a5b6eaaca9e16
7
- data.tar.gz: ab6e421632502042dde1072deca821c7021c571ff220fd757596dd6af1a993e7a5c84d194237c7672df923c3c0c2a24e7539d9d2375c90f367fe78bb1b2c7cff
6
+ metadata.gz: bd6ec9b2711a4a7f7148ad5672b6ebb0d1485fcd8882952cf3d0f20177f8cb9319b204d51ecf8793b3df8e22fbc00b708246c87a5735ea0532613b5514a8eee7
7
+ data.tar.gz: 53805e97e9a9f6fce8b6a5c47bb68bf3ef57c8fca3c19c7e357c987ac0198a8a01b53ace9527d39b7e22756564df4cc78848e711dc50830358910ddd949d8b5f
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.759]:001 >>> PWN.help
40
+ pwn[v0.4.760]: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.759]:001 >>> PWN.help
55
+ pwn[v0.4.760]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
data/bin/pwn_bdba_scan CHANGED
@@ -69,7 +69,7 @@ begin
69
69
  raise "ERROR: BDBA Parent Group Not Found: #{parent_group_name}" if parent_arr.nil?
70
70
 
71
71
  sorted_parent_arr = parent_arr.sort_by { |g| g[:id] }
72
- parent_id = parent.last[:id]
72
+ parent_id = sorted_parent_arr.last[:id]
73
73
 
74
74
  PWN::Plugins::BlackDuckBinaryAnalysis.upload_file(
75
75
  token: token,
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.759'
4
+ VERSION = '0.4.760'
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.759
4
+ version: 0.4.760
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-06-26 00:00:00.000000000 Z
11
+ date: 2023-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport