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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 748885090d9ada36536b03ad84140ecf964bfd49e5f64c5a892d00181b1fb089
4
- data.tar.gz: 88835d6ca48c57ad213a9a8857a1c9e366f9e611955d254a5d9471053237b4f3
3
+ metadata.gz: a6fcadff3240d2d62ac4409734f09da18eb2ce644cf0fb760a8f1bc93e9f1aa1
4
+ data.tar.gz: c722c423ecf177f63b1fd19ae1b2d24de51286fd98d9826cb6416bcb81e85ccf
5
5
  SHA512:
6
- metadata.gz: 89af93ed6f13ab92fb21b75a4ad15c8c25d2645259281b1253ddf18b5d3b79c0fe9ed36566dfb3fa2db3b2234d8cc0ec40e48f0dd7ac43a4c530c4d2e01da61a
7
- data.tar.gz: d8f442cfabe5e2b0a22baefc558fc2e750ce4de70680cd5cdf3dc301af1e9378ef6daad69ea44d8819303f5b25b1e2bca14ada954a7325de728749a60a797777
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. If a picture is worth a thousand words, imagine how many come to mind watching the demo below:
19
-
20
- #### **Creating an OWASP ZAP Scanning Driver Leveraging the pwn Prototyper** ####
21
- [![Continuous Security Integration: Basics of Building Your Own Security Automation ](https://i.ytimg.com/vi/MLSqd5F-Bjw/0.jpg)](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.368]:001 >>> PWN.help
36
+ pwn[v0.4.369]:001 >>> PWN.help
40
37
  ```
41
38
 
39
+ [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](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 update pwn
46
+ $ gem uninstall pwn && gem install pwn
49
47
  $ pwn
50
- pwn[v0.4.368]:001 >>> PWN.help
48
+ pwn[v0.4.369]:001 >>> PWN.help
51
49
  ```
52
50
 
53
51
 
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.368'
4
+ VERSION = '0.4.369'
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.368
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