利用nmap scan ssh server支持的algorithms

本文展示了如何使用nmap的ssh2-enum-algos脚本来扫描目标主机的SSH服务,列出其所支持的密钥交换算法、服务器主机密钥算法、加密算法和MAC算法。通过扫描192.168.1.16和192.168.1.15两台主机,发现192.168.1.16开启了SSH服务并支持多种现代安全算法,而192.168.1.15未开启SSH服务。
摘要由CSDN通过智能技术生成

[root@labvm3 scripts]# pwd
/usr/share/nmap/scripts

如果VM有多网卡,需要-e指定网卡名

[root@labvm3 scripts]# nmap -sV -p 22 192.168.1.16 -Pn --script ./ssh2-enum-algos.nse -e ens224
Starting Nmap 7.70 ( https://nmap.org ) at 2022-09-20 05:58 EDT
Nmap scan report for 192.168.1.16
Host is up (-0.17s latency).

PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 8.4 (protocol 2.0)
| ssh2-enum-algos: 
|   kex_algorithms: (9)
|       curve25519-sha256
|       curve25519-sha256@libssh.org
|       ecdh-sha2-nistp256
|       ecdh-sha2-nistp384
|       ecdh-sha2-nistp521
|       diffie-hellman-group-exchange-sha256
|       diffie-hellman-group16-sha512
|       diffie-hellman-group18-sha512
|       diffie-hellman-group14-sha256
|   server_host_key_algorithms: (5)
|       rsa-sha2-512
|       rsa-sha2-256
|       ssh-rsa
|       ssh-dss

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值