pwn 0.4.492 → 0.4.493

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: c322dc457a88e28d2bd2b87830653da3e167a7c25c7cea9b5df5d8e8ae7a1ae3
4
- data.tar.gz: 770907db6691c4f639a40d497e6084952c554e1289cad3ba02b2bd37d4136134
3
+ metadata.gz: ca875035f78d9cde4a61de1e0e89512474fced9934988411aa58f14237f1c6e9
4
+ data.tar.gz: 14cd3c5cb46ca810c7fa30db4af280f05e1c1e0ba389e71c8e8c1ffb24b09241
5
5
  SHA512:
6
- metadata.gz: abfc7d67a3cf2b18c25e771d648fb9c6f7c1ab6483a96958ff45b962b55612c7961f0ab094abbd7b272a2dcd1aa6b3a43dc00ff9ae6b1d33cff9ac3af53a6303
7
- data.tar.gz: b73297289b1cfb8feb41381b66e93c9b22e3027b39cbb502ffc79f20d850fbebff4eb134fea232639e9b93f94cf571143a2fd7454d567ad77689aaeb017620a3
6
+ metadata.gz: de05863476f114617fef1ee3133b78648199ac295cf23e953ace0ec44fb4a5d16847ff05239e335d74ada06618dfdb7cd28aad351780eebd1e6e0a56ffc8c0ba
7
+ data.tar.gz: bffdd5def65dd8d7417fe1781aca00fd3d1d1fdf1475551d1e04f2aea72f2b24a40fc714c6d19470c547b3e4c5992853ce76f5966a020a0b634762e6795ef36f
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.492]:001 >>> PWN.help
40
+ pwn[v0.4.493]: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.492]:001 >>> PWN.help
55
+ pwn[v0.4.493]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -63,7 +63,7 @@ OptionParser.new do |options|
63
63
  opts[:scan_time_window] = t
64
64
  end
65
65
 
66
- options.on('-STIME', '--start-time=TIME', '<Optional - For One-Time Scans, the Starting Time and Date for the Scan (Defaults to Time.now.strftime("%Y%m%dT%H%M%S")>') do |t|
66
+ options.on('-STIME', '--start-time=TIME', '<Optional - For One-Time Scans, the Starting Time and Date for the Scan>') do |t|
67
67
  opts[:starttime] = t
68
68
  end
69
69
 
@@ -79,7 +79,7 @@ OptionParser.new do |options|
79
79
  opts[:tag_category_name] = y
80
80
  end
81
81
 
82
- options.on('-zTIMEZONE', '--timezone=TIMEZONE', '<Optional - Timezone of the scheduled start time for the scan (Defaults to "UTC")>') do |t|
82
+ options.on('-zTIMEZONE', '--timezone=TIMEZONE', '<Optional - Timezone of the scheduled start time for the scan>') do |t|
83
83
  opts[:timezone] = t
84
84
  end
85
85
 
@@ -144,13 +144,13 @@ begin
144
144
  scan_time_window ||= 0
145
145
 
146
146
  starttime = opts[:starttime]
147
- starttime ||= Time.now.strftime('%Y%m%dT%H%M%S')
147
+ # starttime ||= Time.now.strftime('%Y%m%dT%H%M%S')
148
148
 
149
149
  rrules = opts[:rrules]
150
150
  rrules ||= 'FREQ=null;INTERVAL=0;BYDAY=null'
151
151
 
152
152
  timezone = opts[:timezone]
153
- timezone ||= 'UTC'
153
+ # timezone ||= 'UTC'
154
154
 
155
155
  target_groups = opts[:target_groups]
156
156
 
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.492'
4
+ VERSION = '0.4.493'
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.492
4
+ version: 0.4.493
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -1976,7 +1976,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1976
1976
  - !ruby/object:Gem::Version
1977
1977
  version: '0'
1978
1978
  requirements: []
1979
- rubygems_version: 3.3.15
1979
+ rubygems_version: 3.3.16
1980
1980
  signing_key:
1981
1981
  specification_version: 4
1982
1982
  summary: Automated Security Testing for CI/CD Pipelines & Beyond