Posts

Showing posts with the label AES Encryption

Aes-Killer V3.0 - Burp Plugin To Decrypt Aes Encrypted Traffic Of Mobile Apps On The Fly

Image
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 What it does The IProxyListener decrypt requests too encrypt responses, too an IHttpListener than encrypt requests too decrypt responses. Burp sees the decrypted traffic, including Repeater, Intruder too Scanner, simply the client/mobile app too server come across the encrypted version. NOTE: Currently back upwards AES/CBC/PKCS5Padding encryption/decryption. How it works Require AES Encryption Key (Can move obtained yesteryear using frida script or reversing mobile app) Require AES Encryption Initialize Vector (Can move obtained yesteryear using frida script or reversing mobile app) Request Parameter (Leave blank inward illustration of whole asking body) Response Parameter (Leave blank inward illustration of whole reply body) Character Separated amongst infinite for obfuscation on request/...

Secret Keeper - Python Script To Encrypt & Decrypt Files Alongside A Given Key

Image
Secret Keeper is a file encryptor written inward python which encrypt your files using Advanced Encryption Standard (AES). CBC Mode is used when creating the AES naught wherein each block is chained to the previous block inward the stream.  Features Secret Keeper has the mightiness to generate a random encryption primal base of operations on the user input. Secret Keeper tin successfully encrypt in addition to decrypt .txt in addition to .docx file types. How to Install in addition to Run inward Linux [1] Enter the next ascendence inward the final to download it. git clone https://github.com/Sameera-Madhushan/Secret-Keeper [2] After downloading the program, come inward the next ascendence to navigate to the Digger directory in addition to listing the contents cd Secret-Keeper && ls [3] Install dependencies pip3 install -r requirements.txt [4] Now operate the script amongst next command. python3 Secret-Keeper.py How to Install in addition to Run inward...