Detection Benchmarks
Run SF365 against well-known deliberately-vulnerable applications (WebGoat, Juice Shop, DVWA and friends) to validate detection accuracy and generate evidence for audits and stakeholder reviews.
BLE CTF
hackgnar · Other · IoT / WirelessBLE CTF — deliberately-broken Bluetooth Low Energy GATT server (ESP32 + Arduino) used as a hands-on capture-the-flag for BLE attack and defence. Exercises BLE-specific patterns: Just Works pairing, hardcoded passkeys, GATT characteristics without encryption/authentication, and discovery / enumeration flows.
Expected VulnerabilitiesBLE Just Works pairing, hardcoded passkey, GATT without encryption/authentication, characteristic enumeration, weak BLE access control
DVRF
Praetorian · Other · IoT / WirelessDamn Vulnerable Router Firmware — a deliberately-vulnerable consumer-grade router firmware image curated by Praetorian. Ships with Wi-Fi auth flaws, command-injection in web admin, hardcoded backdoor accounts and binary exploitation challenges; hits Wi-Fi config audits, hardcoded credentials and SAST patterns.
Expected VulnerabilitiesWi-Fi misconfig, command injection, hardcoded backdoor accounts, weak SSH, MIPS binary exploitation
IoT-Goat
OWASP · Other · IoT / WirelessOWASP IoTGoat — deliberately-insecure embedded firmware based on OpenWrt that demonstrates the OWASP IoT Top 10 (weak credentials, hardcoded keys, insecure network services, lack of secure update, weak crypto). Ideal for exercising the Wireless Security + Secrets engines against firmware-style code.
Expected VulnerabilitiesHardcoded creds, weak Wi-Fi defaults, plaintext network services, insecure firmware update, weak crypto, OWASP IoT Top 10
Juice Shop
OWASP · NodeJS · Web AppOWASP Juice Shop is a modern Node.js / Angular vulnerable web application covering the OWASP Top 10 plus many other realistic security flaws.
Expected VulnerabilitiesSQLi, NoSQLi, XSS, CSRF, SSRF, XXE, Broken Access Control, Insecure Deserialization, Security Misconfiguration
WebGoat
OWASP · Java · Web AppOWASP WebGoat is a deliberately insecure Java web application maintained by OWASP to teach and demonstrate application security vulnerabilities in hands-on lessons.
Expected VulnerabilitiesSQLi, XSS, XXE, CSRF, SSRF, Path Traversal, Insecure Deserialization, Broken Auth, JWT flaws, Access Control