Nmap Development mailing list archives

nping debugging message bugs


From: Toni Ruottu <toni.ruottu () iki fi>
Date: Thu, 10 Mar 2011 22:29:58 +0200

Some of the nping debug message titles are said to be for the opposite
direction than the key that is retrieved. Is this a bug?

cyberix@eval:~/my/src/nmap/nmap/nping$ grep C2S *|grep S2C
EchoClient.cc:  outPrint(DBG_4,"Session Key CIPHER_C2S:");
print_hexdump(DBG_4,ctx.getCipherKeyS2C(), MAC_KEY_LEN);
EchoClient.cc:  outPrint(DBG_4,"Session Key CIPHER_S2C:");
print_hexdump(DBG_4,ctx.getCipherKeyC2S(), MAC_KEY_LEN);
EchoServer.cc:  outPrint(DBG_3,"Session Key CIPHER_C2S:");
print_hexdump(DBG_3,ctx->getCipherKeyS2C(), MAC_KEY_LEN);
EchoServer.cc:  outPrint(DBG_3,"Session Key CIPHER_S2C:");
print_hexdump(DBG_3,ctx->getCipherKeyC2S(), MAC_KEY_LEN);
EchoServer.cc:            outPrint(DBG_3,"Session Key
MAC_C2S_INITIAL:"); print_hexdump(DBG_3,ctx.getMacKeyS2C(),
MAC_KEY_LEN);
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: