Background img

Security Ops

Scan Your Assets

Open Source
Work in Progress

Preview release

SERVER HEADERS

Scan your HTTP headers

Perform HTTP header scans to safeguard websites against vulnerabilities such as cross-site scripting, data injection, and other cyber threats by enforcing robust security policies.
# Initialize and define assets
$ sup init
$ sup asset add threatfender.com

# Scan saved assets
$ sup scan headers

› threatfender.com
- content-security-policy   : <value>
- referrer-policy           : <value>
- x-content-type-options    : <value>
- x-frame-options           : <value>
- strict-transport-security : <value>

SSH CONFIGURATION

Scan your SSH service

Scan your SSH service to determine its active port, identify insecure authentication methods, and assess other security-related configurations.
# Coming soon ...

VULNS

Learn about Security Vulnerabilities

Review vulnerability classifications directly from the command line, including the OWASP Top 10.
# Coming soon ...

sup Scan Your Assets