pwn 0.4.343 → 0.4.344
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 +2 -3
- data/documentation/pwn_wallpaper.jpg +0 -0
- data/lib/pwn/version.rb +1 -1
- metadata +1 -2
- data/documentation/PWN_Driver_Arch.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f440d93709dc1a633e5ddeabea7bcf7653748747cb95c1ab49002ccb0eee2d1
|
|
4
|
+
data.tar.gz: 18611870bc9f22a880005f082c48cd6b11a706c19077489ef4a84baa17a4dff1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6adb249a66c940cef960f22b7901bc93130c4732709288b10f58d0b01d82c5bd0469d00d90dd532de40a6027a1f465170db6ab9d2c5fcdf7043a1eac63b384e7
|
|
7
|
+
data.tar.gz: 0af7a639b721c6ab96280a6f49732df8a1873a38523c580d4beddce391cdc65868b34b3ca6d45e2e3241627c0be961f4fa74857ae1a3776bf99fa1c29d0212c1
|
data/README.md
CHANGED
|
@@ -49,7 +49,6 @@ Leveraging various pre-built modules and the pwn prototyper, you can mix-and-mat
|
|
|
49
49
|
|
|
50
50
|
#### **PWN Modules Can be Mixed and Matched to Produce Your Own Tools** ####
|
|
51
51
|
Also known as, "Drivers" PWN can produce all sorts of useful tools by mixing and matching modules.
|
|
52
|
-

|
|
53
52
|
|
|
54
53
|
|
|
55
54
|
#### **Install Locally on Host OS** ####
|
|
@@ -58,7 +57,7 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
|
|
|
58
57
|
```
|
|
59
58
|
$ gem install pwn
|
|
60
59
|
$ pwn
|
|
61
|
-
pwn[v0.4.
|
|
60
|
+
pwn[v0.4.344]:001 >>> PWN.help
|
|
62
61
|
```
|
|
63
62
|
|
|
64
63
|
|
|
@@ -69,7 +68,7 @@ It's wise to update pwn often as numerous versions are released/week:
|
|
|
69
68
|
```
|
|
70
69
|
$ gem update pwn
|
|
71
70
|
$ pwn
|
|
72
|
-
pwn[v0.4.
|
|
71
|
+
pwn[v0.4.344]:001 >>> PWN.help
|
|
73
72
|
```
|
|
74
73
|
|
|
75
74
|
|
|
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.344
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 0day Inc.
|
|
@@ -996,7 +996,6 @@ files:
|
|
|
996
996
|
- bin/pwn_xss_dom_vectors
|
|
997
997
|
- build_pwn_gem.sh
|
|
998
998
|
- documentation/PWN_Contributors_and_Users.png
|
|
999
|
-
- documentation/PWN_Driver_Arch.png
|
|
1000
999
|
- documentation/fax-spectrogram.png
|
|
1001
1000
|
- documentation/fax-waveform.png
|
|
1002
1001
|
- documentation/pwn_android_war_dialer_session.png
|
|
Binary file
|