pwn 0.4.929 → 0.4.930
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/Gemfile +1 -1
- data/README.md +9 -20
- data/lib/pwn/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc523d2b131150ad8cca711dc21c6f0bdd3997fea4696b7d0005a63aa14ec03e
|
|
4
|
+
data.tar.gz: 457f86ebe72e704e40087f6caf665916bdaed809383e703c782aa8a955cb4de7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 594ba9feafec1fa0662a09c254d7f866c717447eef3ee205e9b0d7b3b6ee9a94594967138f49fdf699df3d8f995406159a9794704412b7fb3169ad3f1e32c930
|
|
7
|
+
data.tar.gz: b2af56a5d97cdf08b44fed7977f175a3d28aebb09423d75b7cb823724007143e71cc3a726118e61ae36017f828e37b47c17da592db5db96217a1c8e063fef2b4
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -28,27 +28,16 @@ Leveraging various pre-built modules and the pwn prototyper, you can mix-and-mat
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
#### **Installation** ####
|
|
31
|
-
Tested on Linux, & OSX leveraging Ruby via RVM.
|
|
31
|
+
Tested on Debian-Based Linux Distros, & OSX leveraging Ruby via RVM.
|
|
32
32
|
|
|
33
33
|
```
|
|
34
|
-
$
|
|
35
|
-
$
|
|
36
|
-
$
|
|
37
|
-
$
|
|
38
|
-
$
|
|
39
|
-
$ pwn
|
|
40
|
-
pwn[v0.4.929]:001 >>> PWN.help
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
If you're using a multi-user install of RVM do:
|
|
44
|
-
```
|
|
45
|
-
$ rvm use ruby-3.2.2@global
|
|
46
|
-
$ rvmsudo rvm gemset create pwn
|
|
47
|
-
$ rvm use ruby-3.2.2@pwn
|
|
48
|
-
$ rvm list gemsets
|
|
49
|
-
$ rvmsudo gem install --verbose pwn
|
|
34
|
+
$ cd /opt
|
|
35
|
+
$ sudo git clone https://github.com/0dayinc/pwn
|
|
36
|
+
$ cd /opt/pwn
|
|
37
|
+
$ ./install.sh
|
|
38
|
+
$ ./install.sh ruby-gem
|
|
50
39
|
$ pwn
|
|
51
|
-
pwn[v0.4.
|
|
40
|
+
pwn[v0.4.930]:001 >>> PWN.help
|
|
52
41
|
```
|
|
53
42
|
|
|
54
43
|
[](https://youtu.be/G7iLUY4FzsI)
|
|
@@ -63,7 +52,7 @@ $ rvm use ruby-3.2.2@pwn
|
|
|
63
52
|
$ gem uninstall --all --executables pwn
|
|
64
53
|
$ gem install --verbose pwn
|
|
65
54
|
$ pwn
|
|
66
|
-
pwn[v0.4.
|
|
55
|
+
pwn[v0.4.930]:001 >>> PWN.help
|
|
67
56
|
```
|
|
68
57
|
|
|
69
58
|
If you're using a multi-user install of RVM do:
|
|
@@ -73,7 +62,7 @@ $ rvm use ruby-3.2.2@pwn
|
|
|
73
62
|
$ rvmsudo gem uninstall --all --executables pwn
|
|
74
63
|
$ rvmsudo gem install --verbose pwn
|
|
75
64
|
$ pwn
|
|
76
|
-
pwn[v0.4.
|
|
65
|
+
pwn[v0.4.930]:001 >>> PWN.help
|
|
77
66
|
```
|
|
78
67
|
|
|
79
68
|
|
data/lib/pwn/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pwn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.930
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - ">="
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 2.4.
|
|
117
|
+
version: 2.4.21
|
|
118
118
|
type: :development
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 2.4.
|
|
124
|
+
version: 2.4.21
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: bundler-audit
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2167,7 +2167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2167
2167
|
- !ruby/object:Gem::Version
|
|
2168
2168
|
version: '0'
|
|
2169
2169
|
requirements: []
|
|
2170
|
-
rubygems_version: 3.4.
|
|
2170
|
+
rubygems_version: 3.4.21
|
|
2171
2171
|
signing_key:
|
|
2172
2172
|
specification_version: 4
|
|
2173
2173
|
summary: Automated Security Testing for CI/CD Pipelines & Beyond
|