Difference between revisions of "NST Heartbleed Detection"

From NST Wiki
Jump to navigationJump to search
(Heartbleed Detection - NST Pro System)
(Heartbleed Detection - NST Pro System)
Line 11: Line 11:
  
 
== '''Heartbleed Detection - NST Pro System''' ==
 
== '''Heartbleed Detection - NST Pro System''' ==
[[File:Thunderbolt.png|frame|left|'''[[Feature Release Symbol | <center>NST 20<br /> SVN: 5804</center>]]''']] NST Pro users need to first update their NST system to get the latest version of '''nmap''' from the NST Pro repository.  
+
[[File:Thunderbolt.png|frame|left|'''[[Feature Release Symbol | <center>NST 20<br /> SVN: 5804</center>]]''']] NST Pro users need to first update their NST system to get the latest version of '''nmap''' from the NST Pro repository.:
 +
 
 +
 
 +
 
 +
 
 +
 
  
 
&nbsp;
 
&nbsp;
 
&nbsp;
 
&nbsp;
  
The current Network Interface Devices available are shown:
+
 
 
<div class="screen">
 
<div class="screen">
 
<div class="userInput"><span class="prompt">[root@probe ~]# </span>yum update nmap;</div>
 
<div class="userInput"><span class="prompt">[root@probe ~]# </span>yum update nmap;</div>

Revision as of 17:19, 11 April 2014

Overview

Heartbleed.png This page shows how to use NST and nmap to detect the heartbleed vulnerability. Heartbleed is a software bug in the open-source cryptography library OpenSSL, which allows an attacker to read the memory of the host computer, allowing them to retrieve potentially privacy-sensitive data.

See the following sites for technical details on this vulnerability:

Heartbleed Detection - NST Pro System

NST Pro users need to first update their NST system to get the latest version of nmap from the NST Pro repository.:




   


[root@probe ~]# yum update nmap;
.
.
.
====================================================================================================================================
 Package                         Arch                     Version                                    Repository                Size
====================================================================================================================================
Updating:
 nmap                            i686                     2:6.45-32817.10.nst20                      NstPro                   3.9 M
Updating for dependencies:
 nmap-frontend                   noarch                   2:6.45-32817.10.nst20                      NstPro                   685 k
 nmap-ncat                       i686                     2:6.45-32817.10.nst20                      NstPro                   124 k

Transaction Summary
====================================================================================================================================
.
.
.
[root@probe ~]#
[root@probe ~]#

Heartbleed Detection - NST Public System