pwn 0.4.349 → 0.4.352

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: 863bc5a716d91a2b1ee1423eab10e82fc340fc055b63b11611fe6ba2d5f0d9ce
4
- data.tar.gz: 5c936fdeb251d9444df115986cae84dfcf914ce04137cdc13d88c1cc9054fa0c
3
+ metadata.gz: a42869c92cefb483940e8812b6b81316d1f4c156e52941238a7308f3d3a9ebfd
4
+ data.tar.gz: fe40302bc226e894d215198f74692b7abe1248b9731ee3e5883f6101e6cb6b61
5
5
  SHA512:
6
- metadata.gz: 1b3f454a68e5f3aeec03a788b229e0949a8b8eb1ffd571838463d5d39f9d0a5cc22896c37faa10c65159873e636beacd1e4d309583325abe83a2d870b9e84785
7
- data.tar.gz: ce2d50a9cf22c0325ebe1e1d1a650168492d3f5ca505c58b459e7124261629226420c54fa175e5bc65479954737d5e3e0b33ae91c4d17bf5bacca9a8b954eadb
6
+ metadata.gz: 7c477fb89a2731ba0879f1499fcd4b7573b8099f7833224aa61a77c097deab889f04266f5c5f4622aed0c35d4295ee22c0614d083b8e07d05b5e21451000265c
7
+ data.tar.gz: 9e5de6f29c00c9ad25969e1b0b311b37a395439e732d86dd1f7c08ec19bfddda3aa2204026a1c3b3a275f936cece757da948d37769bf96ce8f1265153fc7e3fd
data/README.md CHANGED
@@ -26,7 +26,7 @@ It's easy to agree that while corporate automation is a collection of proprietar
26
26
 
27
27
 
28
28
  #### **How PWN Works** ####
29
- 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."
29
+ 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." Here are some [examples of drivers](https://github.com/0dayInc/pwn/tree/master/bin) distributed with PWN.
30
30
 
31
31
 
32
32
 
@@ -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.349]:001 >>> PWN.help
39
+ pwn[v0.4.352]: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.349]:001 >>> PWN.help
50
+ pwn[v0.4.352]: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.349'
4
+ VERSION = '0.4.352'
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.349
4
+ version: 0.4.352
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.