Commit bf95c455 authored by robertdavidgraham's avatar robertdavidgraham
Browse files
parents 7ac0fae6 353dd4a0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 
    This parses SSL packets from the server. It is built in multiple levels:
 
    RECORDS
    RECORDS - ssl_parse_record()
      |
      +---> heartbeat
      |        |
@@ -25,8 +25,8 @@
 

    For "heartbeat", we grab the so-called "heartbleed" exploit info.
    For "server hello", we grab the "subject name" of the server.
    For "certificate", we grab the certificate
    For "server hello", we grab which cipher is used
    For "certificate", we grab the szubjectName of the server
 
 
    !!!!!!!!!!!!  BIZARRE CODE ALERT !!!!!!!!!!!!!!!