C# Class usertools.SubdomainScanner.TargetResult

Show file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
Banner string
Hostname string
Html string
Protocol HttpProtocol
ResponseHeaders System.Collections.Specialized.NameValueCollection
Success bool
Url string
WebServer string

Public Methods

Method Description
TargetResult ( ) : System

Method Details

TargetResult() public method

public TargetResult ( ) : System
return System

Property Details

Banner public property

public string Banner
return string

Hostname public property

public string Hostname
return string

Html public property

public string Html
return string

Protocol public property

public HttpProtocol Protocol
return HttpProtocol

ResponseHeaders public property

public NameValueCollection,System.Collections.Specialized ResponseHeaders
return System.Collections.Specialized.NameValueCollection

Success public property

public bool Success
return bool

Url public property

public string Url
return string

WebServer public property

public string WebServer
return string