pwn 0.5.276 → 0.5.277

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/pwn/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15271f10bdb70966b130167ec81a81249c8db3e818587f4231fef33c8bf49c65
4
- data.tar.gz: c7840a304777f72a2184f95fa202d21526aafa7462aac074df0fc0279154797d
3
+ metadata.gz: a939c762b76285c336ba213639392f042fd9d75b061b1a98b8705822d8ae3580
4
+ data.tar.gz: 51114917e82a5f9729f86697125c3df92769cb486368557287968dd56f101fbf
5
5
  SHA512:
6
- metadata.gz: 585a7622370f8b8d818e79c4fd64d71265ca5a8a3427cfc9ea5508a4b081f54d80a01eb14503b74c72b89e1c8b61bda702739322615d008b5bf23b811b1e9381
7
- data.tar.gz: e044ef3c7427ca5cdf4ef228646f3c373825d4b339df344f37c8abd57bfb05abe320171892f398a7ed121ba4a239862ccc11333076642bcc20c4078644043eda
6
+ metadata.gz: 0c90fee64a8a6c0555fb91a0fe7576947ebb8f409492a754a293597ecd0aa1b58a3f26244c28755a0ebb52163a0b3ce81ee1a2e26d9150432299a660a4dbfa5e
7
+ data.tar.gz: 9c4da35280b5a6596156f458c49c184042b158d52c127c359d23bb9b18aaf359a6e7eff7766ff0986597e52647c3606bede41d505f943aa85974ba5c767a42d0
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.276]:001 >>> PWN.help
40
+ pwn[v0.5.277]: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.276]:001 >>> PWN.help
55
+ pwn[v0.5.277]: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.276]:001 >>> PWN.help
65
+ pwn[v0.5.277]: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.276'
4
+ VERSION = '0.5.277'
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.5.276
4
+ version: 0.5.277
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.