From 402ba4c368f4e4634d25f79996d41b1620e17e3a Mon Sep 17 00:00:00 2001
From: Abdul Wahab <13887305+d3vilbug@users.noreply.github.com>
Date: Sun, 18 Apr 2021 20:12:15 +0500
Subject: [PATCH] Update README.md
---
README.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 8499168..45d95d5 100644
--- a/README.md
+++ b/README.md
@@ -5,23 +5,22 @@
**Burpsuite Plugin to decrypt AES Encrypted traffic on the fly**
-
+
### Requirements
- Burpsuite
- Java
### Tested on
-- Burpsuite 1.7.36
-- Windows 10
-- xubuntu 18.04
-- Kali Linux 2018
+- Burpsuite 2021.4
+- Windows 10
+- Ubuntu & PopOS
### What it does
- The IProxyListener decrypt requests and encrypt responses, and an IHttpListener than encrypt requests and decrypt responses.
- Burp sees the decrypted traffic, including Repeater, Intruder and Scanner, but the client/mobile app and server see the encrypted version.
-***NOTE:*** Currently support `AES/CBC/PKCS5Padding` encryption/decryption.
+***NOTE:*** Currently support `AES/CBC/PKCS5Padding` && `AES/ECB/PKCS5Padding` encryption/decryption.
### How it works
- Require AES Encryption Key (Can be obtained by using frida script or reversing mobile app)