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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 748885090d9ada36536b03ad84140ecf964bfd49e5f64c5a892d00181b1fb089
4
- data.tar.gz: 88835d6ca48c57ad213a9a8857a1c9e366f9e611955d254a5d9471053237b4f3
3
+ metadata.gz: ca760d6b795d3857d82b76c4651ef3760530d7da084b32f16aaf3c27088c9165
4
+ data.tar.gz: cde5d3c9853a1665fd68c7b9d4245cfb0d9ca4e960527ba49c2feb9d5eba37c2
5
5
  SHA512:
6
- metadata.gz: 89af93ed6f13ab92fb21b75a4ad15c8c25d2645259281b1253ddf18b5d3b79c0fe9ed36566dfb3fa2db3b2234d8cc0ec40e48f0dd7ac43a4c530c4d2e01da61a
7
- data.tar.gz: d8f442cfabe5e2b0a22baefc558fc2e750ce4de70680cd5cdf3dc301af1e9378ef6daad69ea44d8819303f5b25b1e2bca14ada954a7325de728749a60a797777
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), [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), 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
- $ gem install pwn
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.368]:001 >>> PWN.help
39
+ pwn[v0.4.371]:001 >>> PWN.help
40
40
  ```
41
41
 
42
+ [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](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
- $ gem update pwn
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.368]:001 >>> PWN.help
54
+ pwn[v0.4.371]:001 >>> PWN.help
51
55
  ```
52
56
 
53
57
 
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.371'
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.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