pwn 0.4.346 → 0.4.347

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: f7af08aa3995f2cc037647e58136b9b0c237d33a65a4b8b9036cf9b47219249c
4
- data.tar.gz: c758d4b0fa46ff00db517f08f32683e68317143eb26aae313b33b06a95ffa89f
3
+ metadata.gz: 4eb90ea105bde311b9f98015e11e6204e96a1abf367e7c5dd2de79c8c577b404
4
+ data.tar.gz: 9370afd95a73dbcc08cd2e4014b501a38fe70c98ff24a526a9cf0b1852e0e7a6
5
5
  SHA512:
6
- metadata.gz: 5f11c3997d2517d95ce8cf00aee896664eb6b200ff0805f4493cb0b3cf28b055ff04be68b777af33b6bd10984b19da18810c76bf52bd99e9c35b02ef405bf33c
7
- data.tar.gz: 95b99af2449e81373141b3c60f2f314ba9b6bb72ea9bc40cc53df9d83eb561cc5e44059b7678591dda509a599aef7b26ac54d8aa1b0d2833037736d61b800ef8
6
+ metadata.gz: 2aa5188454f48556dd0bc7f559c8658d32a0b1d995ec751cec455b379d2b48ca8c1204ad94ee58d2a3843ef25c2d08b2da937872fd3612b5667165d5eb824a64
7
+ data.tar.gz: 9f7929a730075a919cc73cf7ad11b7801e6d7fcb950edbf7eb4e52be0889276620bca235406a4c21d38daac310d379f0c3761539a4240f12ab2a9c5ff4e1fcb4
data/README.md CHANGED
@@ -6,10 +6,10 @@
6
6
  * [Why PWN](#why-pwn)
7
7
  * [How PWN Works](#how-pwn-works)
8
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)
9
- - [Installation](#install-locally-on-host-os)
9
+ - [Installation](#installation)
10
10
  - [General Usage](#general-usage)
11
11
  - [Call to Arms](#call-to-arms)
12
- - [Driver Documentation](#driver-documentation)
12
+ - [Module Documentation](#module-documentation)
13
13
  - [Keep Us Caffeinated](#keep-us-caffeinated)
14
14
  - [Merchandise](#merchandise)
15
15
 
@@ -40,7 +40,7 @@ Tested on Linux, & OSX leveraging Ruby via RVM.
40
40
  ```
41
41
  $ gem install pwn
42
42
  $ pwn
43
- pwn[v0.4.346]:001 >>> PWN.help
43
+ pwn[v0.4.347]:001 >>> PWN.help
44
44
  ```
45
45
 
46
46
 
@@ -51,7 +51,7 @@ It's wise to update pwn often as numerous versions are released/week:
51
51
  ```
52
52
  $ gem update pwn
53
53
  $ pwn
54
- pwn[v0.4.346]:001 >>> PWN.help
54
+ pwn[v0.4.347]:001 >>> PWN.help
55
55
  ```
56
56
 
57
57
 
@@ -59,7 +59,7 @@ pwn[v0.4.346]:001 >>> PWN.help
59
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
60
 
61
61
 
62
- ### **Documentation** ###
62
+ ### **Module Documentation** ###
63
63
  Additional documentation on using PWN can be found on [RubyGems.org](https://www.rubydoc.info/gems/pwn)
64
64
 
65
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!
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.346'
4
+ VERSION = '0.4.347'
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.346
4
+ version: 0.4.347
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.