From 28888487199757d22b2bcf85b9c3be64905c548e Mon Sep 17 00:00:00 2001 From: Augustin-FL Date: Fri, 27 Dec 2024 14:05:05 +0100 Subject: [PATCH] Update README.md screenshots and links to the wiki --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a2a18513..fa32873d 100755 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ -[![Build Status](https://travis-ci.org/certsocietegenerale/FIR.svg?branch=master)](https://travis-ci.org/certsocietegenerale/FIR) - # What is FIR? Who is it for? FIR (Fast Incident Response) is an cybersecurity incident management platform designed with agility and speed in mind. It allows for easy creation, tracking, and reporting of cybersecurity incidents. FIR is for anyone needing to track cybersecurity incidents (CSIRTs, CERTs, SOCs, etc.). It was tailored to suit our needs and our team's habits, but we put a great deal of effort into making it as generic as possible before releasing it so that other teams around the world may also use it and customize it as they see fit. -![dashboard](https://github.com/certsocietegenerale/FIR/wiki/screenshots/dashboard.png) -![incident details](https://github.com/certsocietegenerale/FIR/wiki/screenshots/incident_details.png) +![dashboard](https://github.com/user-attachments/assets/1f25b257-383c-45ef-870b-d32a12f52aed) + +![incident details](https://github.com/user-attachments/assets/00d31c9d-d326-4087-8d8d-b61018369b89) -See the wiki for the [user manual](https://github.com/certsocietegenerale/FIR/wiki/User-Manual) and more screenshots ! +See the wiki for the [user manual](https://github.com/certsocietegenerale/FIR/wiki) and more screenshots ! # Installation @@ -19,6 +18,6 @@ If you like it and want to set it up for production, [here's how to do it](https # Technical specs -FIR is written in Python (but you probably already knew that), using Django. It uses Bootstrap and some Ajax and d3js to make it pretty. We use it with a MySQL back-end, but feel free to use any other DB adaptor you might want - as long as it's compatible with Django, you shouldn't run into any major issues. +FIR is written in Python (but you probably already knew that), using Django. It uses Bootstrap and some Ajax to make it pretty. We use it with a MySQL back-end, but feel free to use any other DB adaptor you might want - as long as it's compatible with Django, you shouldn't run into any major issues. FIR is not greedy performance-wise. It will run smoothly on an Ubuntu virtual machine with 1 core, a 40 GB disk and 1 GB RAM.