Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 765 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 765 Bytes

Cryptography

DAT159

By Sondre Gjellestad and Arne Molland

Task 1

After setting up the certificate, the connection works.

Console Code Wireshark

Task 3

Here is the result in WireShark.

Console Wireshark

Task 4 | Tamper with the Message (Integrity)

After setting up the proxy certificates, we've set a breakpoint like this:

ZAP

After tampering with the message this is the response from the server.

Tampered

Question

Can we impersonate HttpsClientProxySSLRSA in this setup? If so, we would need it's private key in order to sign messages correctly.