pwn 0.5.438 → 0.5.439

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/bin/pwn_sast +1 -1
  4. data/lib/pwn/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39ca9fea12099970f21ae015c6f813c3477c8578e2064020a316a3f27cf8cdd6
4
- data.tar.gz: fef34d6fabcf175ea6c11e82eed213e382e7cf2e30d56635723e179664d850a8
3
+ metadata.gz: 6754bb62346668c793d499dd95bf26e8fdda4eedc895ca50d471108eec8c3c95
4
+ data.tar.gz: 8ffa2c66caf5b398578813c44279452b4beb13d439f2a793800d6751967170df
5
5
  SHA512:
6
- metadata.gz: 4eeba1332208ccaa0ca9dad210d179e335bcb4dd33c51641da5178e781b7be6d9bafc0ac18a14c79da098f0494b0e335fffee0ba0c7e9be36a8a4e062dc40d6c
7
- data.tar.gz: 217606280373257ec6ee318ac34bf4acfa7e4b92ef1b03876efeb9a492d7006ad5d0066670bfdeb64886c81ab449aba75f525bf9223f5641dd1aa752321a791e
6
+ metadata.gz: 015b510fcc0ab2e73430bab05c21f97b32993f9b4ea4aab418a367871184d91fbabc153ad078abd82031e0de3489827b597f85e53fe0e49958e1387c7e5d7f79
7
+ data.tar.gz: 16ec47090606de2fcc40b10729feaf0d182a97f4b556e23ce72c1930d1abd4495e604c25d20dba9fdb80db2b3bee60042818786a7fbff6a51def3bb0016e33f9
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.438]:001 >>> PWN.help
40
+ pwn[v0.5.439]: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.438]:001 >>> PWN.help
55
+ pwn[v0.5.439]: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.438]:001 >>> PWN.help
65
+ pwn[v0.5.439]: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/bin/pwn_sast CHANGED
@@ -60,7 +60,7 @@ begin
60
60
  pwn_env_path = opts[:pwn_env_path]
61
61
  pwn_dec_path = opts[:pwn_dec_path]
62
62
  if pwn_env_path
63
- PWN::Config.refresh(
63
+ PWN::Config.refresh_env(
64
64
  pwn_env_path: pwn_env_path,
65
65
  pwn_dec_path: pwn_dec_path
66
66
  )
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.438'
4
+ VERSION = '0.5.439'
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.438
4
+ version: 0.5.439
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.