pwn 0.5.1 → 0.5.2

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: 6604a8216620d4caa7746e7d25a09c31c1b2517b4ae777915deb14601f5f0c61
4
- data.tar.gz: db271b82e50f499eb11c8e2d665aaefbf8c5f7a9fc1eac967131f9a18f26f3c3
3
+ metadata.gz: 2c00a83379a700092db7c7216a4512822ac070975c5af3311de7727c1348894e
4
+ data.tar.gz: 298645aed83ccec72c6bf7d9ed3aa956a04a66277aaf964a380a313f5c815e8f
5
5
  SHA512:
6
- metadata.gz: 2f905b7e7f6d9a2718cf71b390542dc0b51b5033130613b2295d55c1fa834515fd0b566d84aef4c745a3f2dc86c8db0ef17d27fc0f667b6006145b301dce1cb3
7
- data.tar.gz: 66cb61376c64a9668dccc149b9af1f9dc7b59f30ac5984b26f013c4ed148fec7a853f25e4b056453345dbc01624514f101e1770ac719056a99711a0e74bfea1d
6
+ metadata.gz: 9836240965a052fa5d018b60af85dfd7484428f5c5d0e809fad9950d206b5ac2ee39552b624785e819c0d057e9563fd47beb0d18f87258226ba6d97275a3819b
7
+ data.tar.gz: 971a59c78d6a25ab4b2406e416de1b90ee0e8cb9c91a0e098c0ae936336c06acc061868ff396a2e1328fba260a12a1693ae7c66251213e508cfdbb7fb12fe6c4
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.1]:001 >>> PWN.help
40
+ pwn[v0.5.2]: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.1]:001 >>> PWN.help
55
+ pwn[v0.5.2]: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.1]:001 >>> PWN.help
65
+ pwn[v0.5.2]: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: