Skip to content

Device_RawTCP

Ulf Frisk edited this page Jan 31, 2019 · 3 revisions

Memory Acquisition Method: iLO / Raw TCP (Hardware)

The LeechCore library supports reading memory using a compromised server iLO interface via a Raw TCP proxy.

Facts in short:

  • Is supported on all supported platforms.
  • Acquires memory in read/write mode.
  • Acquired memory is assumed to be volatile.
  • Have additional requirements.

Connection string:

LeechCore API:

Please specify the acquisition device type, the remote IP and optionally the remote port LEECHCORE_CONFIG.szDevice when calling LeechCore_Open. Examples: RawTCP://<remote-host> RawTCP://<remote-host>:<remote-port>

Memory Process File System:

Please specify the device type in the -device option.

Examples:

-device RawTCP://192.168.1.2

-device RawTCP://192.168.1.2:6666


Requirements:

Requires a compromised iLO as described in the blog entry by Synacktiv.