pwn 0.4.349 → 0.4.350
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 +3 -3
- 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: 1e83682dbb6c875b5a5577486d07d4b0fa3c30a6bea942941b0132cb31798869
|
|
4
|
+
data.tar.gz: 274fbc75cb3ff4c654a73e6920db66aeec6a824b70590f69f30a341a9d1b44a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 903804dbc0108d9f508dc11ba5757a4b961ca28329df53891b238095928b7a422e9443f5bbdc61e870a5565aad4fc68d82521f98dd687103947e31fa550b44a6
|
|
7
|
+
data.tar.gz: d9c14a55d68de140ca836efb1505c8aa5b88c59be861776b41d23e68727a637f7d1f32e50a8f96c370cf30f3e2f7e1b4622bdb7360e55c9aa011759714d492a2
|
data/README.md
CHANGED
|
@@ -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.
|
|
39
|
+
pwn[v0.4.350]: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.
|
|
50
|
+
pwn[v0.4.350]: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).
|
|
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** ###
|
data/lib/pwn/version.rb
CHANGED