pwn 0.4.368 → 0.4.369
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 +5 -7
- 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: a6fcadff3240d2d62ac4409734f09da18eb2ce644cf0fb760a8f1bc93e9f1aa1
|
|
4
|
+
data.tar.gz: c722c423ecf177f63b1fd19ae1b2d24de51286fd98d9826cb6416bcb81e85ccf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f45bf417ce4df44287a95c26d22fa20558a7482ac67a72e604079244faa5716e65dbd0e57b06eca4bf30ae6afb3677f3666fa746b8c73b3e37a4daabc84bad9d
|
|
7
|
+
data.tar.gz: dffaca5a25d87af7027f96dace543591a5d77998371b4889ddf1e2170e2c901c5bcf2331e783a92482e96db6a6a05af2a26008de42c8e2d49c7e3551f8cbb9f0
|
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), [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.
|
|
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), [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.
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
#### **Why PWN** ####
|
|
@@ -36,18 +33,19 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
|
|
|
36
33
|
```
|
|
37
34
|
$ gem install pwn
|
|
38
35
|
$ pwn
|
|
39
|
-
pwn[v0.4.
|
|
36
|
+
pwn[v0.4.369]:001 >>> PWN.help
|
|
40
37
|
```
|
|
41
38
|
|
|
39
|
+
[](https://youtu.be/G7iLUY4FzsI)
|
|
42
40
|
|
|
43
41
|
### **General Usage** ###
|
|
44
42
|
[General Usage Quick-Start](https://github.com/0dayinc/pwn/wiki/General-PWN-Usage)
|
|
45
43
|
|
|
46
44
|
It's wise to update pwn often as numerous versions are released/week:
|
|
47
45
|
```
|
|
48
|
-
$ gem
|
|
46
|
+
$ gem uninstall pwn && gem install pwn
|
|
49
47
|
$ pwn
|
|
50
|
-
pwn[v0.4.
|
|
48
|
+
pwn[v0.4.369]:001 >>> PWN.help
|
|
51
49
|
```
|
|
52
50
|
|
|
53
51
|
|
|
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.369
|
|
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
|