pwn 0.4.985 → 0.4.986

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: ed13a7d551621823953ae889403c3adc33bf3775708883df68d59264c704b8d6
4
- data.tar.gz: c64c47203af2d7de3a6a712ba31b6009f29a995c093ff44f412419f300431f1a
3
+ metadata.gz: 8c8bed00aa0f9b8f43b66b1a55bff4c5a991a84e108a65b97bf0d7f02b3520aa
4
+ data.tar.gz: 6b088b5cbfdf5a89e7cec69e64d4833183b851b7259b4dafe924034cb39fd5f4
5
5
  SHA512:
6
- metadata.gz: fb8706639d3bdacfac16917069a75946822de571995f9fc6130cb0150702c2c00ee0130fdb2332a59af2f3d2dbbdc5742cf3d90eda3934cab83becee689dc989
7
- data.tar.gz: 160724cfa82a278440c81ba84530fec670a091bd9d2a44071cc675571be025978687844699c28d75fcc7a8e3bdd44924150f88f97bd089a280b2622760388308
6
+ metadata.gz: a5ec35a54f4c12a302180a38486a78bb60fcf76d6b4122a44418a1b290e36ced65feabcd2e8502b77651810917e1eac1f5161653e0eb9553c668989a64d9ba2b
7
+ data.tar.gz: a62081412cd54186abf83865f475d574bc5308ded947214cd5aa79afe1762c97eaee403bdb092e405d6ddd8d6477cf1e7278de6026391767b8e91ec0bc3b4007
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.4.985]:001 >>> PWN.help
40
+ pwn[v0.4.986]: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.3.0@pwn
52
52
  $ gem uninstall --all --executables pwn
53
53
  $ gem install --verbose pwn
54
54
  $ pwn
55
- pwn[v0.4.985]:001 >>> PWN.help
55
+ pwn[v0.4.986]: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.3.0@pwn
62
62
  $ rvmsudo gem uninstall --all --executables pwn
63
63
  $ rvmsudo gem install --verbose pwn
64
64
  $ pwn
65
- pwn[v0.4.985]:001 >>> PWN.help
65
+ pwn[v0.4.986]: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.4.985'
4
+ VERSION = '0.4.986'
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.985
4
+ version: 0.4.986
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.