pwn 0.5.286 → 0.5.287

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: d910556f6854d25ef8c0924bac6596f73fbd529960a436d90899c96dd1557868
4
- data.tar.gz: bfd1353a3f48ff469826b82530a809f8376be564d4722b6a55b93048518c4eea
3
+ metadata.gz: 6078dc6421e6cce0d193a41cbe3d1e2e0d0ecdfc7abe6d98d188799192fa4d18
4
+ data.tar.gz: 6518ccac383f48beedda04b02698e714a412fd9354ba5924a8dc981f0e291fef
5
5
  SHA512:
6
- metadata.gz: a48736ee65a6982c460e5d6c424a4f45112ec178cd82afe9120f0e4f02b5d32e2faa00fce3b455a5f7cada405a10243d3cdb118622e4a00be6d080f1e7623027
7
- data.tar.gz: 2f3ee63e53615de0578f8e09cffe2eb73dbf3655532049b0795e0c3203d02eb509fa9b4d33798e78f5fffb11a1a6141822349f52a89c387a5c4c7e014754d678
6
+ metadata.gz: 47c781dc941c72f57a1dca2faa4ca2adf024870d8b158b8eaeb9c8563b864f3d6d3fdb6de2e3f564c245928dc1d24407881569bceae227e868cf68a21ad7ca18
7
+ data.tar.gz: 79122ed05b2659afde9992546d8f9819536f2848a9293b076b81552752f4d779c90dc3428993073ba46bba0245c0c5c3cf5c29eb45c89ed2cad07ce9cfe2dc43
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.286]:001 >>> PWN.help
40
+ pwn[v0.5.287]: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.286]:001 >>> PWN.help
55
+ pwn[v0.5.287]: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.286]:001 >>> PWN.help
65
+ pwn[v0.5.287]: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/build_pwn_gem.sh CHANGED
@@ -29,3 +29,5 @@ if [[ $old_ruby_version == $new_ruby_version ]]; then
29
29
  else
30
30
  cd $pwn_root && ./upgrade_ruby.sh $new_ruby_version $old_ruby_version
31
31
  fi
32
+
33
+ cd $pwn_root && bundle fund | grep -A 1 pwn
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.286'
4
+ VERSION = '0.5.287'
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.286
4
+ version: 0.5.287
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.