From d27060d587b3d0e476e3cd235db599f3cd469260 Mon Sep 17 00:00:00 2001 From: Petr Svenda Date: Sun, 15 Dec 2024 08:50:22 +0100 Subject: [PATCH] add whole scrutiny process overview --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b18b89..c539f80 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ [![Pylint](https://github.com/crocs-muni/scrutiny/actions/workflows/pylint.yml/badge.svg?branch=main)](https://github.com/crocs-muni/scrutiny/actions/workflows/pylint.yml) [![Flake8](https://github.com/crocs-muni/scrutiny/actions/workflows/flake8.yml/badge.svg?branch=main)](https://github.com/crocs-muni/scrutiny/actions/workflows/flake8.yml) -An automated toolkit to analyze secure hardware, and build user-verifiable hardware profiles. SCRUTINY provides high-level frameworks to verify profiles against reference and produce detailed HTML reports. For now, SCRUTINY is capable of JavaCard smartcards, Trusted Platform Modules (TPM), self-encrypted disks (SED) and cryptographic libraries analysis and verification using domain-specific tools listed below: +An automated toolkit to analyze secure hardware, and build user-verifiable hardware profiles. SCRUTINY provides high-level frameworks to verify profiles against reference and produce detailed HTML reports. For now, SCRUTINY is capable of JavaCard smartcards, Trusted Platform Modules (TPM), self-encrypted disks (SED) and cryptographic libraries analysis and verification using domain-specific tools listed below. +

+ Alt text +

| Tool | Repo stats | Target domain | Info | Notes | |----------|----------|----------|----------|----------| @@ -44,7 +47,7 @@ Depending on a target you analyze (smartcard, TPM, disk, library...), the exact `$ python -u setup_script.py` -### 3. Analysis of smartcad with JavaCard platform +### 3. Analysis of smartcard with JavaCard platform ![image](https://github.com/user-attachments/assets/b4e2e7cb-42f1-4ae2-ae47-2cd6012a8523)