Run public profile and username intelligence across the platform inventory.
The Silinosic-X CLI mixes scan workflows, runtime controls, and project introspection commands
Install the package as silinosic-x, run it as silinosic-x, and import its Python module as silinosic_x. The CLI itself mixes scan workflows, runtime controls, and project introspection commands.
The highest-value command families
Inspect domain attack surface and public exposure lanes.
Combine profile and surface signals into one run for correlation.
Run the policy-driven layered orchestration pipeline directly.
Run an offline quicktest using a built-in victim template.
Guided multi-scan operator flow for onboarding and structured runs.
Inspect extension discovery, scopes, aliases, and descriptions.
Inspect module catalogs and local source-study framework references.
List saved targets and launch a local live dashboard for stored results.
Check local OCR tooling, Reporter backends, Tor reachability, output config, and runtime inventory without starting a scan.
Common high-value switches and output controls
Three command shapes that matter most
Direct scan
Use this for explicit automation or repeatable scripted runs.
Prompt first
Better when you want to discover commands, use aliases, inspect attachables interactively, and confirm configuration before execution.
Source-study translation
Useful when you want a native Silinosic-X run informed by local reference profiles under temp/.
silinosic-x --help silinosic-x profile alice --html --plugin threat_conductor --filter contact_canonicalizer silinosic-x surface example.com --ct --rdap --module source-pack-01-module-1 --html silinosic-x fusion alice example.com --profile-preset deep --surface-preset balanced --out-type json,html,sql,docx,pdf silinosic-x doctor --json silinosic-x prompt
Plugins, filters, and modules are resolved as attachables with compatibility checks
Prompt-mode attachables
enable plugin threat_conductor enable filter contact_canonicalizer enable module source-pack-01-module-1 config disable module source-pack-01-module-1
- Session scopeAttachables stay in the prompt session until you change or clear them.
- Config viewconfig shows enabled plugins, filters, modules, and output settings separately.
- ConfirmationScans started from prompt mode print the resolved configuration before execution.
Flag-mode attachables
silinosic-x profile alice --plugin threat_conductor,contact_lattice --filter contact_canonicalizer --module source-pack-01-module-1
- Selectors--plugin, --filter, and --module accept repeated values or comma-separated lists.
- Preview firstFlag runs now print the configuration and wait for Enter before starting.
- PersistenceThe chosen attachables are saved into Reporter payloads and portable outputs.