pwn 0.4.369 → 0.4.370

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: a6fcadff3240d2d62ac4409734f09da18eb2ce644cf0fb760a8f1bc93e9f1aa1
4
- data.tar.gz: c722c423ecf177f63b1fd19ae1b2d24de51286fd98d9826cb6416bcb81e85ccf
3
+ metadata.gz: c82bc915b002f4eb0186a38d6ad81ae9c6f7af67d06128ec293f20d9240b21d3
4
+ data.tar.gz: 6ad135eda7b21d9fdee9534e5a9c860fd7b0f4d46df38ac177eb5e7ea3dea148
5
5
  SHA512:
6
- metadata.gz: f45bf417ce4df44287a95c26d22fa20558a7482ac67a72e604079244faa5716e65dbd0e57b06eca4bf30ae6afb3677f3666fa746b8c73b3e37a4daabc84bad9d
7
- data.tar.gz: dffaca5a25d87af7027f96dace543591a5d77998371b4889ddf1e2170e2c901c5bcf2331e783a92482e96db6a6a05af2a26008de42c8e2d49c7e3551f8cbb9f0
6
+ metadata.gz: 11ee5a915cf488251cec1b7e64745069cb5c3c41ad0cc68a166e22001fc995734181a69573a7192b172a0760b2282a13a84ec24551acb02083b25138074c0880
7
+ data.tar.gz: d28150dcfb13d473292d6bb4e2bb66a38cf986a85a0f8fb6be830a2fc6de8fcb4e97b541f7bb1bb5f11c7534961f50074cc4445329d1ca8a2f9fd91cca70776e
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.
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.
19
19
 
20
20
 
21
21
  #### **Why PWN** ####
@@ -33,7 +33,7 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
33
33
  ```
34
34
  $ gem install pwn
35
35
  $ pwn
36
- pwn[v0.4.369]:001 >>> PWN.help
36
+ pwn[v0.4.370]:001 >>> PWN.help
37
37
  ```
38
38
 
39
39
  [![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -45,7 +45,7 @@ It's wise to update pwn often as numerous versions are released/week:
45
45
  ```
46
46
  $ gem uninstall pwn && gem install pwn
47
47
  $ pwn
48
- pwn[v0.4.369]:001 >>> PWN.help
48
+ pwn[v0.4.370]:001 >>> PWN.help
49
49
  ```
50
50
 
51
51
 
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.369'
4
+ VERSION = '0.4.370'
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.369
4
+ version: 0.4.370
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.