Class: OffensiveComputing::MalwareResult
- Inherits:
-
Struct
- Object
- Struct
- OffensiveComputing::MalwareResult
- Defined in:
- lib/offensivecomputing/offensivecomputing.rb
Instance Attribute Summary collapse
-
#added ⇒ Object
Returns the value of attribute added.
-
#avresults ⇒ Object
Returns the value of attribute avresults.
-
#dlurl ⇒ Object
Returns the value of attribute dlurl.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#magic ⇒ Object
Returns the value of attribute magic.
-
#malwaresearch ⇒ Object
Returns the value of attribute malwaresearch.
-
#md5 ⇒ Object
Returns the value of attribute md5.
-
#packer ⇒ Object
Returns the value of attribute packer.
-
#sha1 ⇒ Object
Returns the value of attribute sha1.
-
#sha256 ⇒ Object
Returns the value of attribute sha256.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Method Summary collapse
Instance Attribute Details
#added ⇒ Object
Returns the value of attribute added
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def added @added end |
#avresults ⇒ Object
Returns the value of attribute avresults
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def avresults @avresults end |
#dlurl ⇒ Object
Returns the value of attribute dlurl
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def dlurl @dlurl end |
#filename ⇒ Object
Returns the value of attribute filename
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def filename @filename end |
#magic ⇒ Object
Returns the value of attribute magic
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def magic @magic end |
#malwaresearch ⇒ Object
Returns the value of attribute malwaresearch
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def malwaresearch @malwaresearch end |
#md5 ⇒ Object
Returns the value of attribute md5
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def md5 @md5 end |
#packer ⇒ Object
Returns the value of attribute packer
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def packer @packer end |
#sha1 ⇒ Object
Returns the value of attribute sha1
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def sha1 @sha1 end |
#sha256 ⇒ Object
Returns the value of attribute sha256
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def sha256 @sha256 end |
#tags ⇒ Object
Returns the value of attribute tags
150 151 152 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 150 def @tags end |
Instance Method Details
#download(filename = nil) ⇒ Object
151 152 153 |
# File 'lib/offensivecomputing/offensivecomputing.rb', line 151 def download(filename=nil) self.malwaresearch.download(self,filename) end |