Class: Mdm::WmapRequest
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- Mdm::WmapRequest
- Defined in:
- app/models/mdm/wmap_request.rb
Overview
Request sent to a WmapTarget. WMAP is a plugin to metasploit-framework.
Response collapse
-
#respcode ⇒ String
HTTP status code sent in response to this request from server.
-
#resphead ⇒ String
Headers sent in response from server.
-
#response ⇒ String
Response sent from server.
Instance Attribute Summary collapse
-
#address ⇒ String
The IP address for this request.
-
#body ⇒ String
Body of this request.
-
#created_at ⇒ DateTime
When this request was created.
-
#headers ⇒ String
Headers sent as part of this request.
-
#host ⇒ String
Name of host to which this request was sent.
-
#meth ⇒ String
HTTP Method (or VERB) used for request.
-
#path ⇒ String
Path portion of URL for this request.
-
#port ⇒ Integer
Port at #address to which this request was sent.
-
#query ⇒ String
Query portion of URL for this request.
-
#ssl ⇒ Integer
Version of SSL to use.
-
#updated_at ⇒ DateTime
The last time this request was updated.
Instance Attribute Details
#address ⇒ String
Necessary to avoid coercion to an IPAddr
object.
The IP address for this request.
|
# File 'app/models/mdm/wmap_request.rb', line 9
|
#body ⇒ String
Body of this request.
|
# File 'app/models/mdm/wmap_request.rb', line 14
|
#created_at ⇒ DateTime
When this request was created.
|
# File 'app/models/mdm/wmap_request.rb', line 19
|
#headers ⇒ String
Headers sent as part of this request.
|
# File 'app/models/mdm/wmap_request.rb', line 24
|
#host ⇒ String
Name of host to which this request was sent.
|
# File 'app/models/mdm/wmap_request.rb', line 29
|
#meth ⇒ String
HTTP Method (or VERB) used for request.
|
# File 'app/models/mdm/wmap_request.rb', line 34
|
#path ⇒ String
Path portion of URL for this request.
|
# File 'app/models/mdm/wmap_request.rb', line 39
|
#port ⇒ Integer
Port at #address to which this request was sent.
|
# File 'app/models/mdm/wmap_request.rb', line 44
|
#query ⇒ String
Query portion of URL for this request.
|
# File 'app/models/mdm/wmap_request.rb', line 49
|
#respcode ⇒ String
HTTP status code sent in response to this request from server.
|
# File 'app/models/mdm/wmap_request.rb', line 68
|
#resphead ⇒ String
Headers sent in response from server.
|
# File 'app/models/mdm/wmap_request.rb', line 73
|
#response ⇒ String
Response sent from server.
|
# File 'app/models/mdm/wmap_request.rb', line 78
|
#ssl ⇒ Integer
Version of SSL to use.
|
# File 'app/models/mdm/wmap_request.rb', line 54
|
#updated_at ⇒ DateTime
The last time this request was updated.
|
# File 'app/models/mdm/wmap_request.rb', line 59
|