pwn 0.4.348 → 0.4.351

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 +5 -5
  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: 043e8c011043e023aa8ad6a1872bc00623a53eeee786cf48c6575189abc7ca29
4
+ data.tar.gz: b8600c6606c3ed04683662fa62b09ad3b3c31eb190d533f618039aa97d1a3e84
5
5
  SHA512:
6
- metadata.gz: badb978897f0f26572337f740623d4e1f872320380a47ef4a4985ce56ca622675421a76c035499b6dea4cbdca740de637e86680aefb00cc072bcf5721b5d0bbd
7
- data.tar.gz: fe9ce69e14666c4c16183b1f8262db6c0ac1ff5ccefd98750e1a079e4f7ef3dfb2ae6362c6a37d1395c58b34e480802600eddba4680efbf4580f3a13aa3b3379
6
+ metadata.gz: 2721de918c87de7ac242e83e40a74a2240d32ca29d6c2e61efdf0d376f60be002897a20caabd8edb75557a1d549cad93ffad5f13f7e3a154c7c541376034145e
7
+ data.tar.gz: 69563944077693dcb209f9b4be96f7ea35cc1748672d191d5ff00d9441163da056735d71dd6213153bc5df0580c228ffddde541004efd4da15b026d6c1692df5
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.351]:001 >>> PWN.help
40
40
  ```
41
41
 
42
42
 
@@ -47,12 +47,12 @@ 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.351]:001 >>> PWN.help
51
51
  ```
52
52
 
53
53
 
54
54
  ### **Call to Arms** ###
55
- If you're willing to provide access to commercial security tools (e.g. Rapid7's Nexpose, Tenable Nessus, QualysGuard, HP WebInspect, IBM Appscan, etc) please PM us as this will continue to promote PWNs interoperability w/ industry-recognized security tools moving forward. Additionally if you want to contribute to this framework's success, check out our [How to Contribute](https://github.com/0dayInc/pwn/blob/master/CONTRIBUTING.md). Lastly, we accept [donations](https://cash.me/$fundpwn).
55
+ If you're willing to provide access to commercial security tools (e.g. Rapid7's Nexpose, Tenable Nessus, QualysGuard, HP WebInspect, IBM Appscan, etc) please PM us as this will continue to promote PWNs interoperability w/ industry-recognized security tools moving forward. Additionally if you want to contribute to this framework's success, check out our [How to Contribute](https://github.com/0dayInc/pwn/blob/master/CONTRIBUTING.md).
56
56
 
57
57
 
58
58
  ### **Module Documentation** ###
@@ -61,7 +61,7 @@ Additional documentation on using PWN can be found on [RubyGems.org](https://www
61
61
  I hope you enjoy PWN and remember...ensure you always have permission prior to carrying out any sort of hacktivities. Now - go pwn all the things!
62
62
 
63
63
  ### **Keep Us Caffeinated** ###
64
- If you've found this framework useful and you're either not in a position to donate or simply interested in us cranking out as many features as possible, we invite you to take a brief moment to keep us caffeinated:
64
+ If you've found this framework useful and you're interested in supporting as many new features as possible, we invite you to take a brief moment to keep us caffeinated:
65
65
 
66
66
  [![Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/0dayinc)
67
67
 
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.351'
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.351
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.