pwn 0.4.444 → 0.4.445

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: 932d4e3424c3989be6db1913b6046faef7b2f110633128b9348ea46679d1a574
4
- data.tar.gz: 5ef3eb4ee32569c9b32ebc21bf6ba0eedfa6aad7760da51a348488f36292d7a4
3
+ metadata.gz: 0e4b23b34aea0864060430b70a8c4a331ca3cbcfebf47f3003d5d6af6c8b20a6
4
+ data.tar.gz: ea54cfd796615f667e999284274dd4ddc361c76966d696c2ad365130b6a6b247
5
5
  SHA512:
6
- metadata.gz: 28026ca3de629290203a6f10920bc6241c26a57e066ccb640ecea4989bdaaa64b884cf12e5dbfcf38c66ddff4291a9b34671605e3381ebab988ff602322990bf
7
- data.tar.gz: 80528e7a31d6ffacaedb832eb25cd10b9c6b76765b1d9665ce74c46500fe318dd8b613e257e58ad194d38df4de297acd705868c5fa19d9e5c3f2006d21491ed2
6
+ metadata.gz: 29dd2056fc5febf933d804c831776b3c0f0d247d1db2e07f6aa8287f7232db3b13a8e6a76f307754299c5da687186402f8e6bf08c4d616638c7157f38a6a6256
7
+ data.tar.gz: a81deba99ad8ffab72c4751a960671b57627f0ebac632fbefa3a52b9dd782495b5d8aafcee94c998f5d0f185cf8300f23f2adc0206048f50ea603776e1746dce
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ rvm use ruby-3.1.2@pwn
37
37
  $ rvm list gemsets
38
38
  $ gem install --verbose pwn
39
39
  $ pwn
40
- pwn[v0.4.444]:001 >>> PWN.help
40
+ pwn[v0.4.445]: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.1.2@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.444]:001 >>> PWN.help
55
+ pwn[v0.4.445]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -271,7 +271,7 @@ begin
271
271
  name: tag_name
272
272
  )
273
273
 
274
- next if tag.any?
274
+ next if tag[:values].any?
275
275
 
276
276
  PWN::Plugins::NessusCloud.create_tag(
277
277
  nessus_obj: nessus_obj,
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.444'
4
+ VERSION = '0.4.445'
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.444
4
+ version: 0.4.445
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.