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)