Code Monkey home page Code Monkey logo

secbox's Introduction

SecBox

SecBox tool; a lightweight, container based malware analysis sandbox. Requires Python version 3.9.

Frontend Setup

The frontend requires Node 16.X and Yarn. To install the dependencies go to

├── SecBox
│   ├── app

and run npm install. Create a .env file with the value VUE_APP_ROOT with the desired backend IP, e.g. VUE_APP_ROOT="localhost:5000" for if you are running it locally.

Backend Setup

The backend requires python 3.9 and pip. All dependencies required for the backend can be installed in

├── SecBox
│   ├── api

with pip install -r requirements.txt.

To add a mongo DB, a .env file in this directory must be configured:

DB_PORT= "27017"
HOST_BITNESS= 64
HOST="mongodb+srv://"
DB= "DB?"
python3 webapp_api.py

Host Setup

In order to set up the host on a machine, run:

sudo ./setup.sh
sudo ./setup_bazel_gvisor.sh

The host can then be run from the host directory by running:

sudo python3 host.py

Configuration

Configuration happens through the respective .env files for the respective system components.

Demo Video

A demo is available on YouTube: https://www.youtube.com/watch?v=lkEE3iQvFtk

secbox's People

Contributors

raffaelmogicacao avatar rmogicato avatar saltyspatula avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.