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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6797f8e79e1380d9fe521d54bb800572d30af0f56617b04847644964eed892ec
4
- data.tar.gz: dd50c9804b9f4cb92137e980cd05cc8a64cd833d3fc4bedda82c85bcee2c245f
3
+ metadata.gz: 5f440d93709dc1a633e5ddeabea7bcf7653748747cb95c1ab49002ccb0eee2d1
4
+ data.tar.gz: 18611870bc9f22a880005f082c48cd6b11a706c19077489ef4a84baa17a4dff1
5
5
  SHA512:
6
- metadata.gz: f7c52b1d825868bcde5062723f298b1cf580f6ad827addb0f36c85ba8ab358fa9fc6b0072de8c674025168aa716209dc6a313d254ea41e40cb2cde214d3b6764
7
- data.tar.gz: f445c01df5db571a21c81292c2233afc7732da18404caf87ade83f53a1f8a175f3018e7bd20f130658352bb0a96c19481b16adc37868cbab7cb5745b50cab847
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
- ![PWN](https://github.com/0dayinc/pwn/blob/master/documentation/PWN_Driver_Arch.png)
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.343]:001 >>> PWN.help
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.343]:001 >>> PWN.help
71
+ pwn[v0.4.344]:001 >>> PWN.help
73
72
  ```
74
73
 
75
74
 
Binary file
data/lib/pwn/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PWN
4
- VERSION = '0.4.343'
4
+ VERSION = '0.4.344'
5
5
  end
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.343
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