pwn 0.4.344 → 0.4.346

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 +18 -27
  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: 5f440d93709dc1a633e5ddeabea7bcf7653748747cb95c1ab49002ccb0eee2d1
4
- data.tar.gz: 18611870bc9f22a880005f082c48cd6b11a706c19077489ef4a84baa17a4dff1
3
+ metadata.gz: f7af08aa3995f2cc037647e58136b9b0c237d33a65a4b8b9036cf9b47219249c
4
+ data.tar.gz: c758d4b0fa46ff00db517f08f32683e68317143eb26aae313b33b06a95ffa89f
5
5
  SHA512:
6
- metadata.gz: 6adb249a66c940cef960f22b7901bc93130c4732709288b10f58d0b01d82c5bd0469d00d90dd532de40a6027a1f465170db6ab9d2c5fcdf7043a1eac63b384e7
7
- data.tar.gz: 0af7a639b721c6ab96280a6f49732df8a1873a38523c580d4beddce391cdc65868b34b3ca6d45e2e3241627c0be961f4fa74857ae1a3776bf99fa1c29d0212c1
6
+ metadata.gz: 5f11c3997d2517d95ce8cf00aee896664eb6b200ff0805f4493cb0b3cf28b055ff04be68b777af33b6bd10984b19da18810c76bf52bd99e9c35b02ef405bf33c
7
+ data.tar.gz: 95b99af2449e81373141b3c60f2f314ba9b6bb72ea9bc40cc53df9d83eb561cc5e44059b7678591dda509a599aef7b26ac54d8aa1b0d2833037736d61b800ef8
data/README.md CHANGED
@@ -1,37 +1,19 @@
1
1
  ![PWN](https://raw.githubusercontent.com/0dayinc/pwn/master/documentation/pwn_wallpaper.jpg)
2
2
 
3
3
  ### **Table of Contents** ###
4
- - [Keep Us Caffeinated](#keep-us-caffeinated)
5
- - [Call to Arms](#call-to-arms)
6
4
  - [Intro](#intro)
7
5
  * [What is PWN](#what-is-pwn)
8
6
  * [Why PWN](#why-pwn)
9
7
  * [How PWN Works](#how-pwn-works)
10
8
  * [PWN Modules Can be Mixed and Matched to Produce Your Own Tools](#pwn-modules-can-be-mixed-and-matched-to-produce-your-own-tools)
11
- * [Creating an OWASP ZAP Scanning Driver Leveraging the pwn Prototyper](#creating-an-owasp-zap-scanning-driver-leveraging-the-pwn-prototyper)
12
- - [Clone PWN](#clone-pwn)
13
- - [Deploy](#deploy)
14
- * [Basic Installation Dependencies](#basic-installation-dependencies)
15
- * [Install Locally on Host OS](#install-locally-on-host-os)
16
- * [Deploy in AWS EC2](#deploy-in-aws-ec2)
17
- * [Deploy in Docker Container](#deploy-in-docker-container)
18
- * [Deploy in VirtualBox](#deploy-in-virtualbox)
19
- * [Deploy in VMware](#deploy-in-vmware)
20
- * [Deploy in vSphere](#deploy-in-vsphere)
9
+ - [Installation](#install-locally-on-host-os)
21
10
  - [General Usage](#general-usage)
11
+ - [Call to Arms](#call-to-arms)
22
12
  - [Driver Documentation](#driver-documentation)
13
+ - [Keep Us Caffeinated](#keep-us-caffeinated)
23
14
  - [Merchandise](#merchandise)
24
15
 
25
16
 
26
- ### **Keep Us Caffeinated** ###
27
- 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:
28
-
29
- [![Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/0dayinc)
30
-
31
- ### **Call to Arms** ###
32
- 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).
33
-
34
-
35
17
  ### **Intro** ###
36
18
  #### **What is PWN** ####
37
19
  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:
@@ -39,25 +21,26 @@ PWN (Pronounced /pōn/ or pone), formerly known as [CSI](https://github.com/0day
39
21
  #### **Creating an OWASP ZAP Scanning Driver Leveraging the pwn Prototyper** ####
40
22
  [![Continuous Security Integration: Basics of Building Your Own Security Automation ](https://i.ytimg.com/vi/MLSqd5F-Bjw/0.jpg)](https://youtu.be/MLSqd5F-Bjw)
41
23
 
24
+
42
25
  #### **Why PWN** ####
43
- It's easy to agree that while corporate automation is a collection of proprietary source code, the core modules used to produce automated solutions should be open for all eyes to continuously promote trust and innovation...broad collaboration is key to any automation framework's success, particularly in the cyber security arena.
26
+ It's easy to agree that while corporate automation is a collection of proprietary source code, the core modules used to produce automated solutions should be open for all eyes to continuously promote trust and innovation...broad collaboration is key to any automation framework's success, particularly in the cyber security arena.
44
27
 
45
28
 
46
29
  #### **How PWN Works** ####
47
- Leveraging various pre-built modules and the pwn prototyper, you can mix-and-match modules to test, record, replay, and rollout your own custom security automation packages known as, "drivers."
30
+ Leveraging various pre-built modules and the pwn prototyper, you can mix-and-match modules to test, record, replay, and rollout your own custom security automation packages known as, "drivers."
48
31
 
49
32
 
50
33
  #### **PWN Modules Can be Mixed and Matched to Produce Your Own Tools** ####
51
34
  Also known as, "Drivers" PWN can produce all sorts of useful tools by mixing and matching modules.
52
35
 
53
36
 
54
- #### **Install Locally on Host OS** ####
37
+ #### **Installation** ####
55
38
  Tested on Linux, & OSX leveraging Ruby via RVM.
56
39
 
57
40
  ```
58
41
  $ gem install pwn
59
42
  $ pwn
60
- pwn[v0.4.344]:001 >>> PWN.help
43
+ pwn[v0.4.346]:001 >>> PWN.help
61
44
  ```
62
45
 
63
46
 
@@ -68,16 +51,24 @@ It's wise to update pwn often as numerous versions are released/week:
68
51
  ```
69
52
  $ gem update pwn
70
53
  $ pwn
71
- pwn[v0.4.344]:001 >>> PWN.help
54
+ pwn[v0.4.346]:001 >>> PWN.help
72
55
  ```
73
56
 
74
57
 
58
+ ### **Call to Arms** ###
59
+ 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).
60
+
61
+
75
62
  ### **Documentation** ###
76
63
  Additional documentation on using PWN can be found on [RubyGems.org](https://www.rubydoc.info/gems/pwn)
77
64
 
65
+ 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!
78
66
 
67
+ ### **Keep Us Caffeinated** ###
68
+ 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:
69
+
70
+ [![Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://buymeacoff.ee/0dayinc)
79
71
 
80
- I hope you enjoy PWN and remember...ensure you always have permission prior to carrying out any sort of hacktivities. Now - go pwn-tomate all the things!
81
72
 
82
73
  ### **Merchandise** ###
83
74
 
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.344'
4
+ VERSION = '0.4.346'
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.344
4
+ version: 0.4.346
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.