-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luca Pascal Rotsch
committed
Nov 16, 2023
1 parent
eff8756
commit 0cd9cec
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,30 @@ | ||
# Summary | ||
|
||
[OWASP IoT Security Testing Guide](./README.md) | ||
[Ackownlegdements](./acknowledgements.md) | ||
[License](./LICENSE.md) | ||
|
||
# Introduction | ||
- [Introduction](./01_introduction/README.md) | ||
- [Roadmap](./01_introduction/roadma) | ||
- [Roadmap](./01_introduction/roadmap.md) | ||
|
||
|
||
# IoT Security Testing Framework | ||
- [IoT Security Testing Framework](./02_framework/README.md) | ||
- [IoT Device Model](./02_framework/device_model.md) | ||
- [Attacker Model](./02_framework/attacker_model.md) | ||
- [Testing Methodology](./02_framework/methodology.md) | ||
- [IoT Device Model](./02_framework/device_model.md) | ||
- [Attacker Model](./02_framework/attacker_model.md) | ||
- [Testing Methodology](./02_framework/methodology.md) | ||
|
||
# Catalog of Test Cases | ||
- [Catalog of Test Cases](./03_test_cases/README.md) | ||
- [Processing Units (IOT-PROC)](./03_test_cases/processing_units/README.md) | ||
- [Memory (IOT-MEM)](./03_test_cases/memory/README.md) | ||
- [Firmware (IOT-FW)](./03_test_cases/firmware/README.md) | ||
- [Installed Firmware (IOT-FW[INST])](./03_test_cases/firmware/installed_firmware.md) | ||
- [Firmware Update Mechnanism (IOT-FW[UPDT])](./03_test_cases/firmware/firmware_update_mechanism.md) | ||
- [Data Exchange Services (IOT-DES)](./03_test_cases/data_exchange_services/README.md) | ||
- [Internal Interfaces (IOT-INT)](./03_test_cases/internal_interfaces/README.md) | ||
- [Physical Interfaces (IOT-PHY)](./03_test_cases/physical_interfaces/README.md) | ||
- [Wireless Interfaces (IOT-WRLS)](./03_test_cases/wireless_interfaces/README.md) | ||
- [User Interfaces (IOT-UI)](./03_test_cases/user_interfaces/README.md) | ||
- [Processing Units (IOT-PROC)](./03_test_cases/processing_units/README.md) | ||
- [Memory (IOT-MEM)](./03_test_cases/memory/README.md) | ||
- [Firmware (IOT-FW)](./03_test_cases/firmware/README.md) | ||
- [Installed Firmware (IOT-FW[INST])](./03_test_cases/firmware/installed_firmware.md) | ||
- [Firmware Update Mechnanism (IOT-FW[UPDT])](./03_test_cases/firmware/firmware_update_mechanism.md) | ||
- [Data Exchange Services (IOT-DES)](./03_test_cases/data_exchange_services/README.md) | ||
- [Internal Interfaces (IOT-INT)](./03_test_cases/internal_interfaces/README.md) | ||
- [Physical Interfaces (IOT-PHY)](./03_test_cases/physical_interfaces/README.md) | ||
- [Wireless Interfaces (IOT-WRLS)](./03_test_cases/wireless_interfaces/README.md) | ||
- [User Interfaces (IOT-UI)](./03_test_cases/user_interfaces/README.md) | ||
|