Property | Type | Description | |
---|---|---|---|
CveDocument | PassiveScanning.Cve.CveDocument | ||
HostList | PassiveScanning.HostList |
Method | Description | |
---|---|---|
DumpBanners ( int>.Dictionary |
||
DumpCveFrequencies ( int>.Dictionary |
||
DumpHeartbleedHosts ( List |
||
DumpMissingHTTPHeaders ( List |
||
DumpSoftwareFrequencies ( int>.Dictionary |
||
FindAndDumpHeartbleed ( string resultPath, List |
||
FindAndDumpSoftwareBannersAndCves ( List |
||
FindAndProcessWebsiteComments ( List |
||
FindBannersFromHostList ( List |
||
FindMissingHTTPHeaders ( List |
||
FindRapid7File ( string name ) : string | ||
FindServices ( object state ) : void | ||
FindZmapFile ( string name, bool zgrab ) : string | ||
GetCommentsFromArchiveOrg ( string hostName ) : List |
||
GetCommentsFromSource ( string source ) : List |
||
GetHeartbleedHosts ( string resultPath, List |
||
GetHostListFromShodan ( List |
||
GetSoftwareAndCveFromBanners ( int>.Dictionary |
||
GetSourceFromArchiveOrg ( string hostname ) : string | ||
Main ( string args ) : void |
public static DumpBanners ( int>.Dictionary |
||
bannerCounters | int>.Dictionary | |
prefix | string | |
return | void |
public static DumpCveFrequencies ( int>.Dictionary |
||
cveDetailsCounter | int>.Dictionary | |
totalSoftwareCounter | int>.Dictionary | |
prefix | string | |
return | void |
public static DumpHeartbleedHosts ( List |
||
hostList | List |
|
heartbleedHosts | List |
|
return | void |
public static DumpMissingHTTPHeaders ( List |
||
hostList | List |
|
missingHTTPHeaderCounter | int>.Dictionary | |
return | void |
public static DumpSoftwareFrequencies ( int>.Dictionary |
||
softwareCounter | int>.Dictionary | |
totalSoftwareCounter | int>.Dictionary | |
prefix | string | |
return | void |
public static FindAndDumpHeartbleed ( string resultPath, List |
||
resultPath | string | |
hostList | List |
|
return | void |
public static FindAndDumpSoftwareBannersAndCves ( List |
||
hostList | List |
|
prefix | string | |
return | void |
public static FindAndProcessWebsiteComments ( List |
||
hostList | List |
|
return | void |
public static FindBannersFromHostList ( List |
||
hostList | List |
|
return | Dictionary |
public static FindMissingHTTPHeaders ( List |
||
hostList | List |
|
return | int>.Dictionary |
public static FindRapid7File ( string name ) : string | ||
name | string | |
return | string |
public static FindServices ( object state ) : void | ||
state | object | |
return | void |
public static FindZmapFile ( string name, bool zgrab ) : string | ||
name | string | |
zgrab | bool | |
return | string |
public static GetCommentsFromArchiveOrg ( string hostName ) : List |
||
hostName | string | |
return | List |
public static GetCommentsFromSource ( string source ) : List |
||
source | string | |
return | List |
public static GetHeartbleedHosts ( string resultPath, List |
||
resultPath | string | |
hostList | List |
|
return | List |
public static GetHostListFromShodan ( List |
||
ips | List |
|
return | List |
public static GetSoftwareAndCveFromBanners ( int>.Dictionary |
||
bannerCounters | int>.Dictionary | |
softwareCounter | int>.Dictionary | |
totalSoftwareCounter | int>.Dictionary | |
cveDetailsCounter | int>.Dictionary | |
return | void |
public static GetSourceFromArchiveOrg ( string hostname ) : string | ||
hostname | string | |
return | string |
public static CveDocument,PassiveScanning.Cve CveDocument | ||
return | PassiveScanning.Cve.CveDocument |