Reads network data from PCAP file.
|
|
|
|
|
_build_whitelist_conf(self)
Check if whitelisting is enabled. |
source code
|
|
|
_is_whitelisted(self,
conn,
hostname)
Checks if whitelisting conditions are met |
source code
|
|
|
_build_known_dns(self)
Build known DNS list. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_https_identify(self,
conn,
data)
Extract a combination of the Session ID, Client Random, and Server
Random in order to identify the accompanying master secret later. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|