Port Scan
Scans a target host across a port range.
ripnet --scan HOSTripnet --scan 192.168.1.1 --start-port 1 --end-port 1000ripnet -M 192.168.1.1 -a 1 -e 1000 -T 500Scan
Probe ports, identify services, fingerprint OS behavior, and run vulnerability checks.
Scans a target host across a port range.
ripnet --scan HOSTripnet --scan 192.168.1.1 --start-port 1 --end-port 1000ripnet -M 192.168.1.1 -a 1 -e 1000 -T 500Attempts to identify the service on a specific host and port.
ripnet --service-scan HOST --port PORTripnet --service-scan example.com --port 80ripnet -O example.com -P 443Attempts remote OS fingerprinting.
ripnet --os-fingerprint HOSTripnet --os-fingerprint example.comripnet -B example.comRuns vulnerability detection for a host and port pair.
ripnet --vuln-scan HOST:PORTripnet --vuln-scan example.com:80ripnet -V 192.168.1.10:443