pwn 0.4.689 → 0.4.690
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 +2 -2
- data/bin/pwn_diff_csv_files_w_column_exclude +1 -1
- 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: ae20a0e5c5d61ad4ad651ef0f0c50c81687557aa3c71feb972c298e47f9163cd
|
|
4
|
+
data.tar.gz: 1adb75369858392e550ef56b6b742f4b3bd56262bf6d15e082cfd35734a88ea0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a798aa4bb4770f898790824dade8b7a732349f3e13d75bec6c365826feb33afd51c4ef5ca66244f70be8d0b65b3ef4756b61f384cf45195b5741535f17cc65a
|
|
7
|
+
data.tar.gz: 74131d67cc9639ad768b7388fc16a6101c38eae331d96753e9ac2879f62a269912ebf170e0819c39b8f1dbf9d657a255f762a039b07e1930664ce403a5f04afe
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ $ rvm use ruby-3.2.2@pwn
|
|
|
37
37
|
$ rvm list gemsets
|
|
38
38
|
$ gem install --verbose pwn
|
|
39
39
|
$ pwn
|
|
40
|
-
pwn[v0.4.
|
|
40
|
+
pwn[v0.4.690]:001 >>> PWN.help
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
[](https://youtu.be/G7iLUY4FzsI)
|
|
@@ -52,7 +52,7 @@ $ rvm use ruby-3.2.2@pwn
|
|
|
52
52
|
$ gem uninstall --all --executables pwn
|
|
53
53
|
$ gem install --verbose pwn
|
|
54
54
|
$ pwn
|
|
55
|
-
pwn[v0.4.
|
|
55
|
+
pwn[v0.4.690]:001 >>> PWN.help
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
|
|
@@ -15,7 +15,7 @@ OptionParser.new do |options|
|
|
|
15
15
|
--csv-diff vuln_scan_diff.csv \\
|
|
16
16
|
--exclude-column-names 'Synopsis,Description,Solution,See Also,Plugin Output,Asset UUID,Vulnerability State,IP Address,FQDN,NetBios,OS,MAC Address,Plugin Family,CVSS Base Score,CVSS Temporal Score,CVSS Temporal Vector,CVSS Vector,CVSS3 Base Score,CVSS3 Temporal Score,CVSS3 Temporal Vector,CVSS3 Vector,System Type,Host Start,Host End,Vulnerability Priority Rating (VPR),First Found,Last Found,Host Scan Schedule ID,Host Scan ID,Indexed At,Last Authenticated Results Date,Last Unauthenticated Results Date,Tracked,Risk Factor,Severity,Original Severity,Modification,Plugin Family ID,Plugin Type,Plugin Version,Service,Plugin Modification Date,Plugin Publication Date,Checks for Malware,Exploit Available,Exploited by Malware,Exploited by Nessus,CANVAS,D2 Elliot,Metasploit,Core Exploits,ExploitHub,Default Account,Patch Available,In The News,Unsupported By Vendor,Last Fixed'
|
|
17
17
|
|
|
18
|
-
EXAMPLE w/
|
|
18
|
+
EXAMPLE w/ OpenVAS Results:
|
|
19
19
|
#{$PROGRAM_NAME} \\
|
|
20
20
|
--csv-a vuln_scan1.csv \\
|
|
21
21
|
--csv-b vuln_scan2.csv \\
|
data/lib/pwn/version.rb
CHANGED