pwn 0.4.338 → 0.4.339

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dcfe60ec37166fa476830c00dc2a810e2f5e922a75d44da7576a87ac3575e7a3
4
- data.tar.gz: 2b5440311787dca061b08e18c99906e06959628dbdf5c0b738a602c8b11830cb
3
+ metadata.gz: c9552c4e32440ac0ef8c3649f6ac88ce92d4c0f9df79f98da8382dcfe84bec47
4
+ data.tar.gz: c4e2eeffac45b8a8e9fe65610fe9c6c6238ab310edc33e68cd049e4daada17ba
5
5
  SHA512:
6
- metadata.gz: d936c3aa5f604ef7a936421debca89e65127b38146228be2ab4511e41fe6e1a5538b3a5b5185d1edb0079363928f71808243173cb0cc6e8073f7c6cb0236054f
7
- data.tar.gz: 9d678b78e12a82aa239961eccacc7234746899c818ecaeee09ea86bcc033012fce83920fffe6c6b272799f3eebed490b9af998593f3fd51985cc8cf2fc0be2a5
6
+ metadata.gz: 4dfdec0d5335a1617885f521bbba618361b5bc3134abbe5e1cfab7243d847729d85150b7d07002ace226c1c7b4096f16e8bcf1559a61b50e25b13f808bee8626
7
+ data.tar.gz: a612166a6244dd0696a869d18a5dd83decb0679e58ee2c8bd1fa19b0c9a217f104aec6f812681267e979e3a174e0dd3ef22fb22f16b4500aa448a6a347ec7562
data/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
  - [Keep Us Caffeinated](#keep-us-caffeinated)
5
5
  - [Call to Arms](#call-to-arms)
6
6
  - [Intro](#intro)
7
+ * [What is PWN](#what-is-pwn)
7
8
  * [Why PWN](#why-pwn)
8
9
  * [How PWN Works](#how-pwn-works)
9
- * [What is PWN](#what-is-pwn)
10
10
  * [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
11
  * [Creating an OWASP ZAP Scanning Driver Leveraging the pwn Prototyper](#creating-an-owasp-zap-scanning-driver-leveraging-the-pwn-prototyper)
12
12
  - [Clone PWN](#clone-pwn)
@@ -42,49 +42,43 @@ PWN (Continuous Security Integration) is an open security automation framework t
42
42
  #### **Why PWN** ####
43
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.
44
44
 
45
+
45
46
  #### **How PWN Works** ####
46
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."
47
48
 
49
+
48
50
  #### **PWN Modules Can be Mixed and Matched to Produce Your Own Tools** ####
49
51
  Also known as, "Drivers" PWN can produce all sorts of useful tools by mixing and matching modules.
50
52
  ![PWN](https://github.com/0dayinc/pwn/blob/master/documentation/PWN_Driver_Arch.png)
51
53
 
52
54
 
53
-
54
- ### **Clone PWN** ###
55
- Certain Constraints Mandate PWN be Installed in /opt/pwn:
56
- `$ sudo git clone https://github.com/0dayinc/pwn.git /opt/pwn`
57
-
58
-
59
-
60
- ### **Deploy** ###
61
- #### **Basic Installation Dependencies** ###
62
- - Latest Version of Vagrant: https://www.vagrantup.com/downloads.html
63
- - Latest Version of Vagrant VMware Utility (if using VMware): https://www.vagrantup.com/vmware/downloads.html
64
- - Packer: https://www.packer.io/downloads.html (If you contribute to the Kali Rolling Box hosted on https://app.vagrantup.com/pwn/boxes/kali_rolling)
65
-
66
55
  #### **Install Locally on Host OS** ####
56
+ Tested on Linux, OSX, & OpenBSD leveraging Ruby via RVM.
57
+
67
58
  ```
68
59
  $ gem install pwn
60
+ $ pwn
61
+ pwn[v0.4.339]:001 >>> PWN.help
69
62
  ```
70
63
 
71
64
 
72
65
  ### **General Usage** ###
73
66
  [General Usage Quick-Start](https://github.com/0dayinc/pwn/wiki/General-PWN-Usage)
74
67
 
75
- It's wise to rebuild pwn often as this repo has numerous releases/week (unless you're in the Kali box, then it's handled for you daily in the Jenkins job called, "selfupdate-pwn":
76
- ```
77
- $ pwn
78
- pwn[v0.4.338]:001 >>> PWN.help
79
- ```
68
+ It's wise to update pwn often as numerous versions are released/week:
69
+ ```
70
+ $ gem update pwn
71
+ $ pwn
72
+ pwn[v0.4.339]:001 >>> PWN.help
73
+ ```
80
74
 
81
75
 
82
- ### **Driver Documentation** ###
83
- [For a list of existing drivers and their usage](https://github.com/0dayinc/pwn/wiki/PWN-Driver-Documentation)
76
+ ### **Documentation** ###
77
+ Additional documentation on using PWN can be found on [RubyGems.org](https://www.rubydoc.info/gems/pwn)
84
78
 
85
79
 
86
80
 
87
- I hope you enjoy PWN and remember...ensure you always have permission prior to carrying out any sort of hacktivities. Now - go hackomate all the things!
81
+ 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!
88
82
 
89
83
  ### **Merchandise** ###
90
84
 
data/build_pwn_gem.sh CHANGED
@@ -28,6 +28,12 @@ if [[ $old_ruby_version == $new_ruby_version ]]; then
28
28
  rvmsudo gem rdoc --rdoc --ri --overwrite -V pwn
29
29
  echo "Invoking bundle-audit Gemfile Scanner..."
30
30
  rvmsudo bundle-audit
31
+
32
+ latest_gem=$(ls pkg/*.gem)
33
+ if [[ $latest_gem != "" ]]; then
34
+ echo "Pushing ${latest_gem} to RubyGems.org..."
35
+ rvmsudo gem push $latest_gem --debug
36
+ fi
31
37
  else
32
38
  cd $pwn_root && ./upgrade_ruby.sh $new_ruby_version $old_ruby_version
33
39
  fi
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.338'
4
+ VERSION = '0.4.339'
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.338
4
+ version: 0.4.339
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacob Hoopes