AES-Killer icon indicating copy to clipboard operation
AES-Killer copied to clipboard

Burp Plugin to decrypt AES encrypted traffic on the fly

Results 7 AES-Killer issues
Sort by recently updated
recently updated
newest added

1. Add GOST3412/ECB/PKCS7padding support via BouncyCastle library 2. Add Autosave (when Start button is pressed) and Autoload (when extension loads) configuration 3. Add AESKiller Decoder Editor tab to Burp's editor...

Hello I notice the SecretKeySpec changing on every request while monitoring with Frida. Is there anyway for the extension to accommodate this ?

When configured: ![2021-07-29 20_12_37-Burp Suite Professional v2021 7 2-8935 (Early Adopter) - prueba - licensed to Co](https://user-images.githubusercontent.com/12725208/127589548-b1d7687f-68d9-4ad2-b268-2f13dc7289f5.png) It decrypts but does not parse correctly causing requests not to be processed....

enhancement

These request body and response body use hex encoding rather than base64. ![image](https://user-images.githubusercontent.com/20644461/125556896-92bbcd0f-27b3-428a-8455-8ad6f4149ae9.png) ![image](https://user-images.githubusercontent.com/20644461/125556945-a1330053-e7e8-4100-989c-6f28f22ff823.png)

enhancement

Hi, I try to send a plaintext body request but aes killer doesn't automatically encrypt my request, but to decrypt, aes killer still work on the repeater. Sent with encrypted...

D:\hooks>adb devices List of devices attached 127.0.0.1:62001 device D:\hooks>python frida-hook.py Traceback (most recent call last): File "D:\hooks\frida-hook.py", line 15, in device = frida.get_usb_device() ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\SATYAM VERMA\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\frida\__init__.py", line 137, in...

During the test, I encountered a system and found that both its request and response packets were encrypted. When I tried to use AES killer to automatically decrypt the response,...