pwn 0.4.748 → 0.4.749

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: 2bd2b60b6b66a5978a3ee549984cd13dafbbb0a9ae5b0c79a08a5cf72aa01d5c
4
- data.tar.gz: a1a7f8cd6465edd7c31c784c92926f16a64841df52728347ae484e9d7e392da1
3
+ metadata.gz: 12f4e88f368ebbce7904c57fb6e3b9861c570581f54c7d330a58f0a94a35f1ad
4
+ data.tar.gz: 71b46b51eb4b4013f529d244588cc0deac2e098ea35df448a4949338ec8cc18b
5
5
  SHA512:
6
- metadata.gz: 4c6983b8ecc76a8d5cf7c50dc8ba8bf0ba33f741412885b2fba5d89c9888f05ca7c9c0e5f7a3005536ab71dd25ad498fddb65bcb128b6478e304215bdde1b741
7
- data.tar.gz: 0e2fd5d561c3f221917971536c2fc707a2b3cb2a77df4ac6b37dd6e538d429fd26aabf50e79a39ee1b911127a76af6bafdb2ae6c97b2631a70b546114a31b69b
6
+ metadata.gz: 90f2c0ec6328a50b642a08cb6c92a30944f6b5d4396a6a4e68af501ded1816b6b0dc384e98d55a0b4c2fba00ffdf147f4e9dc99f342a95d18481a81e9722ab09
7
+ data.tar.gz: 46b72e0100b0b016fdbf47f4391326ef5850b36725dd283075319868977e803a8ce38390f4e7f86d0d0964f5aa38193e245fd76b38bdd17c77580b1ac074ed9d
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.748]:001 >>> PWN.help
40
+ pwn[v0.4.749]: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.748]:001 >>> PWN.help
55
+ pwn[v0.4.749]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
data/bin/pwn_bdba_groups CHANGED
@@ -51,7 +51,7 @@ begin
51
51
  token: token
52
52
  )
53
53
 
54
- group_id = groups_resp[:groups].find { |g| g[:name] == parent_group_name }[:id]
54
+ parent_id = groups_resp[:groups].find { |g| g[:name] == parent_group_name }[:id]
55
55
  end
56
56
 
57
57
  PWN::Plugins::BlackDuckBinaryAnalysis.create_group(
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.748'
4
+ VERSION = '0.4.749'
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.748
4
+ version: 0.4.749
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.