| Trees | Indices | Help | 
 | 
|---|
|  | 
 
Print list of open connections [Windows XP Only] ---------------------------------------------
This module enumerates the active connections from tcpip.sys.
Note that if you are using a hibernated image this might not work because Windows closes all sockets before hibernating. You might find it more effective to do conscan instead.
Active TCP connections are found in a hash table. The Hash table is given by the _TCBTable symbol. The size of the hash table is found in the _MaxHashTableSize variable.
| Nested Classes | |
| __metaclass__ Automatic Plugin Registration through metaclasses. (Inherited from rekall.plugin.Command) | |
| top_level_class A command can be run from the rekall command line. (Inherited from rekall.plugin.Command) | |
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Class Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Class Variables | |
| mode = hash(x) | |
| table_header = hash(x) | |
| PHYSICAL_AS_REQUIRED = True(Inherited from rekall.plugin.PhysicalASMixin) | |
| PROFILE_REQUIRED = True(Inherited from rekall.plugin.ProfileCommand) | |
| ROW_OPTIONS = (Inherited from rekall.plugin.TypedProfileCommand) | |
| classes = (Inherited from rekall.plugin.Command) | |
| classes_by_name = (Inherited from rekall.plugin.Command) | |
| error_status = Nonehash(x) (Inherited from rekall.plugin.Command) | |
| interactive = False(Inherited from rekall.plugin.Command) | |
| plugin_args = Nonehash(x) (Inherited from rekall.plugin.ArgsParserMixin) | |
| plugin_feature = (Inherited from rekall.plugin.Command) | |
| producer = False(Inherited from rekall.plugin.Command) | |
| table_options = (Inherited from rekall.plugin.TypedProfileCommand) | |
| Properties | |
| name (Inherited from rekall.plugin.Command) | |
| Inherited from  | |
| Method Details | 
| 
 Collect data that will be passed to renderer.table_row. 
 | 
| 
 
 | 
| 
 
 | 
| Class Variable Details | 
| table_headerhash(x) 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:29:04 2017 | http://epydoc.sourceforge.net |