mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-30 22:19:17 +02:00
Land #252, Renegotiate AES in HTTP payloads on new framework instance
This commit is contained in:
commit
a404126f66
@ -485,9 +485,7 @@ DWORD request_negotiate_aes_key(Remote* remote, Packet* packet)
|
|||||||
{
|
{
|
||||||
if (remote->enc_ctx != NULL)
|
if (remote->enc_ctx != NULL)
|
||||||
{
|
{
|
||||||
dprintf("[ENC] context already created.");
|
free_encryption_context(remote);
|
||||||
// Done this before, so don't do it again.
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
remote->enc_ctx = (PacketEncryptionContext*)calloc(1, sizeof(PacketEncryptionContext));
|
remote->enc_ctx = (PacketEncryptionContext*)calloc(1, sizeof(PacketEncryptionContext));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user