pwn 0.4.520 → 0.4.521

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: 9055d4138a29af0aaf29d6671972de3fb0bd903d76ee9bcfd6807e13202ad73d
4
- data.tar.gz: 190e35d2c9c8ebc1dcc5bfb34fdfc60f313d5a815a13dcf8ccf1bc46b355cbfd
3
+ metadata.gz: 60b24aad2f42f980610399a7626128fd8831088c5bf300fb3abb47610833acb0
4
+ data.tar.gz: d624ebfa98d3de0e2c62258d95f3512b1c71ab2300b7145cd381e12c8c374fcd
5
5
  SHA512:
6
- metadata.gz: 987a56505f9a8460198181f32328c8603d4c49de5fb0712540dd468ac485cc24ed70c3ac68e1287dbd10cc50597e01e32fd417046fbe06ed99a8cc33359e3d59
7
- data.tar.gz: 29e0abf86279e6ca2af1fa6037dd431f812d2c73278c4195a11649e22ba7125070fed6253c6dcc5a100aa1e8564470b1e1e38f515897def9bc5af91e453e84f2
6
+ metadata.gz: eeb26d68e7647e8824dc3c821768fb5954ed1a2b84741d9c1ce3b45deaa2e2437e491c10eec07cd417db29b38a6a46bf8df5c7dc213bac03d3e195387be9d031
7
+ data.tar.gz: c7674ef30c818c22417d9885d394087b342a534b44fa754964da66af710bce93219e2824d9fca626321d6dfcedf6bb474e84c8cbf2cc8188b37860e4bfec6757
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.520]:001 >>> PWN.help
40
+ pwn[v0.4.521]: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.520]:001 >>> PWN.help
55
+ pwn[v0.4.521]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
 
@@ -12,7 +12,7 @@ OptionParser.new do |options|
12
12
  #{$PROGRAM_NAME} [opts]
13
13
  "
14
14
 
15
- options.on('-tURL', '--target-url=URL', '<Required - Target URL)>') do |t|
15
+ options.on('-uURL', '--target-url=URL', '<Required - Target URL)>') do |t|
16
16
  opts[:target_url] = t
17
17
  end
18
18
 
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.520'
4
+ VERSION = '0.4.521'
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.520
4
+ version: 0.4.521
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -2028,7 +2028,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2028
2028
  - !ruby/object:Gem::Version
2029
2029
  version: '0'
2030
2030
  requirements: []
2031
- rubygems_version: 3.3.20
2031
+ rubygems_version: 3.3.21
2032
2032
  signing_key:
2033
2033
  specification_version: 4
2034
2034
  summary: Automated Security Testing for CI/CD Pipelines & Beyond