pwn 0.4.445 → 0.4.446

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: 0e4b23b34aea0864060430b70a8c4a331ca3cbcfebf47f3003d5d6af6c8b20a6
4
- data.tar.gz: ea54cfd796615f667e999284274dd4ddc361c76966d696c2ad365130b6a6b247
3
+ metadata.gz: 526c65f261903faffaf8602189bc0bfc8b6cf9bc9ab33cf9e4170306922eb5c7
4
+ data.tar.gz: cc14dce558dee8add7efc10bfdf59f2900d9baec547af6a8373d4e8a81ced31f
5
5
  SHA512:
6
- metadata.gz: 29dd2056fc5febf933d804c831776b3c0f0d247d1db2e07f6aa8287f7232db3b13a8e6a76f307754299c5da687186402f8e6bf08c4d616638c7157f38a6a6256
7
- data.tar.gz: a81deba99ad8ffab72c4751a960671b57627f0ebac632fbefa3a52b9dd782495b5d8aafcee94c998f5d0f185cf8300f23f2adc0206048f50ea603776e1746dce
6
+ metadata.gz: 0b57943709c9ec8296cb28f9403d8a146f955ad5a40ac6ad91056c2255e70e0e7ee0589d761b45ca9c0c8fba1965d37784b6d8503486cbf7e7b5296344a77056
7
+ data.tar.gz: 25b641a46df085e5f066e42d84da86827e08b624d2979875c9c9c6dc92f21dbc4b7cbd25125b2796274c1589e92269ce6cd32f47b72dba3431341c77b6139072
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.445]:001 >>> PWN.help
40
+ pwn[v0.4.446]: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.445]:001 >>> PWN.help
55
+ pwn[v0.4.446]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -27,6 +27,10 @@ OptionParser.new do |options|
27
27
  opts[:scan_desc] = d
28
28
  end
29
29
 
30
+ options.on('-eEMAILS', '--emails=EMAILS', '<Optional - Comma-delimited list of email addresses that receive the email summary report>') do |e|
31
+ opts[:emails] = e
32
+ end
33
+
30
34
  options.on('-tVALUE', '--scan-template=VALUE', '<Optional - Canned Scan Template to Use for Scan Creation (Defaults to "Basic Network Scan">') do |t|
31
35
  opts[:scan_template] = t
32
36
  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.445'
4
+ VERSION = '0.4.446'
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.445
4
+ version: 0.4.446
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.