Our complete documentation of the FRIC tool can be found here
The Cyber Experimentation & Analysis Division (CEAD) recognizes the complexity and the time it takes to manage task assignments, progress, vulnerability discovery during a cyber engagement and generate custom reports that presents the discovered vulnerabilities and potential issues to CEAD’s target audience. They want a system that would aid the management of task, collection of evidence, and report generation during a cyber engagement.
The University of Texas at El Paso (UTEP) and CEAD are collaborating to develop Findings and Reporting Information Console (FRIC) system that will provide the ability to manage task assignment and progress, and facilitate the collection of evidence on existing vulnerabilities, and generation of custom reports.
This is the FRIC system, as developed by Team 8 (SBSG) of the Fall 2020 CS 4311 cohort at the University of Texas at El Paso. FRIC uses the following technologies for its development.
- PWA/SPA — Single page app
- Built with Vue.js, Buefy & Bulma
- SCSS sources with variables
- Mobile Responsive
FRIC builds off NodeJS and MongoDB. Thus, both of these need to be installed on your machine before you can continue with the installation of FRIC.
For more detail on the install of Node or Mongo, please view the project documentation
After you have installed both of those dependencies you can proceed with the next steps...
Download the source code with git clone https://github.com/KevinApodaca/FRIC-team8-SBSG.git
To install all dependencies for the frontend ui: cd
to project's frontend directory and run npm install
To install all dependencies for the backend services: cd
to project's backend directory and run npm install
To pre-compile & hot-reload for development run npm run serve
in the frontend directory
To start the Express server and the MongoDB instance, run npm start
in the backend directory
Production-ready with minified bundle npm run build
Currently supports
- Firefox
- Chrome
- Safari
- Brave
- Opera
- Edge
- Min