Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 2.19 KB

File metadata and controls

51 lines (37 loc) · 2.19 KB

Beerus Framework Server

Project Logo

Status Downloads GitHub Issues GitHub Pull Requests License

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.

🪚 Compatibility with tools

  • Sandbox & APK Exfiltration – Extract sensitive data and app binaries from protected directories.
  • Memory Dumping – Capture in-memory secrets and runtime objects.

🛠️ Installation & Use

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.txt

After that, just start the server with the command below:

python3 server.py

✍️ Authors