pwn 0.5.282 → 0.5.283

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 +3 -3
  3. data/lib/pwn/version.rb +1 -1
  4. data/pwn.gemspec +1 -0
  5. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afc266c928e187eab8d5e15d2b0c8b1c23ecd6999df9fbcd0ae4c9f7bfd5b1d0
4
- data.tar.gz: 02e936edec17fdd0ce8f9e296c7f2809d5ceb8adb894440252729c5c2f906e2c
3
+ metadata.gz: 5021f651954c3a8652b6f3143e7b40ce4d540a277a4e670f78664104cfc6e6e6
4
+ data.tar.gz: b71fa154cca6ce1e71cc5d334a19c055bae54ca4d9dc397252e3f817258e9fd4
5
5
  SHA512:
6
- metadata.gz: edbbbe9fb9c09b1b70a4cdc29d3ab60920818e81a2e28a8ac6ab079bda8c80e4808a9329ac9f11263619fc1b71fc02ecdcbed9f7b6e9c9cd916814ad614de07a
7
- data.tar.gz: 3d974f01e5f449d3d5d050451a63b995e00025b7fdee7ef379113e2d67b09dece54305eacf4b5c8c267fc7cd42818856ef904c1c21013aa76a1e07394c3aceaa
6
+ metadata.gz: f083baeba35e6da17fa662cc13016cddc73519ebea0bf7198ac24b71fe8cb6cae0be63f5a79cbae09f6969034c33c51518812470b7daf9974cb51615d8227016
7
+ data.tar.gz: 3c06ddaab4576c58d441a6b20a9a072b78fc593f654f1e2227ed08d2a8b13329ffdff2433a998dc5c8fa24f244585935b071a39c05322bb39868f0995340f766
data/README.md CHANGED
@@ -37,7 +37,7 @@ $ cd /opt/pwn
37
37
  $ ./install.sh
38
38
  $ ./install.sh ruby-gem
39
39
  $ pwn
40
- pwn[v0.5.282]:001 >>> PWN.help
40
+ pwn[v0.5.283]: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.4.4@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.5.282]:001 >>> PWN.help
55
+ pwn[v0.5.283]:001 >>> PWN.help
56
56
  ```
57
57
 
58
58
  If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.4.4@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.5.282]:001 >>> PWN.help
65
+ pwn[v0.5.283]:001 >>> PWN.help
66
66
  ```
67
67
 
68
68
  PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:
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.5.282'
4
+ VERSION = '0.5.283'
5
5
  end
data/pwn.gemspec CHANGED
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.homepage = 'https://github.com/0dayinc/pwn'
19
19
  spec.license = 'MIT'
20
20
  spec.metadata['rubygems_mfa_required'] = 'true'
21
+ spec.metadata["funding_uri"] = 'https://github.com/sponsors/0dayInc'
21
22
 
22
23
  spec.files = `git ls-files -z`.split("\x00")
23
24
  spec.executables = spec.files.grep(%r{^bin/}) do |f|
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.5.282
4
+ version: 0.5.283
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.
@@ -2336,6 +2336,7 @@ licenses:
2336
2336
  - MIT
2337
2337
  metadata:
2338
2338
  rubygems_mfa_required: 'true'
2339
+ funding_uri: https://github.com/sponsors/0dayInc
2339
2340
  rdoc_options: []
2340
2341
  require_paths:
2341
2342
  - lib