Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

calini/draco-web

Repository files navigation

Draco-Web

Build Status FOSSA Status

The Web Dashboard for Project Draco

Built with React, Material-UI, React Router. No jQuery and Bootstrap!

Demo

This demo version has auth off; Please use any credentials to log in.

Features

  • React (16.8.6)
  • React Hooks
  • React Context
  • No jQuery and Bootstrap!
  • Mobile friendly layout (responsive)
  • Create-react-app under the hood
  • React Router v5
  • Material-UI v4
  • Modular Architecture
  • CSS-in-JS styles
  • Webpack build
  • Stylish, clean, responsive layout

Pages

The Dashboard focuses on three main aspects of application security:

1. Login page

Login page

2. Dynamic analysis on Hosts

Dynamic analysis

3. Static analysis on Code

Static analysis

4. Network scanning on Ports/Services

Network scanning

There are also an About and a FAQ page.

About FAQ

Exporting Data

You can export data in CSV format from any data table from the main 3 pages, after you have used it's search, sorting or filtering options to create the desired report.

CSV Export

Quick Start

1. Install the dependencies:

yarn install

2. Run the website:

yarn start

This runs the app in development mode.

Open http://localhost:3000 to view it in the browser. Whenever you modify any of the source files inside the /src folder, the module bundler (Webpack) will recompile the app on the fly and refresh all the connected browsers.

4. Building

yarn build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

Licensing

GPL-3.

FOSSA Status

About

Purify your projects - Web dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages