pwn 0.5.78 → 0.5.79

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: 7b57135402de7840253a3e48cc4a50508507b66b03af3559b4de891eac1a9ebd
4
- data.tar.gz: 7c6d44884e7df371dc3cbbaf77bef4ad7750ecdde5f659286f0dff1ccb469c12
3
+ metadata.gz: ddea38642ae143a1497175f362a68dab5ea7c73fb6e5e11c290ba31c66b8737a
4
+ data.tar.gz: 57ad2b8405af577767442e1fd0b62e2ae7984cb02bf4957498310006e1ab72d6
5
5
  SHA512:
6
- metadata.gz: 461e5365cfa2d10f28f610fd350ce9ef596727f3f391c0c1eca26cf38d7bc9353278e0055760181a8b8af3ef5a0bc5642c6eaa6ad1c4137a8b648b2c3ee05ef6
7
- data.tar.gz: 427eaddc5130d6cf30c6f4aff5a9a58ee4565043df82613c1de2a5e41feaf824a43f0364cb3fadc94fcaa5dede605298bea5f849d148da0306de0edf4b517784
6
+ metadata.gz: 0ca4bbdeb63f5bdba25b389411bd61dffe8b6c225a79a13b249890244e85a4b889db75f3a34c95355bb6ebc0e23cbb5c9d44e625d4230c5b2d2e3e9fcff8bd21
7
+ data.tar.gz: 2eddb633e58ba9bdf3513bca1de16d31fb48a94d5260b522b47f89e4a498bd886bcdea0e514d73f2cda1b790018e9768a123a67892271c2ebd6b565c009dc94b
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.78]:001 >>> PWN.help
40
+ pwn[v0.5.79]: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.78]:001 >>> PWN.help
55
+ pwn[v0.5.79]: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.78]:001 >>> PWN.help
65
+ pwn[v0.5.79]: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:
@@ -473,7 +473,7 @@ module PWN
473
473
 
474
474
  valid_group_by = %w[
475
475
  component_name
476
- component_name+compoent_version
476
+ component_name+component_version
477
477
  file_path
478
478
  finding_title
479
479
  ]
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.78'
4
+ VERSION = '0.5.79'
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.78
4
+ version: 0.5.79
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.