pwn 0.4.368 → 0.4.371
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 +12 -8
- data/documentation/pwn_install.png +0 -0
- data/lib/pwn/version.rb +1 -1
- 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: ca760d6b795d3857d82b76c4651ef3760530d7da084b32f16aaf3c27088c9165
|
|
4
|
+
data.tar.gz: cde5d3c9853a1665fd68c7b9d4245cfb0d9ca4e960527ba49c2feb9d5eba37c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 952a29e4304a114c9e0f63484f323086eb6f7a4a8856253e631708361fbe247e49431a840663676c434bb49c1b4bdd18b5c0c08100c4137156cbacb45a4305e4
|
|
7
|
+
data.tar.gz: 27339347b8e80fb87072e127fd7923f50f52fb7caa3715eaead06cfd6d6e82786d15a1eac6616ccb979f07315e43d41f820b5029730d23d292d22cee9012033e
|
data/README.md
CHANGED
|
@@ -15,10 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
### **Intro** ###
|
|
17
17
|
#### **What is PWN** ####
|
|
18
|
-
PWN (Pronounced /pōn/ or pone),
|
|
19
|
-
|
|
20
|
-
#### **Creating an OWASP ZAP Scanning Driver Leveraging the pwn Prototyper** ####
|
|
21
|
-
[](https://youtu.be/MLSqd5F-Bjw)
|
|
18
|
+
PWN (Pronounced /pōn/ or pone), 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.
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
#### **Why PWN** ####
|
|
@@ -34,20 +31,27 @@ Leveraging various pre-built modules and the pwn prototyper, you can mix-and-mat
|
|
|
34
31
|
Tested on Linux, & OSX leveraging Ruby via RVM.
|
|
35
32
|
|
|
36
33
|
```
|
|
37
|
-
$
|
|
34
|
+
$ rvm gemset create pwn
|
|
35
|
+
$ rvm list gemsets
|
|
36
|
+
$ rvm use ruby-<VERSION>@pwn
|
|
37
|
+
$ gem install --verbose pwn
|
|
38
38
|
$ pwn
|
|
39
|
-
pwn[v0.4.
|
|
39
|
+
pwn[v0.4.371]:001 >>> PWN.help
|
|
40
40
|
```
|
|
41
41
|
|
|
42
|
+
[](https://youtu.be/G7iLUY4FzsI)
|
|
42
43
|
|
|
43
44
|
### **General Usage** ###
|
|
44
45
|
[General Usage Quick-Start](https://github.com/0dayinc/pwn/wiki/General-PWN-Usage)
|
|
45
46
|
|
|
46
47
|
It's wise to update pwn often as numerous versions are released/week:
|
|
47
48
|
```
|
|
48
|
-
$
|
|
49
|
+
$ rvm list gemsets
|
|
50
|
+
$ rvm use ruby-<VERSION>@pwn
|
|
51
|
+
$ gem uninstall --all --executables pwn
|
|
52
|
+
$ gem install --verbose pwn
|
|
49
53
|
$ pwn
|
|
50
|
-
pwn[v0.4.
|
|
54
|
+
pwn[v0.4.371]:001 >>> PWN.help
|
|
51
55
|
```
|
|
52
56
|
|
|
53
57
|
|
|
Binary file
|
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.371
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
@@ -1014,6 +1014,7 @@ files:
|
|
|
1014
1014
|
- documentation/fax-spectrogram.png
|
|
1015
1015
|
- documentation/fax-waveform.png
|
|
1016
1016
|
- documentation/pwn_android_war_dialer_session.png
|
|
1017
|
+
- documentation/pwn_install.png
|
|
1017
1018
|
- documentation/pwn_wallpaper.jpg
|
|
1018
1019
|
- documentation/ringing-spectrogram.png
|
|
1019
1020
|
- documentation/ringing-waveform.png
|