Skip to content

a simple Python script to find iLO issues from nmap scans

License

Notifications You must be signed in to change notification settings

tpltnt/iLO-nmap-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  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

Releases

No releases published

Packages

No packages published

Languages