pwn 0.4.352 → 0.4.353
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 +4 -4
- 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: 1f8e04965ec12159f6290f11c5364e501203d7e073b4ca12783ec59ae989cd6a
|
|
4
|
+
data.tar.gz: bacb497458b4e7ff88401bb9375e4a1d4182ed227086194db9829c258b9b9886
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7883f31a913d22a18e672e4c8d3c4fb683e7d241d00dfd6b82ae2cb371e4ec233794342cef0792a689a1c5f265abb1cd616ff2ae1634062490eacdcbe7451da
|
|
7
|
+
data.tar.gz: 89237546f2ea12de13dd26fe993ccc1b6b2f0216e5f0853b9f1225e351f4320bb90521063f81b94b7a0eaf47fc297a0d32896fe6370e8cc37177b8eb42a0d3d0
|
data/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
### **Intro** ###
|
|
17
17
|
#### **What is PWN** ####
|
|
18
|
-
PWN (Pronounced /pōn/ or pone), [formerly known as [CSI](https://github.com/0dayinc/csi)] is an open security automation framework that aims to stand on the shoulders of security giants, promoting trust and innovation. Build your own custom automation drivers freely and easily using pre-built modules. If a picture is worth a thousand words, imagine how many come to mind
|
|
18
|
+
PWN (Pronounced /pōn/ or pone), [formerly known as [CSI](https://github.com/0dayinc/csi)] is an open security automation framework that aims to stand on the shoulders of security giants, promoting trust and innovation. Build your own custom automation drivers freely and easily using pre-built modules. If a picture is worth a thousand words, imagine how many come to mind watching the demo below:
|
|
19
19
|
|
|
20
20
|
#### **Creating an OWASP ZAP Scanning Driver Leveraging the pwn Prototyper** ####
|
|
21
21
|
[](https://youtu.be/MLSqd5F-Bjw)
|
|
@@ -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." Here are some [
|
|
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 [example 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.353]: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.353]:001 >>> PWN.help
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
|
data/lib/pwn/version.rb
CHANGED