The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

scan-sshauth.pl - probe SSH supported authentication method

SYNOPSIS

scan-sshauth.pl [ --help ] HOSTNAME | IP_ADDRESS | CIDR ...

$ scan-sshauth.pl abbasak booofy cagayan diu
$ scan-sshauth.pl 192.168.1.1
$ scan-sshauth.pl 192.168.1.1:10022
$ scan-sshauth.pl 192.168.1.1:10022 192.168.1.2
$ scan-sshauth.pl 192.168.1.0/24
$ scan-sshauth.pl 192.168.1.0/24:10022

DESCRIPTION

probe supported SSH authentication method of specified hostname or IP address or CIDR block.

OPTIONS

--help

show help.

hostname
hostname:port
IP_address
IP_address:port
CIDR
CIDR:port

SEE ALSO

Net::Scan::SSH::Server::SupportedAuth

AUTHOR

HIROSE, Masaaki <hirose31@gmail.com>