This is a simple Python (3) script to find HPE iLO issues from nmap scans.
- install nmap
- get iLO scanning script from here
- run
nmap --script ./ilo-info.nse -oX iLO_scan.xml IP_RANGE
- extact potential issues:
python3 iLO-nmap-analyser.py iLO_scan.xml