pwn 0.4.360 → 0.4.364
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 -0
- data/README.md +8 -8
- data/lib/pwn/version.rb +1 -1
- metadata +15 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38e966a8f01985ccb1b2ba917bafbacb232e0f0d6d0a1d8c96d08214936186d5
|
|
4
|
+
data.tar.gz: b05d06da35a49bbc5269ea03e1a19c59286bdb69b44793b7e8d94ea7350ef77c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27ea9ba593a254254714918c9faae9758b518bfafb380ac77d4fd5040a3a8a270b0eef579c25ee80de0e18ae88f76d77eccd080fe30da680c5fcf1306acd0aac
|
|
7
|
+
data.tar.gz: af9f3e01b63400d62c14f0de360b17c377d6506d5c30ef19e6e528485a883ec1607070dbdea4eaef5e64108f766c7896337dfd0b8769aae9559eaf9f120ba62f
|
data/Gemfile
CHANGED
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
- [Call to Arms](#call-to-arms)
|
|
11
11
|
- [Module Documentation](#module-documentation)
|
|
12
12
|
- [Keep Us Caffeinated](#keep-us-caffeinated)
|
|
13
|
-
- [
|
|
13
|
+
- [0x4D 0x65 0x72 0x63 0x68](#0x4D-0x65-0x72-0x63-0x68)
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
### **Intro** ###
|
|
@@ -36,7 +36,7 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
|
|
|
36
36
|
```
|
|
37
37
|
$ gem install pwn
|
|
38
38
|
$ pwn
|
|
39
|
-
pwn[v0.4.
|
|
39
|
+
pwn[v0.4.364]:001 >>> PWN.help
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
|
|
@@ -47,7 +47,7 @@ It's wise to update pwn often as numerous versions are released/week:
|
|
|
47
47
|
```
|
|
48
48
|
$ gem update pwn
|
|
49
49
|
$ pwn
|
|
50
|
-
pwn[v0.4.
|
|
50
|
+
pwn[v0.4.364]:001 >>> PWN.help
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
|
|
@@ -66,16 +66,16 @@ If you've found this framework useful and you're interested in supporting as man
|
|
|
66
66
|
[](https://buymeacoff.ee/0dayinc)
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
### **
|
|
69
|
+
### **0x4D 0x65 0x72 0x63 0x68** ###
|
|
70
70
|
|
|
71
|
-
[](https://0day.myspreadshop.com/pwn-A621e580f05c234502aaf5f27?productType=1459&sellable=2L4De7dGJmC4qZLq4z7r-1459-215&appearance=839&size=167)
|
|
72
72
|
|
|
73
73
|
[Other Stickers](https://0day.myspreadshop.com/accessories+sticker?q=P19)
|
|
74
74
|
|
|
75
|
-
[](https://0day.myspreadshop.com/pwn-A621e580f05c234502aaf5f27?productType=949&sellable=2L4De7dGJmC4qZLq4z7r-949-32&appearance=2&size=29)
|
|
76
76
|
|
|
77
77
|
[Other Accessories](https://0day.myspreadshop.com/accessories?q=D4)
|
|
78
78
|
|
|
79
|
-
[](https://shop.spreadshirt.com/0day/0dayinc-A5c3e498cf937643162a01b5f?productType=951&appearance=70)
|
|
80
80
|
|
|
81
|
-
[](https://shop.spreadshirt.com/0day/blackfingerprint-A5c3e49db1cbf3a0b9596b4d0?productType=111&appearance=2)
|
data/lib/pwn/version.rb
CHANGED
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.4.
|
|
4
|
+
version: 0.4.364
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
@@ -360,6 +360,20 @@ dependencies:
|
|
|
360
360
|
- - '='
|
|
361
361
|
- !ruby/object:Gem::Version
|
|
362
362
|
version: 0.8.7
|
|
363
|
+
- !ruby/object:Gem::Dependency
|
|
364
|
+
name: net-smtp
|
|
365
|
+
requirement: !ruby/object:Gem::Requirement
|
|
366
|
+
requirements:
|
|
367
|
+
- - '='
|
|
368
|
+
- !ruby/object:Gem::Version
|
|
369
|
+
version: 0.3.1
|
|
370
|
+
type: :runtime
|
|
371
|
+
prerelease: false
|
|
372
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
373
|
+
requirements:
|
|
374
|
+
- - '='
|
|
375
|
+
- !ruby/object:Gem::Version
|
|
376
|
+
version: 0.3.1
|
|
363
377
|
- !ruby/object:Gem::Dependency
|
|
364
378
|
name: nexpose
|
|
365
379
|
requirement: !ruby/object:Gem::Requirement
|