https://github.com/tpltnt/ilo-nmap-analyser
a simple Python script to find iLO issues from nmap scans
https://github.com/tpltnt/ilo-nmap-analyser
hp hpe ilo nmap scanner security-tools vulnerability-detection
Last synced: 2 months ago
JSON representation
a simple Python script to find iLO issues from nmap scans
- Host: GitHub
- URL: https://github.com/tpltnt/ilo-nmap-analyser
- Owner: tpltnt
- License: mit
- Created: 2018-07-16T08:18:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T08:49:57.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T00:41:13.807Z (4 months ago)
- Topics: hp, hpe, ilo, nmap, scanner, security-tools, vulnerability-detection
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iLO-nmap-analyser
This is a simple Python (3) script to find HPE iLO issues from nmap scans.# usage
1. install nmap
2. get iLO scanning script from [here](https://github.com/nmap/nmap/pull/1082)
3. run `nmap --script ./ilo-info.nse -oX iLO_scan.xml IP_RANGE`
4. extact potential issues: `python3 iLO-nmap-analyser.py iLO_scan.xml`# references
* [nmap](https://nmap.org)
* [Subverting your server through its BMC: the HPE iLO4 case](https://airbus-seclab.github.io/ilo/SSTIC2018-Article-subverting_your_server_through_its_bmc_the_hpe_ilo4_case-gazet_perigaud_czarny.pdf)