pwn 0.4.495 → 0.4.496

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3cdb19972dd43562eb0cc0a406e0ec22566412638865a4ec79336735ec787e4f
4
- data.tar.gz: a12737175fa39a18f21804d8e65cc268b2662e8dea51bd15ef19adbd23e11e82
3
+ metadata.gz: 9a616acd502b984f546b0ab44705a102f9c6f54e4db9947e660351f47e310f77
4
+ data.tar.gz: 66cfa98e19408bbd09c81c99042006ea9b4ee63bbb2027ea9cffdbf54094ebdf
5
5
  SHA512:
6
- metadata.gz: 1d7e699569688e3a8150231ef6659cfe730329b7f304cb19d0428492218c271754958e08b28f8e7e3782c2caf7beea500284c2b325114f9f8597460692071899
7
- data.tar.gz: 758b84b03098b93e97e5a2d8a105330e74892ed269b980e9fa40da37d5cee13e2131087dc9292ccc0f8758217bf7d60bc2db2553e5ac2663e0445f37a30f6658
6
+ metadata.gz: a902740bc9f716635eb82eaa32fcddae58be0ad6478c72e7c60be8c9fffc85e2450b7e0987fe107ff24b17d65331632a545e75624ef98b3f0aa62f30e729b863
7
+ data.tar.gz: 12abb33a42e8681e6e45b279633e490302391e5a32c6a53eff27a8901786beab5835251b37e22975e55a0b0c26bf23bb8737516c8a3858483c729258c8eb724b
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.495]:001 >>> PWN.help
40
+ pwn[v0.4.496]: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.495]:001 >>> PWN.help
55
+ pwn[v0.4.496]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -283,14 +283,14 @@ begin
283
283
  )
284
284
  tag_uuid = new_tag[:uuid]
285
285
  tag_uuids_arr.push(tag_uuid)
286
-
287
- tag_assets = PWN::Plugins::NessusCloud.add_tag_to_assets(
288
- nessus_obj: nessus_obj,
289
- targets: text_targets,
290
- tag_uuids: tag_uuids_arr
291
- )
292
286
  end
293
287
 
288
+ tag_assets = PWN::Plugins::NessusCloud.add_tag_to_assets(
289
+ nessus_obj: nessus_obj,
290
+ targets: text_targets,
291
+ tag_uuids: tag_uuids_arr
292
+ )
293
+
294
294
  settings[:tag_targets] = tag_uuids_arr
295
295
  end
296
296
 
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.495'
4
+ VERSION = '0.4.496'
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.495
4
+ version: 0.4.496
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.