Home

Awesome

<p align="center"> <img src="https://raw.githubusercontent.com/qeeqbox/rhino/master/readme/rhinologo.png"></p>

Generic badge Generic badge Generic badge

Agile Sandbox for analyzing malware and execution behaviors. Customizable, Expandable and can be quickly altered during the analysis iteration. Inspired by the Rhinoceros and Agile methodology.

React Web Interface

<img src="https://raw.githubusercontent.com/qeeqbox/rhino/master/readme/introv.gif" style="max-width:768px"/>

Output

General Features

Roadmap

Easy installation!

<img src="https://raw.githubusercontent.com/qeeqbox/rhino/master/readme/install.gif" style="max-width:768px"/>

On ubuntu 18 or 19 System (Auto-configure)

git clone https://github.com/qeeqbox/rhino.git
cd rhino
chmod +x ./run.sh
./run.sh auto_configure

The project interface http://localhost:5000/dashboard will open automatically after finishing the initialization process

On ubuntu 18 or 19 System (Auto-configure Dummy)

git clone https://github.com/qeeqbox/rhino.git
cd rhino
chmod +x ./run.sh
./run.sh auto_configure_dummy

The project interface http://localhost:5000/dashboard will open automatically after finishing the initialization process

On ubuntu 18 or 19 System (Manually)

git clone https://github.com/qeeqbox/rhino.git
cd rhino
chmod +x ./run.sh
./run.sh

Choose an option:
1) Setup requirements (docker, docker-compose and VirtualBox)
2) Initialize your VMs settings (VM name, snapshot, username and password)
3) Initialize dummy VMs settings (VM name, snapshot, username and password are dummy)
4) Setup the project
5) Start the project 
6) Exit the project and restore VMs on local
9) Auto-configure dummy project

Choose 1,2,4 then 5. Once you are done, close the project with ctr+c
open localhost:5000/dashboard

Resources

Other Licenses

By using this framework, you are accepting the license terms of each package listed below:

Disclaimer\Notes

Other Projects