Class: Nexpose::MalwareKit
- Defined in:
- lib/nexpose/vuln_def.rb
Overview
Known malware kits that can target a vulnerability.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Malware kit description, if available.
-
#id ⇒ Object
readonly
Internal Nexpose identifier of the malware kit.
-
#name ⇒ Object
readonly
Malware kit name.
-
#popularity ⇒ Object
readonly
Popularity of the malware kit, which identifies how common or accessible it is.
Method Summary
Methods inherited from APIObject
Instance Attribute Details
#description ⇒ Object (readonly)
Malware kit description, if available.
139 140 141 |
# File 'lib/nexpose/vuln_def.rb', line 139 def description @description end |
#id ⇒ Object (readonly)
Internal Nexpose identifier of the malware kit.
135 136 137 |
# File 'lib/nexpose/vuln_def.rb', line 135 def id @id end |
#name ⇒ Object (readonly)
Malware kit name.
137 138 139 |
# File 'lib/nexpose/vuln_def.rb', line 137 def name @name end |
#popularity ⇒ Object (readonly)
Popularity of the malware kit, which identifies how common or accessible it is. Values include: rare, uncommon, common, popular, occasional.
142 143 144 |
# File 'lib/nexpose/vuln_def.rb', line 142 def popularity @popularity end |