pwn 0.4.346 → 0.4.347
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.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/lib/pwn/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4eb90ea105bde311b9f98015e11e6204e96a1abf367e7c5dd2de79c8c577b404
|
|
4
|
+
data.tar.gz: 9370afd95a73dbcc08cd2e4014b501a38fe70c98ff24a526a9cf0b1852e0e7a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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](#
|
|
9
|
+
- [Installation](#installation)
|
|
10
10
|
- [General Usage](#general-usage)
|
|
11
11
|
- [Call to Arms](#call-to-arms)
|
|
12
|
-
- [
|
|
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.
|
|
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.
|
|
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