pwn 0.5.0 → 0.5.1

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: 94644faaa467e91df066d60731b8390c0d249db0b1d3c9b8132c6d4cec2d5b18
4
- data.tar.gz: 1d0551e2b75afc10db63a25367166bade4a9d5e4d333e5c67a3dc9e0f84badbc
3
+ metadata.gz: 6604a8216620d4caa7746e7d25a09c31c1b2517b4ae777915deb14601f5f0c61
4
+ data.tar.gz: db271b82e50f499eb11c8e2d665aaefbf8c5f7a9fc1eac967131f9a18f26f3c3
5
5
  SHA512:
6
- metadata.gz: ff9956bab45acfadc83e1de4e8dcfcc6f43a1308e24e2c0c06871be4a90020e5211bfd0635d4e48da8ac343b676efad310cd5831bc51809a5368ab947f7fdb1c
7
- data.tar.gz: ea6b761dccae45b5f4b49ff0a23bc76fd2680dfb48ad46f3530f4989163a8e575439f9f60e2ca14722d1840126f31c72f56506e7d6fcef2312b5fc286c3e1023
6
+ metadata.gz: 2f905b7e7f6d9a2718cf71b390542dc0b51b5033130613b2295d55c1fa834515fd0b566d84aef4c745a3f2dc86c8db0ef17d27fc0f667b6006145b301dce1cb3
7
+ data.tar.gz: 66cb61376c64a9668dccc149b9af1f9dc7b59f30ac5984b26f013c4ed148fec7a853f25e4b056453345dbc01624514f101e1770ac719056a99711a0e74bfea1d
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.0]:001 >>> PWN.help
40
+ pwn[v0.5.1]: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.5.0]:001 >>> PWN.help
55
+ pwn[v0.5.1]: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.5.0]:001 >>> PWN.help
65
+ pwn[v0.5.1]: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:
@@ -81,7 +81,6 @@ module PWN
81
81
  s3: v[:ascii]
82
82
  )
83
83
  end.join
84
- puts k
85
84
  puts hexdump
86
85
  end
87
86
 
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.0'
4
+ VERSION = '0.5.1'
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.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.