pwn 0.4.541 → 0.4.542

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/bin/pwn_sast +4 -2
  4. data/lib/pwn/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 427d55a42fb2791829b056ebd93f52c6b36f0153ad706442a66f060bc03bd4fd
4
- data.tar.gz: a95cfb0e5370c88577e6f2b46ea4960814ba66ba280ec9cc7902aa29f9511e0f
3
+ metadata.gz: 21ef9d6fdf6c9eccf69de573293a4cd3b1b1b8ee223886539030d13e330d9fac
4
+ data.tar.gz: 71f07204cdf4432c45f12e1cebf1a0da3f41ba370e60396b833b3f8d4b752928
5
5
  SHA512:
6
- metadata.gz: f3e7cdc76580919f076e85d6f4dc96c1816876b2377c70f30a8986398891e64565cff706133af49af4378305658032b4705ad0987ad0cfe48fe60345f521b154
7
- data.tar.gz: 879b4b6bd0b954c28c06795c498db211263494d29553b8330a145151f61d18a765121334b6329d92eec6f2c48dc0e37460b567b879be74b0049b598e6cb8d5f9
6
+ metadata.gz: 39b1c9849f9396e972b24f26d2ae4b7b9aead4afc9ad865231fc60828360a77c237522ff2df2fda302930e381f1c3056f1917e03fa25468aa8e722cadcf526ab
7
+ data.tar.gz: 426a22f81eb171d98298c58e1176469ec623aa4e8adf35d82d78553ead7b8dddfd1eecf7aa658ffc076eccf6404c3bb93cc1b722de855f411fd3bfb463e54fb6
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.541]:001 >>> PWN.help
40
+ pwn[v0.4.542]: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.541]:001 >>> PWN.help
55
+ pwn[v0.4.542]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
data/bin/pwn_sast CHANGED
@@ -72,8 +72,8 @@ begin
72
72
  test_cases = chosen_test_cases.to_s.scrub.chomp.strip.delete("\s").split(',').map(&:to_sym)
73
73
  else
74
74
  test_cases = %i[
75
- ApacheFileSystemUtilAPI
76
75
  AMQPConnectAsGuest
76
+ ApacheFileSystemUtilAPI
77
77
  AWS
78
78
  BannedFunctionCallsC
79
79
  Base64
@@ -89,12 +89,13 @@ begin
89
89
  Factory
90
90
  HTTPAuthorizationHeader
91
91
  InnerHTML
92
+ Keystore
92
93
  LocationHash
93
94
  Log4J
94
95
  Logger
95
- Keystore
96
96
  OuterHTML
97
97
  Password
98
+ PHPTypeJuggling
98
99
  PomVersion
99
100
  Port
100
101
  PrivateKey
@@ -109,6 +110,7 @@ begin
109
110
  ThrowErrors
110
111
  Token
111
112
  Version
113
+ WindowLocationHash
112
114
  ]
113
115
  end
114
116
 
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.541'
4
+ VERSION = '0.4.542'
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.541
4
+ version: 0.4.542
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -2030,7 +2030,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2030
2030
  - !ruby/object:Gem::Version
2031
2031
  version: '0'
2032
2032
  requirements: []
2033
- rubygems_version: 3.3.21
2033
+ rubygems_version: 3.3.22
2034
2034
  signing_key:
2035
2035
  specification_version: 4
2036
2036
  summary: Automated Security Testing for CI/CD Pipelines & Beyond