From 362878d4a59a5dc163d4cb5ad63963cea8caac06 Mon Sep 17 00:00:00 2001 From: Pinky <36157015+PinkP4nther@users.noreply.github.com> Date: Thu, 2 Sep 2021 21:16:40 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abda71c..4076db6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ A relay I wrote to help with intercepting/modifying TLS encrypted network traffic from an application. The idea is to generate a certificate and a private key (You may need to generate a CA for your certificate, so that you can tell your system or the application to trust the generated certificate). -Then use this library to continuously rewrite or display encrypted network traffic. +Then use this library to continuously rewrite or display decrypted network traffic. -This library now supports continuous TCP sessions. | 09/02/2021 \ No newline at end of file +This library now supports continuous TCP sessions. | 09/02/2021