No description
Find a file
2025-12-13 17:18:47 +01:00
.run initial 2025-10-26 20:42:15 +01:00
example add parameter to main & demo for forgejo-example.yaml 2025-11-28 21:13:17 +01:00
gradle/wrapper initial 2025-10-26 20:42:15 +01:00
src simplify 2025-12-13 17:18:47 +01:00
.gitignore initial 2025-10-26 20:42:15 +01:00
build.gradle add parameter to main & demo for forgejo-example.yaml 2025-11-28 21:13:17 +01:00
gradle.properties initial 2025-10-26 20:42:15 +01:00
gradlew initial 2025-10-26 20:42:15 +01:00
gradlew.bat initial 2025-10-26 20:42:15 +01:00
README.md add parameter to main & demo for forgejo-example.yaml 2025-11-28 21:13:17 +01:00
settings.gradle initial 2025-10-26 20:42:15 +01:00

Threatlins

Threat analysis tool inspired by: https://threagile.io/

Status

Draft / under construction

Usage / demo

Simple example with gradle

./gradlew run -q

This will run a demo analysis for file "example/minimal-example.yaml".

Runnung jar-file

./gradlew shadowJar
java -jar build/libs/threatlins.jar example/forgejo-example.yaml

This will run an analysis for file "example/fogejo-example.yaml".

Test examples

Alternatively run tests (some of them are showing some output)

 ./gradlew cleanTest test