pwn 0.4.605 → 0.4.606
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/Gemfile +1 -0
- data/README.md +2 -2
- data/lib/pwn/sast/md5.rb +1 -1
- data/lib/pwn/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 467f8bfe15183838882de427a8dccce2eebb4ec939b78169d3280d076b0fa764
|
|
4
|
+
data.tar.gz: 192da1120a211f797081731a984e97532954e12b53146f8b15b66aa225fe1967
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 627618f032d8b088408a46e9fea4994ed7def61af35beeedef44a9a50b78c4dfe0b1fce87681c8a1d233306a0dd01734085d742a8e1afc1131ac874e17c061a2
|
|
7
|
+
data.tar.gz: 398ceaec43e0ccb285c032e08192b6a5956151c42054e56ca191051825356036c7cbe2267ae7991595aabb79e3c35ad55e4cf3fa7ac1620b3ce6709d04f124a5
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.0@pwn
|
|
|
37
37
|
$ rvm list gemsets
|
|
38
38
|
$ gem install --verbose pwn
|
|
39
39
|
$ pwn
|
|
40
|
-
pwn[v0.4.
|
|
40
|
+
pwn[v0.4.606]:001 >>> PWN.help
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
[](https://youtu.be/G7iLUY4FzsI)
|
|
@@ -52,7 +52,7 @@ $ rvm use ruby-3.2.0@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.606]:001 >>> PWN.help
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
|
data/lib/pwn/sast/md5.rb
CHANGED
|
@@ -10,7 +10,7 @@ module PWN
|
|
|
10
10
|
@@logger = PWN::Plugins::PWNLogger.create
|
|
11
11
|
|
|
12
12
|
# Supported Method Parameters::
|
|
13
|
-
# PWN::SAST::
|
|
13
|
+
# PWN::SAST::MD5.scan(
|
|
14
14
|
# dir_path: 'optional path to dir defaults to .'
|
|
15
15
|
# git_repo_root_uri: 'optional http uri of git repo scanned'
|
|
16
16
|
# )
|
data/lib/pwn/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.4.606
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
@@ -220,6 +220,20 @@ dependencies:
|
|
|
220
220
|
- - '='
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
222
|
version: 0.11.1
|
|
223
|
+
- !ruby/object:Gem::Dependency
|
|
224
|
+
name: ffi
|
|
225
|
+
requirement: !ruby/object:Gem::Requirement
|
|
226
|
+
requirements:
|
|
227
|
+
- - '='
|
|
228
|
+
- !ruby/object:Gem::Version
|
|
229
|
+
version: 1.15.5
|
|
230
|
+
type: :runtime
|
|
231
|
+
prerelease: false
|
|
232
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
233
|
+
requirements:
|
|
234
|
+
- - '='
|
|
235
|
+
- !ruby/object:Gem::Version
|
|
236
|
+
version: 1.15.5
|
|
223
237
|
- !ruby/object:Gem::Dependency
|
|
224
238
|
name: fftw3
|
|
225
239
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2064,7 +2078,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2064
2078
|
- !ruby/object:Gem::Version
|
|
2065
2079
|
version: '0'
|
|
2066
2080
|
requirements: []
|
|
2067
|
-
rubygems_version: 3.4.
|
|
2081
|
+
rubygems_version: 3.4.5
|
|
2068
2082
|
signing_key:
|
|
2069
2083
|
specification_version: 4
|
|
2070
2084
|
summary: Automated Security Testing for CI/CD Pipelines & Beyond
|