pwn 0.4.554 → 0.4.556
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 +4 -4
- data/.rubocop_todo.yml +18 -7
- data/Gemfile +3 -3
- data/README.md +2 -2
- data/lib/pwn/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11dbd600732237336ae57156038e3dfd2a50827ac3d17c700fe4e22f454d6719
|
|
4
|
+
data.tar.gz: 05ae0f33ecf325c838d9001d4df3d08937a995759ebc7cc9e49e7f8358f3e245
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bc057c08e032a99ffedda3c0112645cbbb1d0e772782e67939c15aefb8aa35123bbfc620c61d071beea1084ce9766f662d47f081b196c106b88711abd2d2bf0
|
|
7
|
+
data.tar.gz: a2fc493cbac49a1b74b1bc8614c5b40f1f074693189165222ca04d144f778016ddeee19e0d7235d5af7079513b52372c42c98be9bebbd606780cb7a29b2f2142
|
data/.rubocop_todo.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This configuration was generated by
|
|
2
2
|
# `rubocop --auto-gen-config`
|
|
3
|
-
# on 2022-
|
|
3
|
+
# on 2022-10-23 04:53:17 UTC using RuboCop version 1.37.0.
|
|
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
|
|
@@ -17,16 +17,16 @@ Layout/LineContinuationSpacing:
|
|
|
17
17
|
- 'packer/provisioners/wpscan.rb'
|
|
18
18
|
- 'vagrant/provisioners/beef.rb'
|
|
19
19
|
|
|
20
|
-
# Offense count:
|
|
20
|
+
# Offense count: 270
|
|
21
21
|
Lint/UselessAssignment:
|
|
22
22
|
Enabled: false
|
|
23
23
|
|
|
24
|
-
# Offense count:
|
|
24
|
+
# Offense count: 268
|
|
25
25
|
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
|
|
26
26
|
Metrics/AbcSize:
|
|
27
27
|
Max: 328
|
|
28
28
|
|
|
29
|
-
# Offense count:
|
|
29
|
+
# Offense count: 69
|
|
30
30
|
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
|
|
31
31
|
# AllowedMethods: refine
|
|
32
32
|
Metrics/BlockLength:
|
|
@@ -37,7 +37,7 @@ Metrics/BlockLength:
|
|
|
37
37
|
Metrics/BlockNesting:
|
|
38
38
|
Max: 5
|
|
39
39
|
|
|
40
|
-
# Offense count:
|
|
40
|
+
# Offense count: 97
|
|
41
41
|
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
|
|
42
42
|
Metrics/CyclomaticComplexity:
|
|
43
43
|
Max: 231
|
|
@@ -52,7 +52,7 @@ Metrics/MethodLength:
|
|
|
52
52
|
Metrics/ModuleLength:
|
|
53
53
|
Max: 1186
|
|
54
54
|
|
|
55
|
-
# Offense count:
|
|
55
|
+
# Offense count: 89
|
|
56
56
|
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
|
|
57
57
|
Metrics/PerceivedComplexity:
|
|
58
58
|
Max: 51
|
|
@@ -93,12 +93,23 @@ Style/RedundantCondition:
|
|
|
93
93
|
- 'bin/pwn_simple_http_server'
|
|
94
94
|
- 'lib/pwn/plugins/packet.rb'
|
|
95
95
|
|
|
96
|
+
# Offense count: 13
|
|
97
|
+
# This cop supports safe autocorrection (--autocorrect).
|
|
98
|
+
Style/RedundantStringEscape:
|
|
99
|
+
Exclude:
|
|
100
|
+
- 'bin/pwn_autoinc_version'
|
|
101
|
+
- 'lib/pwn/sast/emoticon.rb'
|
|
102
|
+
- 'lib/pwn/sast/php_type_juggling.rb'
|
|
103
|
+
- 'lib/pwn/sast/port.rb'
|
|
104
|
+
- 'lib/pwn/sast/redos.rb'
|
|
105
|
+
- 'vagrant/provisioners/kali_customize.rb'
|
|
106
|
+
|
|
96
107
|
# Offense count: 45
|
|
97
108
|
# This cop supports unsafe autocorrection (--autocorrect-all).
|
|
98
109
|
Style/SlicingWithRange:
|
|
99
110
|
Enabled: false
|
|
100
111
|
|
|
101
|
-
# Offense count:
|
|
112
|
+
# Offense count: 574
|
|
102
113
|
# This cop supports safe autocorrection (--autocorrect).
|
|
103
114
|
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
|
|
104
115
|
# URISchemes: http, https
|
data/Gemfile
CHANGED
|
@@ -43,7 +43,7 @@ gem 'net-ldap', '0.17.1'
|
|
|
43
43
|
gem 'net-openvpn', '0.8.7'
|
|
44
44
|
gem 'net-smtp', '0.3.2'
|
|
45
45
|
gem 'nexpose', '7.3.0'
|
|
46
|
-
gem 'nokogiri', '1.13.
|
|
46
|
+
gem 'nokogiri', '1.13.9'
|
|
47
47
|
gem 'oily_png', '1.2.1'
|
|
48
48
|
gem 'os', '1.1.4'
|
|
49
49
|
gem 'packetfu', '1.1.13'
|
|
@@ -60,7 +60,7 @@ gem 'rex', '2.0.13'
|
|
|
60
60
|
gem 'rmagick', '5.0.0'
|
|
61
61
|
gem 'rspec', '3.11.0'
|
|
62
62
|
gem 'rtesseract', '3.1.2'
|
|
63
|
-
gem 'rubocop', '1.
|
|
63
|
+
gem 'rubocop', '1.37.0'
|
|
64
64
|
gem 'rubocop-rake', '0.6.0'
|
|
65
65
|
gem 'rubocop-rspec', '2.13.2'
|
|
66
66
|
gem 'ruby-audio', '1.6.1'
|
|
@@ -71,7 +71,7 @@ gem 'savon', '2.13.1'
|
|
|
71
71
|
gem 'selenium-devtools', '0.106.0'
|
|
72
72
|
gem 'serialport', '1.3.2'
|
|
73
73
|
gem 'sinatra', '3.0.2'
|
|
74
|
-
gem 'slack-ruby-client', '
|
|
74
|
+
gem 'slack-ruby-client', '2.0.0'
|
|
75
75
|
gem 'socksify', '1.7.1'
|
|
76
76
|
gem 'spreadsheet', '1.3.0'
|
|
77
77
|
gem 'sqlite3', '1.5.3'
|
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.
|
|
40
|
+
pwn[v0.4.556]:001 >>> PWN.help
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
[](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.
|
|
55
|
+
pwn[v0.4.556]:001 >>> PWN.help
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
|
data/lib/pwn/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pwn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.556
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -450,14 +450,14 @@ dependencies:
|
|
|
450
450
|
requirements:
|
|
451
451
|
- - '='
|
|
452
452
|
- !ruby/object:Gem::Version
|
|
453
|
-
version: 1.13.
|
|
453
|
+
version: 1.13.9
|
|
454
454
|
type: :runtime
|
|
455
455
|
prerelease: false
|
|
456
456
|
version_requirements: !ruby/object:Gem::Requirement
|
|
457
457
|
requirements:
|
|
458
458
|
- - '='
|
|
459
459
|
- !ruby/object:Gem::Version
|
|
460
|
-
version: 1.13.
|
|
460
|
+
version: 1.13.9
|
|
461
461
|
- !ruby/object:Gem::Dependency
|
|
462
462
|
name: oily_png
|
|
463
463
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -688,14 +688,14 @@ dependencies:
|
|
|
688
688
|
requirements:
|
|
689
689
|
- - '='
|
|
690
690
|
- !ruby/object:Gem::Version
|
|
691
|
-
version: 1.
|
|
691
|
+
version: 1.37.0
|
|
692
692
|
type: :runtime
|
|
693
693
|
prerelease: false
|
|
694
694
|
version_requirements: !ruby/object:Gem::Requirement
|
|
695
695
|
requirements:
|
|
696
696
|
- - '='
|
|
697
697
|
- !ruby/object:Gem::Version
|
|
698
|
-
version: 1.
|
|
698
|
+
version: 1.37.0
|
|
699
699
|
- !ruby/object:Gem::Dependency
|
|
700
700
|
name: rubocop-rake
|
|
701
701
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -842,14 +842,14 @@ dependencies:
|
|
|
842
842
|
requirements:
|
|
843
843
|
- - '='
|
|
844
844
|
- !ruby/object:Gem::Version
|
|
845
|
-
version:
|
|
845
|
+
version: 2.0.0
|
|
846
846
|
type: :runtime
|
|
847
847
|
prerelease: false
|
|
848
848
|
version_requirements: !ruby/object:Gem::Requirement
|
|
849
849
|
requirements:
|
|
850
850
|
- - '='
|
|
851
851
|
- !ruby/object:Gem::Version
|
|
852
|
-
version:
|
|
852
|
+
version: 2.0.0
|
|
853
853
|
- !ruby/object:Gem::Dependency
|
|
854
854
|
name: socksify
|
|
855
855
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2032,7 +2032,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2032
2032
|
- !ruby/object:Gem::Version
|
|
2033
2033
|
version: '0'
|
|
2034
2034
|
requirements: []
|
|
2035
|
-
rubygems_version: 3.3.
|
|
2035
|
+
rubygems_version: 3.3.24
|
|
2036
2036
|
signing_key:
|
|
2037
2037
|
specification_version: 4
|
|
2038
2038
|
summary: Automated Security Testing for CI/CD Pipelines & Beyond
|