pwn 0.4.351 → 0.4.352
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
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a42869c92cefb483940e8812b6b81316d1f4c156e52941238a7308f3d3a9ebfd
|
|
4
|
+
data.tar.gz: fe40302bc226e894d215198f74692b7abe1248b9731ee3e5883f6101e6cb6b61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c477fb89a2731ba0879f1499fcd4b7573b8099f7833224aa61a77c097deab889f04266f5c5f4622aed0c35d4295ee22c0614d083b8e07d05b5e21451000265c
|
|
7
|
+
data.tar.gz: 9e5de6f29c00c9ad25969e1b0b311b37a395439e732d86dd1f7c08ec19bfddda3aa2204026a1c3b3a275f936cece757da948d37769bf96ce8f1265153fc7e3fd
|
data/README.md
CHANGED
|
@@ -26,7 +26,7 @@ It's easy to agree that while corporate automation is a collection of proprietar
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
#### **How PWN Works** ####
|
|
29
|
-
Leveraging various pre-built modules and the pwn prototyper, you can mix-and-match modules to test, record, replay, and rollout your own custom security automation packages known as, "drivers."
|
|
29
|
+
Leveraging various pre-built modules and the pwn prototyper, you can mix-and-match modules to test, record, replay, and rollout your own custom security automation packages known as, "drivers." Here are some [examples of drivers](https://github.com/0dayInc/pwn/tree/master/bin) distributed with PWN.
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -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.352]: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.352]:001 >>> PWN.help
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
|
data/lib/pwn/version.rb
CHANGED