pwn 0.4.496 → 0.4.497

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: 9a616acd502b984f546b0ab44705a102f9c6f54e4db9947e660351f47e310f77
4
- data.tar.gz: 66cfa98e19408bbd09c81c99042006ea9b4ee63bbb2027ea9cffdbf54094ebdf
3
+ metadata.gz: 80382483558c9e463a6a29a49d40276cf4f97d4a03923f2699aae40e6a88d3aa
4
+ data.tar.gz: a8701dc4cd968599973015e8688687d0aeee6c37590adb9cd13c0d589acaef4b
5
5
  SHA512:
6
- metadata.gz: a902740bc9f716635eb82eaa32fcddae58be0ad6478c72e7c60be8c9fffc85e2450b7e0987fe107ff24b17d65331632a545e75624ef98b3f0aa62f30e729b863
7
- data.tar.gz: 12abb33a42e8681e6e45b279633e490302391e5a32c6a53eff27a8901786beab5835251b37e22975e55a0b0c26bf23bb8737516c8a3858483c729258c8eb724b
6
+ metadata.gz: c99e60a9083c7554c9ab61e8dd4aff75456aea49d01a8b342233e77238ff3d14c1e562a0d8930e835ae942eca126c9f036d176d692f6c5935c419c4bd4557bf0
7
+ data.tar.gz: f4b9fb5470bf10cc21c4bdc5bdbcf3f51e146432ada11bb37901f6c66021d3de0348afbb52a7f57a93ecbaa7a0211af9df4f1a66cf888f836d540bf4c3d3109c
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.496]:001 >>> PWN.help
40
+ pwn[v0.4.497]: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.496]:001 >>> PWN.help
55
+ pwn[v0.4.497]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -396,7 +396,7 @@ module PWN
396
396
  asset_uuids_arr = []
397
397
  targets.each do |target|
398
398
  selected_asset = all_assets[:assets].select do |asset|
399
- asset[:fqdn] == target
399
+ asset[:fqdn] == [target]
400
400
  end
401
401
  this_asset = selected_asset.first
402
402
  target_uuid = this_asset[:uuid]
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.496'
4
+ VERSION = '0.4.497'
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.496
4
+ version: 0.4.497
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.