Skip to content

Instantly share code, notes, and snippets.

View kendallgoto's full-sized avatar

Kendall Goto kendallgoto

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kendallgoto on github.
  • I am kendallgoto (https://keybase.io/kendallgoto) on keybase.
  • I have a public key ASAWGSKgLl8WID1lnKbiANUcSGd6tdhSCidVkvvC4_RXqAo

To claim this, I am signing this object:

@kendallgoto
kendallgoto / ilo3_extract.py
Created January 10, 2024 10:22
tear up ilo4_extract.py to messily read ilo3 binaries
#!/usr/bin/python
# modified from https://github.com/airbus-seclab/ilo4_toolbox/blob/master/scripts/iLO4/ilo4_extract.py
# and dependent on some adjacent libraries
# Extract binaries from HPIMAGE update file
# Blackbox analysis, might be inaccurate
import os
import sys
from ilo4lib import *