Add target list CLI option

This commit is contained in:
bearsyankees
2026-07-06 23:21:03 -04:00
parent 375fc9c3d0
commit 7783fcac12
7 changed files with 190 additions and 10 deletions
+3
View File
@@ -169,6 +169,9 @@ strix --target https://your-app.com --instruction "Perform authenticated testing
# Multi-target testing (source code + deployed app)
strix -t https://github.com/org/app -t https://your-app.com
# Targets from a file, one target per non-empty line
strix --target-list ./targets.txt
# White-box source-aware scan (local repository)
strix --target ./app-directory --scan-mode standard