ripnetdocs

Security Scan

Runs the main security scan routine for a target.

-+ HOST
ripnet --security-scan HOST
ripnet --security-scan example.com
ripnet -+ example.com

Security Audit

Runs an audit-oriented security check.

--security-audit HOST
ripnet --security-audit HOST
ripnet --security-audit example.com

SSL Check

Checks SSL/TLS security on a host and port.

-= HOST -P PORT
ripnet --security-ssl HOST --port PORT
ripnet --security-ssl example.com --port 443
ripnet -= example.com -P 443
Defaults
  • port: 80 unless --port is supplied
Notes
  • Use --port for the port; HOST:PORT is not split by the CLI parser.

SSH Check

Checks SSH security on a host and port.

-[ HOST -P PORT
ripnet --security-ssh HOST --port PORT
ripnet --security-ssh example.com --port 22
ripnet -[ example.com -P 22
Defaults
  • port: 80 unless --port is supplied

HTTP Check

Checks HTTP security posture for a host and port.

-] HOST -P PORT
ripnet --security-http HOST --port PORT
ripnet --security-http example.com --port 80
ripnet -] example.com -P 80
Defaults
  • port: 80

SMTP Check

Checks SMTP security posture for a host and port.

-{ HOST -P PORT
ripnet --security-smtp HOST --port PORT
ripnet --security-smtp mail.example.com --port 25
ripnet -{ mail.example.com -P 25
Defaults
  • port: 80 unless --port is supplied

Banner Grab

Connects to a service and captures a banner.

-} HOST -P PORT
ripnet --security-banner HOST --port PORT
ripnet --security-banner example.com --port 80
ripnet -} example.com -P 80
Defaults
  • port: 80