@tytspot/cli
v0.2.2
Published
TYTSPOT CLI for running security scans, reviewing findings, and working with reports from the terminal.
Downloads
341
Maintainers
Readme
TYTSPOT CLI
TYTSPOT CLI helps developers run security scans, review findings, and work with reports directly from the terminal.
Recommended install
Install with npm:
npm install -g @tytspot/cliThen connect your account:
tytspot auth tyt_your_tytspot_keyOr sign in with your account:
tytspot login -email [email protected] -password your-passwordQuick start
tytspot scan url https://example.com
tytspot scan url https://example.com -deep
tytspot scan repo https://github.com/j3p3rg/tytspot-cli
tytspot scans list
tytspot report basic scan_123Advanced recon
TYTSPOT CLI keeps standard scanning as the default.
If you want deeper validation, use -deep or --deep:
tytspot scan url https://example.com -deep
tytspot scan repo https://github.com/j3p3rg/tytspot-cli --deepThat tells TYTSPOT to run:
mode: controlled-proofscanProfile: advanced-recon
Binary releases
If you do not want npm, download binaries from:
https://github.com/j3p3rg/tytspot-cli/releases/latest
Production API
The release binaries use the production TYTSPOT API by default:
https://api.tytspot.com/v1