pwn 0.5.282 → 0.5.283
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 +4 -4
- data/README.md +3 -3
- data/lib/pwn/version.rb +1 -1
- data/pwn.gemspec +1 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5021f651954c3a8652b6f3143e7b40ce4d540a277a4e670f78664104cfc6e6e6
|
4
|
+
data.tar.gz: b71fa154cca6ce1e71cc5d334a19c055bae54ca4d9dc397252e3f817258e9fd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f083baeba35e6da17fa662cc13016cddc73519ebea0bf7198ac24b71fe8cb6cae0be63f5a79cbae09f6969034c33c51518812470b7daf9974cb51615d8227016
|
7
|
+
data.tar.gz: 3c06ddaab4576c58d441a6b20a9a072b78fc593f654f1e2227ed08d2a8b13329ffdff2433a998dc5c8fa24f244585935b071a39c05322bb39868f0995340f766
|
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.
|
40
|
+
pwn[v0.5.283]:001 >>> PWN.help
|
41
41
|
```
|
42
42
|
|
43
43
|
[](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.
|
55
|
+
pwn[v0.5.283]: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.
|
65
|
+
pwn[v0.5.283]: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/lib/pwn/version.rb
CHANGED
data/pwn.gemspec
CHANGED
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
|
|
18
18
|
spec.homepage = 'https://github.com/0dayinc/pwn'
|
19
19
|
spec.license = 'MIT'
|
20
20
|
spec.metadata['rubygems_mfa_required'] = 'true'
|
21
|
+
spec.metadata["funding_uri"] = 'https://github.com/sponsors/0dayInc'
|
21
22
|
|
22
23
|
spec.files = `git ls-files -z`.split("\x00")
|
23
24
|
spec.executables = spec.files.grep(%r{^bin/}) do |f|
|
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.
|
4
|
+
version: 0.5.283
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 0day Inc.
|
@@ -2336,6 +2336,7 @@ licenses:
|
|
2336
2336
|
- MIT
|
2337
2337
|
metadata:
|
2338
2338
|
rubygems_mfa_required: 'true'
|
2339
|
+
funding_uri: https://github.com/sponsors/0dayInc
|
2339
2340
|
rdoc_options: []
|
2340
2341
|
require_paths:
|
2341
2342
|
- lib
|