pwn 0.4.348 → 0.4.349

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/pwn/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6959082f66658a6bf91c8823589c5a4ca5bdb84214857e314709c011556c888b
4
- data.tar.gz: 298f665295bd4ef946030f5cd3f03bcfd23ee201cf321897de5979dee087d95b
3
+ metadata.gz: 863bc5a716d91a2b1ee1423eab10e82fc340fc055b63b11611fe6ba2d5f0d9ce
4
+ data.tar.gz: 5c936fdeb251d9444df115986cae84dfcf914ce04137cdc13d88c1cc9054fa0c
5
5
  SHA512:
6
- metadata.gz: badb978897f0f26572337f740623d4e1f872320380a47ef4a4985ce56ca622675421a76c035499b6dea4cbdca740de637e86680aefb00cc072bcf5721b5d0bbd
7
- data.tar.gz: fe9ce69e14666c4c16183b1f8262db6c0ac1ff5ccefd98750e1a079e4f7ef3dfb2ae6362c6a37d1395c58b34e480802600eddba4680efbf4580f3a13aa3b3379
6
+ metadata.gz: 1b3f454a68e5f3aeec03a788b229e0949a8b8eb1ffd571838463d5d39f9d0a5cc22896c37faa10c65159873e636beacd1e4d309583325abe83a2d870b9e84785
7
+ data.tar.gz: ce2d50a9cf22c0325ebe1e1d1a650168492d3f5ca505c58b459e7124261629226420c54fa175e5bc65479954737d5e3e0b33ae91c4d17bf5bacca9a8b954eadb
data/README.md CHANGED
@@ -15,7 +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, then a video must be worth at least a million...let's begin by planting a million seeds in your mind:
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 by watching this demo:
19
19
 
20
20
  #### **Creating an OWASP ZAP Scanning Driver Leveraging the pwn Prototyper** ####
21
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)
@@ -36,7 +36,7 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
36
36
  ```
37
37
  $ gem install pwn
38
38
  $ pwn
39
- pwn[v0.4.348]:001 >>> PWN.help
39
+ pwn[v0.4.349]:001 >>> PWN.help
40
40
  ```
41
41
 
42
42
 
@@ -47,7 +47,7 @@ It's wise to update pwn often as numerous versions are released/week:
47
47
  ```
48
48
  $ gem update pwn
49
49
  $ pwn
50
- pwn[v0.4.348]:001 >>> PWN.help
50
+ pwn[v0.4.349]:001 >>> PWN.help
51
51
  ```
52
52
 
53
53
 
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.348'
4
+ VERSION = '0.4.349'
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.348
4
+ version: 0.4.349
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.