pwn 0.4.718 → 0.4.719

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: 26afd053ddf66ceb52b537a86b5b9a26ffd84786f6ab3682f205e9159089d05d
4
- data.tar.gz: bbe2d2805ee9ed4412cb96ec4431ec8971f5a606ae12728bef4991617348f77f
3
+ metadata.gz: d5a7a93b7b534675f369a97e9ab0654d485a9d6c0f6c1b954011d5a95c000391
4
+ data.tar.gz: cbd332f8a8577d3438348ff5a6205152f4a432fc15071e7e0a92db9e90d7082b
5
5
  SHA512:
6
- metadata.gz: f8f353d22573d94df9ed1a607968fb7b01ac116a6af3bde0a5712804fe38a99edc5796c4e251eff2249e3c4a8cbab29917579a83ab1c67a8cb8034e3364b0b62
7
- data.tar.gz: a027d2f5a316c18459bd5d5a33d9bf08166e833603bfc1ec9c263553829a007888e663d020b5e7cc93da18d1dfce749ef09887d402f544bfb73565d2cab1140e
6
+ metadata.gz: 7227ac0c69e95f9362712d757db641959c3507fe17511c2f0dbd7a19b454e730c9a51c394a553f463b3d2e47020add3cb5548270524f00d0e0547e7dc09cefac
7
+ data.tar.gz: 1c623f506c519b69fea6e602205e3c9ff8f20a618210ea524fd55f6870e7e5f0e33cf1a883936819a1dd6cbc8d4f3faf8879f28cd40de7e60f6b716a0f491d28
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.718]:001 >>> PWN.help
40
+ pwn[v0.4.719]: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.718]:001 >>> PWN.help
55
+ pwn[v0.4.719]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -386,7 +386,8 @@ module PWN
386
386
  # tags: 'optional - comma-delimited list of tag names to tie to scan',
387
387
  # minimum_severity: 'optional - minimum finding severity Info||Low||Medium||High||Critical (Defaults to Info)',
388
388
  # scan_date: 'optional - date in which scan was kicked off (defaults to now)',
389
- # verified: 'optional - flag finding as verified by a tester (defaults to false)'
389
+ # verified: 'optional - flag finding as verified by a tester (defaults to false)',
390
+ # create_finding_groups: 'optional - flag to create finding groups (defaults to false)'
390
391
  # )
391
392
 
392
393
  public_class_method def self.importscan(opts = {})
@@ -721,7 +722,8 @@ module PWN
721
722
  tags: 'optional - comma-delimited list of tag names to tie to scan',
722
723
  minimum_severity: 'optional - minimum finding severity Info||Low||Medium||High||Critical (Defaults to Info)',
723
724
  scan_date: 'optional - date in which scan was kicked off (defaults to now)',
724
- verified: 'optional - flag finding as verified by a tester (defaults to false)'
725
+ verified: 'optional - flag finding as verified by a tester (defaults to false)',
726
+ create_finding_groups: 'optional - flag to create finding groups (defaults to false)'
725
727
  )
726
728
 
727
729
  reimportscan_response = #{self}.reimportscan(
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.718'
4
+ VERSION = '0.4.719'
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.718
4
+ version: 0.4.719
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.