Nmap hddtemp-info NSE Script


This page contains detailed information about how to use the hddtemp-info NSE script. For list of all NSE scripts, visit the Nmap NSE Library.

Script Overview


Script source code: https://github.com/nmap/nmap/tree/master/scripts/hddtemp-info.nse
Script categories: default, discovery, safe
Target service / protocol: hddtemp, tcp
Target network port(s): 7634
List of CVEs: -

Script Description


The hddtemp-info.nse script reads hard disk information (such as brand, model, and sometimes temperature) from a listening hddtemp service.

Hddtemp-info NSE Script Arguments


The hddtemp-info.nse script does not have any arguments.

Hddtemp-info NSE Script Example Usage


Here's an example of how to use the hddtemp-info.nse script:

nmap -p 7634 -sV -sC <target>

Hddtemp-info NSE Script Example Output


Here's a sample output from the hddtemp-info.nse script:

7634/tcp open  hddtemp
| hddtemp-info:
|_  /dev/sda: WDC WD2500JS-60MHB1: 38 C

Hddtemp-info NSE Script Example XML Output


Here's a sample XML output from the hddtemp-info.nse script produced by providing the -oX <file> Nmap option:

 <table>
   <elem key="label">WDC WD2500JS-60MHB1</elem>
   <elem key="unit">C</elem>
   <elem key="device">/dev/sda</elem>
   <elem key="temperature">38</elem>
 </table>
 <table>
   <elem key="label">WDC WD3200BPVT-75JJ5T0</elem>
   <elem key="unit">C</elem>
   <elem key="device">/dev/sdb</elem>
   <elem key="temperature">41</elem>
 </table>

Author


  • Toni Ruottu

References


See Also


Visit Nmap NSE Library for more scripts.

Version


This page has been created based on Nmap version 7.92.