pwn 0.4.497 → 0.4.498

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: 80382483558c9e463a6a29a49d40276cf4f97d4a03923f2699aae40e6a88d3aa
4
- data.tar.gz: a8701dc4cd968599973015e8688687d0aeee6c37590adb9cd13c0d589acaef4b
3
+ metadata.gz: f0803e0808ef5eae2fe5a90ab030fdf4588afb4f3c7c3379e4635f505575caa8
4
+ data.tar.gz: 3c8129fcbc526ffd0d09361d521173164743cfdbd354e22afb9c52fcd6fbbcf1
5
5
  SHA512:
6
- metadata.gz: c99e60a9083c7554c9ab61e8dd4aff75456aea49d01a8b342233e77238ff3d14c1e562a0d8930e835ae942eca126c9f036d176d692f6c5935c419c4bd4557bf0
7
- data.tar.gz: f4b9fb5470bf10cc21c4bdc5bdbcf3f51e146432ada11bb37901f6c66021d3de0348afbb52a7f57a93ecbaa7a0211af9df4f1a66cf888f836d540bf4c3d3109c
6
+ metadata.gz: 935d073cae88f9cb82173610336a7df110b389fb7038d8112c92085e55e80bf8dcf04b3cf60646f1afb8881cade5888d6af521d58af0f65bfd60b21288406dbe
7
+ data.tar.gz: 199df14939b3505895eaafa5f38a6f35f08da72476ef1af3709479af4c858fb2ccfb6079681fab00169ae50df5b7dbb88ee7794462dd6011bb5daea99538695b
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.497]:001 >>> PWN.help
40
+ pwn[v0.4.498]: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.497]:001 >>> PWN.help
55
+ pwn[v0.4.498]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -399,7 +399,7 @@ module PWN
399
399
  asset[:fqdn] == [target]
400
400
  end
401
401
  this_asset = selected_asset.first
402
- target_uuid = this_asset[:uuid]
402
+ target_uuid = this_asset[:id]
403
403
 
404
404
  asset_uuids_arr.push(target_uuid)
405
405
  end
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.497'
4
+ VERSION = '0.4.498'
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.497
4
+ version: 0.4.498
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.