Beerus Framework is a project developed by the Hakai Offensive Security Research Team to assist you throughout the mobile penetration testing process.
The Beerus Framework server supports the implemented tools by receiving the information sent by the Framework. It is used in the memory dump and sandbox exfiltration functionalities, facilitating the collection of sensitive information directly from the device and its transmission to the analyst's computer.
- Sandbox & APK Exfiltration – Extract sensitive data and app binaries from protected directories.
- Memory Dumping – Capture in-memory secrets and runtime objects.
Before starting the server, you need to download its dependencies. To do this, simply run the following commands:
git clone https://github.com/hakaioffsec/beerus-server.git
cd beerus-server
pip install -r requirements.txtAfter that, just start the server with the command below:
python3 server.py