pwn 0.4.648 → 0.4.649

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: cb95e1a689de3ccedc52ac145a4d55e39b3b4189504a256094cb5de24163f5b6
4
- data.tar.gz: 3300a6a7bbf155e635579898f24b07968995daa6204b16b15061afeeb2cbfe1e
3
+ metadata.gz: 0bb975f8a9a611bf3ebf207886d6ff732a9256260065f4113e899cb2351f1058
4
+ data.tar.gz: 3c24d920cd68004959016e20402a328dc465fb0ed76ff0abafa4979cb6a300e1
5
5
  SHA512:
6
- metadata.gz: cd989a97ab5630ec645309f00a84e28d8fc907816fca8fa87dae628edeed6566a34e373c382eb6c44c8b980d5f6307aaaa884dd94cd618a1ce6a7b6791d22cf9
7
- data.tar.gz: 6a4a7a3350fbc575d3ffdabe037f0f3c0d90fd7bdb058f8170a18b45a67521c55a1fd2f1986c72242dc7ad036e269ad5025eff068306ace8ffc72ed7b804c38e
6
+ metadata.gz: d54d1631b8ba697301535d8d00698d0861b75279d93930ae67cfb7a9953f639b3a44997c30d73c90872dac3159ca18fc5c17a3bec1c0513d02f32a85813ba36b
7
+ data.tar.gz: 748e285a1f0419b0c4cec38890e08b755892553e9314ae69e211bdccffd8b2da8d274142456d4ce52261c3a1aedcf691a3643c6f88391382f711001631897efc
data/.rubocop_todo.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2023-03-07 16:56:25 UTC using RuboCop version 1.48.0.
3
+ # on 2023-04-21 20:18:30 UTC using RuboCop version 1.50.2.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
@@ -8,7 +8,7 @@
8
8
 
9
9
  # Offense count: 5
10
10
  # This cop supports safe autocorrection (--autocorrect).
11
- # Configuration parameters: AutoCorrect, EnforcedStyle.
11
+ # Configuration parameters: EnforcedStyle.
12
12
  # SupportedStyles: space, no_space
13
13
  Layout/LineContinuationSpacing:
14
14
  Exclude:
@@ -17,20 +17,20 @@ Layout/LineContinuationSpacing:
17
17
  - 'packer/provisioners/wpscan.rb'
18
18
  - 'vagrant/provisioners/beef.rb'
19
19
 
20
- # Offense count: 270
20
+ # Offense count: 269
21
21
  Lint/UselessAssignment:
22
22
  Enabled: false
23
23
 
24
- # Offense count: 631
24
+ # Offense count: 628
25
25
  Lint/UselessRescue:
26
26
  Enabled: false
27
27
 
28
- # Offense count: 271
28
+ # Offense count: 273
29
29
  # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
30
30
  Metrics/AbcSize:
31
31
  Max: 328
32
32
 
33
- # Offense count: 69
33
+ # Offense count: 70
34
34
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
35
35
  # AllowedMethods: refine
36
36
  Metrics/BlockLength:
@@ -47,12 +47,12 @@ Metrics/CollectionLiteralLength:
47
47
  Exclude:
48
48
  - 'lib/pwn/plugins/uri_scheme.rb'
49
49
 
50
- # Offense count: 98
50
+ # Offense count: 100
51
51
  # Configuration parameters: AllowedMethods, AllowedPatterns.
52
52
  Metrics/CyclomaticComplexity:
53
53
  Max: 231
54
54
 
55
- # Offense count: 493
55
+ # Offense count: 496
56
56
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
57
57
  Metrics/MethodLength:
58
58
  Max: 466
@@ -62,16 +62,16 @@ Metrics/MethodLength:
62
62
  Metrics/ModuleLength:
63
63
  Max: 1186
64
64
 
65
- # Offense count: 90
65
+ # Offense count: 93
66
66
  # Configuration parameters: AllowedMethods, AllowedPatterns.
67
67
  Metrics/PerceivedComplexity:
68
68
  Max: 51
69
69
 
70
- # Offense count: 166
70
+ # Offense count: 165
71
71
  Style/ClassVars:
72
72
  Enabled: false
73
73
 
74
- # Offense count: 285
74
+ # Offense count: 289
75
75
  # This cop supports safe autocorrection (--autocorrect).
76
76
  # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
77
77
  # SupportedStyles: assign_to_condition, assign_inside_condition
@@ -84,10 +84,11 @@ Style/ExplicitBlockArgument:
84
84
  Exclude:
85
85
  - 'lib/pwn/plugins/nmap_it.rb'
86
86
 
87
- # Offense count: 1
87
+ # Offense count: 3
88
88
  # This cop supports safe autocorrection (--autocorrect).
89
89
  Style/IfUnlessModifier:
90
90
  Exclude:
91
+ - 'bin/pwn'
91
92
  - 'lib/pwn/plugins/baresip.rb'
92
93
 
93
94
  # Offense count: 95
@@ -108,12 +109,27 @@ Style/RedundantStringEscape:
108
109
  - 'lib/pwn/sast/redos.rb'
109
110
  - 'vagrant/provisioners/kali_customize.rb'
110
111
 
111
- # Offense count: 46
112
+ # Offense count: 44
112
113
  # This cop supports unsafe autocorrection (--autocorrect-all).
113
114
  Style/SlicingWithRange:
114
115
  Enabled: false
115
116
 
116
- # Offense count: 579
117
+ # Offense count: 1
118
+ # This cop supports safe autocorrection (--autocorrect).
119
+ # Configuration parameters: AllowModifier.
120
+ Style/SoleNestedConditional:
121
+ Exclude:
122
+ - 'bin/pwn'
123
+
124
+ # Offense count: 1
125
+ # This cop supports safe autocorrection (--autocorrect).
126
+ # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
127
+ # SupportedStyles: single_quotes, double_quotes
128
+ Style/StringLiterals:
129
+ Exclude:
130
+ - 'bin/pwn'
131
+
132
+ # Offense count: 585
117
133
  # This cop supports safe autocorrection (--autocorrect).
118
134
  # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
119
135
  # URISchemes: http, https
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.648]:001 >>> PWN.help
40
+ pwn[v0.4.649]: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.648]:001 >>> PWN.help
55
+ pwn[v0.4.649]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
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.648'
4
+ VERSION = '0.4.649'
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.648
4
+ version: 0.4.649
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.